• Stephane Nicoll's avatar
    Fix setter detection in `configprops` endpoint · fbf3c48b
    Stephane Nicoll authored
    Previously, the setter of a property whose second letter is upper-case (
    such as `oAuth2Uri`) was not detected properly. The JavaBean spec states
    that, in such a case, the first letter should not be capitalized (i.e.
    the setter should be `setoAuth2Uri` rather than `setOAuth2Uri`).
    
    This commit makes sure that Jackson uses standard bean names and fixes
    the setter detection algorithm to take this case into account.
    
    Closes gh-13878
    fbf3c48b
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...