spring-framework/spring-beans
Stéphane Nicoll e88b70e6ad Slice bean registrations in separate file if necessary
The compiler has a constants pool limit of 65536 entries per source file
which can be hit with a very large amount of beans to register in the
bean factory.

This commit makes sure to create separate source files if the number
of beans to register is very large. The main generated source file
delegate to those.

Closes gh-35044
2025-06-30 12:53:38 +02:00
..
src Slice bean registrations in separate file if necessary 2025-06-30 12:53:38 +02:00
spring-beans.gradle Reinstate qualifier support for JSR-330 @⁠javax.inject.Named 2024-08-08 14:20:06 +03:00