File tree Expand file tree Collapse file tree
ojdbc-provider-pkl/src/test/java/oracle/jdbc/provider/pkl/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Each module of this project contains a set of providers.
2222</dl >
2323<u >The next one contains a provider for Open Telemetry:</u >
2424<dl >
25- <dt ><a href =" ojdbc-provider-opentelemetry /README.md " >Oracle JDBC Open Telemetry Provider</a ></dt >
26- <dd >Provider for integration with Open Telemetry.</dd >
25+ <dt ><a href =" ojdbc-provider-observability /README.md " >Oracle JDBC Observability Provider</a ></dt >
26+ <dd >Provider for integration with Open Telemetry and Java Flight Recorder .</dd >
2727</dl >
2828<u >And the last one contains a provider for Jackson-OSON:</u >
2929<dl >
Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ public static void setup() throws Exception {
9494 + "}\n " ;
9595 writer .write (content );
9696 writer .close ();
97-
98- System .out .println (content );
9997 }
10098
10199 @ Test
You can’t perform that action at this time.
0 commit comments