I'm letting Spring manage my DSLContext and Configuration. Therefore it uses the [JooqAutoConfiguration](https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqAutoConfiguration.java) class to instantiate everything. Now i wanted to use a custom TransactionListener(Provider) Contrary to Execute/Record/Visit-Listener the JooqAutoConfiguration does not ask for a Bean of the Type TransactionListenerProvider. This doesn't look intentional