spring-boot/spring-boot-tools
Stephane Nicoll 1ee31e73d3 Avoid NPE if @ConfigurationProperties is not present
The annotation processor detects `@ConfigurationProperties` bean or
method definition and merges manual meta-data. The former step will fail
with a NPE if the annotation is not present on the classpath. This could
happen if the annotation processor is added to a module that is not
actually using Spring Boot.

We now have a defensive check that skips that steps but still attempts to
merge manual meta-data if present.

Closes gh-3720
2015-08-10 16:34:30 +02:00
..
spring-boot-configuration-processor Avoid NPE if @ConfigurationProperties is not present 2015-08-10 16:34:30 +02:00
spring-boot-dependency-tools Next development version 2015-07-01 22:48:01 -07:00
spring-boot-gradle-plugin Next development version 2015-07-01 22:48:01 -07:00
spring-boot-loader Use fast exceptions in hasMoreElements in LaunchedURLClassLoader 2015-08-03 15:39:56 +01:00
spring-boot-loader-tools Formatting 2015-07-09 10:37:21 -07:00
spring-boot-maven-plugin Fix maven plugin configuration 2015-07-27 08:18:09 +02:00
pom.xml Next development version 2015-07-01 22:48:01 -07:00