graal icon indicating copy to clipboard operation
graal copied to clipboard

Remove extra dot in Option.deprecationMessage in ConfigurationFiles.Options.DynamicProxyConfigurationResources

Open izeye opened this issue 8 months ago • 0 comments

This PR removes an extra dot in @Option deprecationMessage attribute in the ConfigurationFiles.Options.DynamicProxyConfigurationResources as the ending dot doesn't seem to be expected as follows:

https://github.com/oracle/graal/blob/4b8e3db39b70849eb7e4a6a860084f8ab86d3db6/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/option/SubstrateOptionsParser.java#L108-L112

See https://github.com/spring-projects/spring-framework/issues/34855#issue-3041543510

izeye avatar May 11 '25 14:05 izeye