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-project
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
3 years ago
..
spring-boot Support constructor injection for FailureAnalyzers 3 years ago
spring-boot-actuator Adjust IDENTITY in DDLs for H2 2.x compatibility 3 years ago
spring-boot-actuator-autoconfigure Use @AutoConfiguration for relative ordering on auto-configurations 3 years ago
spring-boot-autoconfigure Omit empty values for AutoConfigureAfter and AutoConfigureBefore 3 years ago
spring-boot-cli Exclude duplicate properties file when building a jar from jars 3 years ago
spring-boot-dependencies Upgrade to Spring Integration 5.5.9 3 years ago
spring-boot-devtools Use @AutoConfiguration for relative ordering on auto-configurations 3 years ago
spring-boot-docs Upgrade to Spring Kafka 2.8.3 3 years ago
spring-boot-parent Merge branch '2.5.x' into 2.6.x 3 years ago
spring-boot-properties-migrator
spring-boot-starters Remove unnecessary exclude 3 years ago
spring-boot-test Merge branch '2.6.x' into 2.7.x 3 years ago
spring-boot-test-autoconfigure Use @AutoConfiguration for relative ordering on auto-configurations 3 years ago
spring-boot-tools Omit empty values for AutoConfigureAfter and AutoConfigureBefore 3 years ago