Skip to content
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 0.13.0 removes important classes from my application by considering them unused #1927

Closed
gastaldi opened this issue Apr 8, 2019 · 4 comments

Comments

@gastaldi
Copy link
Contributor

gastaldi commented Apr 8, 2019

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

@mkouba
Copy link
Contributor

mkouba commented Apr 8, 2019

This should be fixed in #1924.

@gastaldi
Copy link
Contributor Author

gastaldi commented Apr 8, 2019

I can confirm that #1924 fixes this issue

@mkouba
Copy link
Contributor

mkouba commented Apr 9, 2019

Closed by #1924.

@mkouba mkouba closed this as completed Apr 9, 2019
@gsmet gsmet added this to the 0.13.1 milestone Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants