Open
Description
Describe the Issue
Consider this message:
Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release:
This can be caused by a proxy-config.json file in your META-INF directory. Consider including proxy configuration
in the reflection section of reachability-metadata.md instead.. Please refer to the GraalVM release notes.
I am pretty sure the file is reachability-metadata.json
not reachability-metadata.md
.
Using the latest version of GraalVM can resolve many issues.
- I tried with the latest version of GraalVM.
GraalVM Version
OpenJDK Runtime Environment GraalVM CE 24.0.1+9.1 (build 24.0.1+9-jvmci-b01)
OpenJDK 64-Bit Server VM GraalVM CE 24.0.1+9.1 (build 24.0.1+9-jvmci-b01, mixed mode, sharing)
Operating System and Version
macOS 15.5
Build Command
mvn -Pnative native:compile
Expected Behavior
The error message does not have a typo.
Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release:
This can be caused by a proxy-config.json file in your META-INF directory. Consider including proxy
configuration in the reflection section of **reachability-metadata.json** instead..
Please refer to the GraalVM release notes.
Actual Behavior
The error message does have a typo.
Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release:
This can be caused by a proxy-config.json file in your META-INF directory. Consider including proxy
configuration in the reflection section of **reachability-metadata.md** instead..
Please refer to the GraalVM release notes.
Steps to Reproduce
- Clone https://github.com/edburns/trivial-graal-error-message-issue
- cd trivial-graal-error-message-issue
- mvn clean -Pnative native:compile
- Observe the problematic message.
Additional Context
No response
Build Log Output and Error Messages
Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release:
This can be caused by a proxy-config.json file in your META-INF directory. Consider including proxy
configuration in the reflection section of reachability-metadata.md instead..
Please refer to the GraalVM release notes.