Support for @Order on nested configuration classes [SPR-15384] #19947
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Stefan Fussenegger opened SPR-15384 and commented
ConfigurationClassParser
adds member classes in the order they are returned by the ASM-basedMetadataReader
andClassMetadata
while no further ordering seems to be applied.Members are returned - at least in my setup - in alphabetical order by ASM. I couldn't find any documentation though that would suggest that this is the expected behavior. It simply seems to be the order in which ASM reads member names form the class file (so this might be even depending on the compiler?)
Affects: 4.3.7
Reference URL: spring-attic/spring-framework-issues#152
Issue Links:
@Bean
registration order within Class-reflected configuration classesReferenced from: commits spring-attic/spring-framework-issues@4928f52, spring-attic/spring-framework-issues@d447102
The text was updated successfully, but these errors were encountered: