spring-boot/spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-p...
Moritz Halbritter fd36215d72 Omit empty values for AutoConfigureAfter and AutoConfigureBefore
As @AutoConfiguration is now meta-annotated with @AutoConfigureAfter
and @AutoConfigureBefore, the generated property files have a lot of
superfluous lines in the format <class>.AutoConfigureAfter= and
<class>.AutoConfigureBefore=.

One can now configure in the annotation processor for each property key
if empty values should be omitted. This is currently only activated for
AutoConfigureAfter and AutoConfigureBefore

See gh-29907
2022-02-23 15:39:46 +01:00
..
src Omit empty values for AutoConfigureAfter and AutoConfigureBefore 2022-02-23 15:39:46 +01:00
build.gradle Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00