spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
Andy Wilkinson 4b5ebd8505 Process all non-private methods, not just public methods
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
2019-09-04 14:26:12 +01:00
..
src Process all non-private methods, not just public methods 2019-09-04 14:26:12 +01:00
pom.xml Merge branch '2.1.x' 2019-03-19 17:11:45 +00:00