-
Notifications
You must be signed in to change notification settings - Fork 38.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore non-String keys in PropertiesPropertySource.getPropertyNames()
#32742
Comments
@tyt-gtdg thanks for the report, but a line of code is not an actionable bug report. If you want support, please take the time to provide more details as your assumption is hiding more details that we need to investigate. A sample application that reproduces the problem is ideal. You can attach a zip to this issue or push the code to a separate GitHub repository. |
In addition, please note that Spring Framework In light of that, please upgrade to a supported version to see if the issue still exists. |
@tyt-gtdg I suppose you'd expect Spring's |
PropertiesPropertySource.getPropertyNames()
at org.springframework.util.StringUtils.toStringArray(StringUtils.java:954) Collection genericity String |
@tyt-gtdg indeed, and this should be fixed in the meantime. Feel free to give a recent 6.1.7 snapshot a try... |
System.getProperties().put(1,1);
The text was updated successfully, but these errors were encountered: