mkouba commented on issue #4114: URL: https://github.com/apache/camel-quarkus/issues/4114#issuecomment-1253382492
Yes, we added a few more checks to comply with the spec and it seems that the [JdbcDriver](https://github.com/quarkusio/quarkus/blob/main/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/JdbcDriver.java) is not registered as a CDI qualifier but used in the programmatic look here: https://github.com/quarkusio/quarkus/blob/main/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java#L207. It's possible that there is no test for this qualifier at all. CC @gsmet -- 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]
