Open neetumishra262 opened 2 years ago
Could you please create a GitHub repo to reproduce the issue ?
Hi @mostafacs ,
Here's a sample repository: https://github.com/neetumishra262/graalvm-getting-started
I am using the below command to build the native image:
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && mvn package -Pnative -DskipTests'
If I remove this section I am able to create the native image.
It's netting-shaded. It's a nightmare for native mode. Apparently Netty 5 is going to fix it but we have the same issue with our extension: https://github.com/quarkiverse/quarkus-temporal/issues/8
Issue: When adding the below dependency here:
I am getting the below error when running this command:
cmd /c 'call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && mvn clean package -Pnative'
Below are the version details:
Let me know if any further details are required.
Expected: It should build the native image.