Juergen Hoeller opened SPR-15049 and commented
We need to properly document our functional configuration style and other functional-style facilities in Spring 5.
Issue Links:
- #19398 Add a functional way to register a bean
- #19614 Kotlin extension for GenericApplicationContext with registerBean(KClass) variants
- #19763 Data binding with immutable objects (Kotlin / Lombok / @ConstructorProperties
)
- #19719 Reference documentation for Groovy bean definition DSL
- #22171 Refactor core documentation to make it relevant for modern Spring applications
Comment From: spring-projects-issues
Sébastien Deleuze commented
I am wondering if that could be possible to refactor our documentation to avoid the functional API documentation being lost in the existing XML and JavaConfig stuff with something organized like: - Section about what is common to XML, JavaConfig and functional beans - Section specific to XML - Section specific to JavaConfig - Section specific to functional beans
Comment From: spring-projects-issues
Sébastien Deleuze commented
I have created #22171 which is about what I proposed in the previous comment.
Comment From: sdeleuze
Duplicate of #25773.