Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

izeye
Copy link
Contributor

@izeye izeye commented May 11, 2025

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:

String deprecationMessage = descriptor.getDeprecationMessage();
if (deprecationMessage != null && !deprecationMessage.isEmpty()) {
message += ": " + deprecationMessage;
}
message += ". Please refer to the GraalVM release notes.";

See spring-projects/spring-framework#34855 (comment)

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 11, 2025
@izeye izeye changed the title Remove extra dot in ConfigurationFiles.Options.DynamicProxyConfigurationResources Remove extra dot in Option.deprecationMessage in ConfigurationFiles.Options.DynamicProxyConfigurationResources May 11, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant