You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Stephane Nicoll fbf3c48bf8 Fix setter detection in `configprops` endpoint
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
6 years ago
..
spring-boot Merge branch '1.5.x' into 2.0.x 6 years ago
spring-boot-actuator Fix setter detection in `configprops` endpoint 6 years ago
spring-boot-actuator-autoconfigure Polish 6 years ago
spring-boot-autoconfigure Polish OnWebApplicationCondition 6 years ago
spring-boot-cli Optimize some StringBuilder.append() calls 6 years ago
spring-boot-dependencies Add dependency management for micrometer-registry-cloudwatch 6 years ago
spring-boot-devtools Polish 6 years ago
spring-boot-docs Fix typo 6 years ago
spring-boot-parent Merge branch '1.5.x' into 2.0.x 6 years ago
spring-boot-properties-migrator Fix checkstyle ternary issues 6 years ago
spring-boot-starters Prune 3rd party starters that are not compatible with Spring Boot 2 6 years ago
spring-boot-test Polish ternary expressions 6 years ago
spring-boot-test-autoconfigure Optimize some StringBuilder.append() calls 6 years ago
spring-boot-tools Optimize some StringBuilder.append() calls 6 years ago
pom.xml Rename spring-boot-deprecated-properties-support 7 years ago