[jOOQ/jOOQ#17279] Remove experimental remark from

DSLContext::diagnosticsConnection and similar
This commit is contained in:
Lukas Eder 2024-09-19 10:44:18 +02:00
parent 02ef445c35
commit 03e3f764b2

View File

@ -253,8 +253,6 @@ public interface DSLContext extends Scope {
/**
* A JDBC connection that proxies the underlying connection to run the jOOQ
* Diagnostics Pack on executed queries.
* <p>
* <strong>This is experimental functionality.</strong>
*/
@NotNull
Connection diagnosticsConnection();