-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Dependency not resolved (new in 2.4.0.Final, works in 2.3.1.Final) #20917
Labels
Milestone
Comments
/cc @aloubyansky |
It seems this is fixed by #20940, according to #20940 (review) /cc @radcortez |
snazy
added a commit
to snazy/nessie
that referenced
this issue
Nov 3, 2021
snazy
added a commit
to snazy/nessie
that referenced
this issue
Nov 3, 2021
snazy
added a commit
to projectnessie/nessie
that referenced
this issue
Nov 3, 2021
* Bump Quarkus version from 2.4.0.Final to 2.4.1.Final Pulls in quarkusio/quarkus#20940 to fix quarkusio/quarkus#20916 and quarkusio/quarkus#20917 * Revert config-type workaround for Quarkus 2.4.0 * Revert config-mapping workaround for Quarkus 2.4.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In this file we have a dependency to the interface
NonTransactionalDatabaseAdapterConfig
, which is implemented by QuarkusVersionStoreAdvancedConfig.If I change the dependency as in this commit, the dependency's correctly resolved.
It doesn't matter whether the dependency is injected via the constructor or via a field.
The same code works with Quarkus 2.3.1.Final. dependabot-bump-PR run with code that works w/ Quarlus 2.3.1.Final.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: