-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor configuration code samples to be more relevant for modern Spring applications #22171
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
Comments
Sébastien Deleuze commented We can also probably update this kind of statement since usage and best practices have evolved. |
This was referenced Jan 11, 2019
I have not the bandwidth to do that for Spring Framework 5.2, but that's probably a good candidate for Spring Framework 5.3. |
rstoyanchev
added
the
in: core
Issues in core modules (aop, beans, core, context, expression)
label
Nov 24, 2021
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 7, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 7, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 7, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 8, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 8, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 8, 2024
sdeleuze
changed the title
Refactor core documentation to make it relevant for modern Spring applications
Refactor configuration code samples to make it relevant for modern Spring applications
Mar 12, 2024
sdeleuze
changed the title
Refactor configuration code samples to make it relevant for modern Spring applications
Refactor configuration code samples to be more relevant for modern Spring applications
Mar 12, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 12, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 12, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 29, 2024
This commit also refines the documentation related to `@EnableWebMvc` in order to make it more relevant for modern Boot applications. See spring-projectsgh-22171
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Mar 29, 2024
Additional fixes. See spring-projectsgh-22171
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 2, 2024
This commit refines the documentation related to `@EnableWebFlux` in order to make it more relevant for modern Boot applications. See spring-projectsgh-22171
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 2, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 8, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 8, 2024
snicoll
added a commit
that referenced
this issue
Apr 8, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 8, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 8, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 9, 2024
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Current Spring Framework reference documentation can be challenging to use for people developing modern Spring Boot applications. To make it easier, this issue goal is to refactor the documentation in order to provide configuration snippets with tabs for Java, Kotlin and XML in order to avoid being exposed to XML configuration by default (except in dedicated sections).
The text was updated successfully, but these errors were encountered: