Revise "The IoC Container" section to be more relevant for modern Spring applications #32429
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
As a follow-up of #22171, the Spring Framework reference documentation introduction would probably need some rewrite to be more up to date, useful for modern Spring Boot applications, less XML specific and adapted to separate the global concepts from the various ways to define beans (JavaConfig (and its Kotlin variant), XML, functional (via Java API or Kotlin DSL), Groovy).
The IoC Container section contains various places that likely deserves an update, for example (not extensive):
@Bean
and@Configuration
contains a "Full@Configuration
vs “lite”@Bean
mode?" that may deserve an update.The text was updated successfully, but these errors were encountered: