• 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
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project 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...