Karm Michal Babacek

Results 98 comments of Karm Michal Babacek

I can confirm the error when manually executing on Windows 2019 sever ``` C:\tmp λ curl -O -J -L https://github.com/graalvm/mandrel/releases/download/mandrel-24.1.0.0-Final/mandrel-java23-windows-amd64-24.1.0.0-Final.zip λ powershell -c "Expand-Archive -Path mandrel-java23-windows-amd64-24.1.0.0-Final.zip -DestinationPath . -Force λ...

@zakkak The explanation of why this passed on CI is that the code path in Quarkus gets activated only when there is a real terminal attached. In batch mode, on...

@jhutting Based on my findings in https://github.com/oracle/graal/issues/9884, I can share that *opting-out* of the new JLine JDK capability works-around the problem. The capability was opt-in in JDK 21 by setting...

@jhutting I am glad it works for you. `-J` prefix means the flag affects the JVM running the native-image build tool itself, not the *resulting* app.

I'll try to adjust it with ` RuntimeForeignAccess.registerForDowncall`

Any chance sharing what is GR-44085 about, please? is it relevant?

TODO: Check with https://github.com/oracle/graal/pull/11373