-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Various typos fixes #30773
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
Various typos fixes #30773
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for the PR. I've left a few comments for your consideration when you have time.
...org/springframework/boot/actuate/autoconfigure/metrics/export/datadog/DatadogProperties.java
Outdated
Show resolved
Hide resolved
...onfigure/src/main/java/org/springframework/boot/autoconfigure/jackson/JacksonProperties.java
Outdated
Show resolved
Hide resolved
...ot-cli/src/main/java/org/springframework/boot/cli/command/init/ProjectGenerationRequest.java
Show resolved
Hide resolved
...ssor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONArray.java
Outdated
Show resolved
Hide resolved
...sor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONObject.java
Outdated
Show resolved
Hide resolved
...r/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONStringer.java
Outdated
Show resolved
Hide resolved
.../main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java
Outdated
Show resolved
Hide resolved
Only private production code (remainderIsNotAlphanumeric) has been modified.
Thanks for this review. Requested changes has been done. |
@marcwrobel Thanks very much for making your first contribution to Spring Boot. I have applied the changes to 2.5.x and merged them forwards through 2.6.x and 2.7.x into main, picking up changes that were specific to those branches along the way. I don't think any of your improvements were lost along the way, but please let me know if I have missed something. |
@wilkinsona, looks good to me. |
This PR fixes various typos in :
remainderIsNotAlphaNumberic
's name has been fixed),Metadata.MetadataItemCondition#findItem
IllegalStateException
message,spring.liquibase.check-change-log-location
deprecation reason,PrometheusPushGatewayManager
log message.The last three commits may be problematic and need special attention.
Multiple commits has been made. Let me know if you need multiple PRs.