spring-boot/spring-boot-project
Stephane Nicoll c2b8d3de21 Declare beans that can be instantiated at build-time static
This commit updates the bean factory methods for beans that can be
instantiated at build-time to be static. Doing so makes sure that
the enclosing configuration class does not have to be resolved in
order to create the instance.

Closes gh-32570
2022-10-03 14:36:04 +02:00
..
spring-boot Fix compile errors 2022-10-02 18:38:28 +02:00
spring-boot-actuator Remove code deprecated in 2.x and add since and forRemoval attributes 2022-09-30 14:39:05 +01:00
spring-boot-actuator-autoconfigure Declare beans that can be instantiated at build-time static 2022-10-03 14:36:04 +02:00
spring-boot-autoconfigure Declare beans that can be instantiated at build-time static 2022-10-03 14:36:04 +02:00
spring-boot-dependencies Start building against Spring Framework 6.0.0-RC1 snapshots 2022-09-29 18:55:26 +02:00
spring-boot-devtools Adapt AotProcessor to changes in Spring Framework 2022-09-30 16:47:03 +02:00
spring-boot-docs Remove code deprecated in 2.x and add since and forRemoval attributes 2022-09-30 14:39:05 +01:00
spring-boot-parent Compile against SnakeYAML 1.32 and test against older versions 2022-09-15 11:55:44 +01:00
spring-boot-starters Upgrade to Logback 1.4 and SLF4J 2.0 2022-09-28 21:14:08 +01:00
spring-boot-test Remove code deprecated in 2.x and add since and forRemoval attributes 2022-09-30 14:39:05 +01:00
spring-boot-test-autoconfigure Remove code deprecated in 2.x and add since and forRemoval attributes 2022-09-30 14:39:05 +01:00
spring-boot-tools Replace Spring Boot TestCompiler with Spring Framework's version 2022-09-30 15:58:11 -05:00