-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Exception is reported on windows native image building. #11131
Comments
Anyone? It's working in previous version. But it can't resolve the reflection-config.json in the 1.6.1.Final. |
Hello @SetoKaiba, can you share a simple application (preferably as a github repo) which reproduces this issue? Also please include the entire exception stacktrace that you are seeing. By the way, 1.7.0.Final has been released, so please give it a try against that version once. |
https://quarkus.io/guides/writing-native-applications-tips#including-resources-2 @jaikiran Here's the reproduce project and exception. Just build the native image for it on windows. It's working on linux and mac.
|
I've opened #11649 with a potential fix. |
Describe the bug
Exception is reported on windows native image building.
It happens from #11048
Expected behavior
It should be able to build native image.
Actual behavior
It does not build native image. Exception is thrown. It's working in previous versions.
To Reproduce
Steps to reproduce the behavior:
Configuration
The text was updated successfully, but these errors were encountered: