In 3.14.x the DefaultCloseableDSLContext has been introduced and the DefaultDSLContext is not autocloseable anymore. We are using the Autoclosable capabilties within our tests to ensure a clean shutdown. In the previous JOOQ version 3.13.x we used the DSL.using(Configuration) api. Is there an Autoclosable equivalent in 3.14.x or is it planned to add a new constructor DefaultCloseableDSLContext(Configuration)?
I am happy to create an Issue for that and provide a PR if that's the way to go. Thanks. -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/38464b74-de2e-4f96-a9c3-56d39f5caff1n%40googlegroups.com.
