-
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
Smallrye error reporting bug: ...SmallRyeConfigFactory: ...QuarkusConfigFactory not a subtype #19137
Comments
Related to #19136 |
With #19136 fixed, is this still an issue? |
Probably (as Radovan said), but note that it will only reproduce if there's another issue, because it's an issue in the error reporting. You can use the reproducer in the description to reproduce by using quarkus 2.1.0.Final, but not 2.1.1.Final once that's out. |
i get this error still today with latest quarkus 3.0.0.. The error we get not with mvn clean install, but when we do quarkus build OR build via kc.sh build (latest keycloak with quarkus 3 ).. No other issues that with smallrye. |
@robvanderboom any chance you can attach a sample project? |
Describe the bug
When an error occurs in smallrye, the error handling itself throws an error.
Expected behavior
Only the original error stacktrace is shown, it doesn't cause an error in the error handling.
Actual behavior
This extra error fills the log (after the original error's stacktrace):
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: