You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Since #8822 GraalVM will print the following warning when a project has a proxy-config.json file:
Warning: Option 'DynamicProxyConfigurationResources' is deprecated and might be removed in a future release. Please refer to the GraalVM release notes.
This warning is missleading as the user doesn't explicitly pass DynamicProxyConfigurationResources. Instead a warning indicating that proxy-config.json` has been deprecated would be more suitable.
Describe the issue
Since #8822 GraalVM will print the following warning when a project has a
proxy-config.json
file:This warning is missleading as the user doesn't explicitly pass DynamicProxyConfigurationResources
. Instead a warning indicating that
proxy-config.json` has been deprecated would be more suitable.cc @loicottet
Steps to reproduce the issue
Please include both build steps as well as run steps
META-INF/native-image/proxy-config.json
(containing[]
is enough)Describe GraalVM and your environment:
More details
Using
--verbose
we see that the option is automatically passed to native-imageThe text was updated successfully, but these errors were encountered: