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
I've tried to setup Code Quarkus to compile to native with master and the new resolver. It always misses some classes: quarkusio/code.quarkus.io#194
The reflection file is there: https://github.com/quarkusio/code.quarkus.io/pull/194/files#diff-92f9ada386b472dc5e9b8b6990b7a8a7
To reproduce:
$ make native // Then $./target/code.quarkus.io-1.0.0-runner
The text was updated successfully, but these errors were encountered:
@aloubyansky could you help make it work?
Sorry, something went wrong.
Once this is running, you need to make sure you can generate applications using the running webapp.
@aloubyansky maybe the solution is just to change the code so that it doesn't use those at all.. (maybe I don't have all your recent code for that)
Btw unrelated but @ia3andy you should not use the reflection object and instead write extensions to do that work :)
@emmanuelbernard yes for sure, I just never took the time to actually do it 😬
I created an issue for it: #4944
aloubyansky
No branches or pull requests
I've tried to setup Code Quarkus to compile to native with master and the new resolver. It always misses some classes:
quarkusio/code.quarkus.io#194
The reflection file is there:
https://github.com/quarkusio/code.quarkus.io/pull/194/files#diff-92f9ada386b472dc5e9b8b6990b7a8a7
To reproduce:
The text was updated successfully, but these errors were encountered: