spring-framework/spring-beans
Stéphane Nicoll 30a64d6a0b Avoid code too large with AOT processing
This commit adapts code generation to "slice" the registration of bean
definitions in separate bean methods rather than a unique method for
all of them.

If the bean factory has more than a thousand bean, a method is created
for each slice of 1000 bean definitions.

Closes gh-33126
2024-07-17 16:04:32 +02:00
..
src Avoid code too large with AOT processing 2024-07-17 16:04:32 +02:00
spring-beans.gradle Merge branch '6.0.x' 2023-08-02 01:04:31 +02:00