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-tools
Andy Wilkinson 23c175f674 Polish metadata annotation processor’s incremental build support
The main change in this commit is to introduce a new BuildHandler
abstraction. A BuildHandler is responsible for producing the metadata
for a build. Two implementations are provided; one for standard builds
and one for incremental builds. This change means that the annotation
processor is no longer concerned with the two different build types
and can use the same logic in each case.

The code for reading and writing metadata files has also been moved
out into a separate class, MetadataStore, to allow it to be easily
utilised from multiple places.

Closes gh-2313
10 years ago
..
spring-boot-configuration-processor Polish metadata annotation processor’s incremental build support 10 years ago
spring-boot-dependency-tools Next development version 10 years ago
spring-boot-gradle-plugin Merge branch '1.1.x' 10 years ago
spring-boot-loader Merge branch '1.1.x' 10 years ago
spring-boot-loader-tools Next development version 10 years ago
spring-boot-maven-plugin Next development version 10 years ago
pom.xml Next development version 10 years ago