mkouba commented on issue #4114: URL: https://github.com/apache/camel-quarkus/issues/4114#issuecomment-1253386868
It should be enough to produce an `AdditionalBeanBuildItem` for the `JdbcDriver` qualifier [somewhere here](https://github.com/quarkusio/quarkus/blob/main/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java#L193-L222). Also these lines are completely useless: https://github.com/quarkusio/quarkus/blob/main/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java#L212-L213 because the `AgroalPoolInterceptor` is just an interface. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
