We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building my app in Quarkus 0.13.0, it removes classes considered unused, but they are necessary.
To reproduce this error, run the https://github.com/fabric8-launcher/launcher-backend/blob/master/web/src/test/java/io/fabric8/launcher/web/filters/SecuredIT.java test (Quarkus is removing the SecuredFilter)
The test passes in 0.12.0
The text was updated successfully, but these errors were encountered:
This is the class that Quarkus removes: https://github.com/fabric8-launcher/launcher-backend/blob/master/core/core-impl/src/main/java/io/fabric8/launcher/core/impl/filters/SecuredFilter.java
Sorry, something went wrong.
This should be fixed in #1924.
I can confirm that #1924 fixes this issue
Closed by #1924.
No branches or pull requests
When building my app in Quarkus 0.13.0, it removes classes considered unused, but they are necessary.
To reproduce this error, run the https://github.com/fabric8-launcher/launcher-backend/blob/master/web/src/test/java/io/fabric8/launcher/web/filters/SecuredIT.java test (Quarkus is removing the SecuredFilter)
The test passes in 0.12.0
The text was updated successfully, but these errors were encountered: