• Andy Wilkinson's avatar
    Process all non-private methods, not just public methods · 4b5ebd85
    Andy Wilkinson authored
    Previously, the configuration processor would ignore any
    @ConfigurationProperties-annotated methods that were not public. This
    prevented metadata generation for package-private @Bean methods such
    as those in DataSourceConfiguration's inner-classes for DBCP2, Hikari,
    and Tomcat JDBC.
    
    This commit updates the annotation processor so that it will process
    any non-private method annotated with @ConfigurationProperties.
    
    Fixes gh-18124
    4b5ebd85
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...