-
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
Native compilation fails with unresolved type during parsing #23218
Comments
It seem that the reason that it doesn't work is that I'm missing some important substitutions are only available in Thanks @cescoffier for the finding the issue. |
Since |
Fixes quarkusio#23218 (cherry picked from commit 3654e58)
Describe the bug
I have a CLI project that is using the following extensions:
It also depends on:
When I'm compiling the project to native using
mvn package -Dnative
it fails.Expected behavior
Native compilation should work.
Actual behavior
Build fails with the following exception:
How to Reproduce?
I can provide access to a private github repo on request, @gastaldi and @cescoffier are already invited
Output of
uname -a
orver
Darwin tqvarnst-mac 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
GraalVM version (if different from Java)
openjdk version "11.0.13" 2021-10-19 OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 11.0.13+7-jvmci-21.3-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 11.0.13+7-jvmci-21.3-b05, mixed mode, sharing)
Quarkus version or git rev
2.6.3.Final<
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
This could be related to this commit: 919b71c
The text was updated successfully, but these errors were encountered: