-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Quarkus 2.14.0] PgeventTest application fails to start #4114
Comments
Not sure what has changed to cause this. Maybe @mkouba knows? The test is pretty simple: Postgres DataSource config: Camel routes that look up the DataSource by name: |
Yes, we added a few more checks to comply with the spec and it seems that the JdbcDriver 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 |
It should be enough to produce an |
I created quarkusio/quarkus#28121 . Not sure why we don't see this issue in our tests. |
I verified that quarkusio/quarkus#28121 fixes the problem, so I'll close this one. |
There's an exception being thrown from the Agroal extension:
The text was updated successfully, but these errors were encountered: