[GR-39007] Ignored JEP-290 serial filter settings running with GraalVM 22.2 latest dev version
Open
Nobody has claimed this yet.
bug
native-image
- Dominant language
- Java
- Stars
- 21.7k
- Forks
- 1.8k
- Avg merge
- 16h 11m
- Merged PRs (30d)
- 145
Description
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.
[WARN] As you are using functionality that deserializes object streams, it is recommended to define the JEP-290 serial filter. Please refer to https://docs.oracle.com/pls/topic/lookup?ctx=javase15&id=GUID-8296D8E8-2B93-4B9A-856E-0A65AF9B8C66
Describe GraalVM and your environment:
- GraalVM version (latest snapshot builds can be found here), or commit id if built from source: [CE 22.2.0-dev]
- JDK major version: [17]
- OS: [Ubuntu]
- Architecture: [-]
More details
Repro project work fine with GraalVM 22.1 CE.
Related Issues
- graalvm/native-build-tools#235
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.