Open kazuki43zoo opened 2 years ago
Hi, thank you for reporting this, we're going to take a look into this and get back to you
Hi, Could you please try the latest dev build and see if this is still occurring? Thank you
@oubidar-Abderrahim Not work with latest dev version on GitHub action.
GRAALVM_HOME: /home/runner/work/_temp/d0414df9-c40e-4084-85cd-6d809a4da515/graalvm-ce-java17-22.2.0-dev
JAVA_HOME: /home/runner/work/_temp/d0414df9-c40e-4084-85cd-6d809a4da515/graalvm-ce-java17-22.2.0-dev
openjdk 17.0.4 2022-07-19
OpenJDK Runtime Environment GraalVM CE 22.2.0-dev (build 17.0.4+1-jvmci-22.2-b02)
OpenJDK 64-Bit Server VM GraalVM CE 22.2.0-dev (build 17.0.4+1-jvmci-22.2-b02, mixed mode, sharing)
GraalVM 22.2.0-dev Java 17 CE (Java Version 17.0.4+1-jvmci-22.2-b02)
https://github.com/mybatis/spring-native/runs/6737883571?check_suite_focus=true
Just to confirm, this issue only appears when running a native image?
Tracked internally on GR--39007
Just to confirm, this issue only appears when running a native image?
Yes! Does not resolve yet.
Describe the issue I used the latest GraalVM dev version(22.2) on Github Action, it ignored the JEP-290 serial filter settings.
Steps to reproduce the issue
[Repro Project]
[JEP-290 serial filter settings]
[Actual Result]
Expected behavior
Following warn log does not output on runtime.
Describe GraalVM and your environment:
More details
Repro project work fine with GraalVM 22.1 CE.
Related Issues