Sébastien Deleuze
644072f7ea
Refine the AOT Cache creation section
...
Put Java 25+ snippet first and refine the note.
Closes gh-36108
3 weeks ago
Mikhail Polivakha
859940b824
Polishing of the AOT cache documentation
...
See gh-36108
Signed-off-by: Mikhail Polivakha <mikhailpolivakha@email.com>
3 weeks ago
Philip Bolting
7fdda1cf0f
Fix typo in MVC REST Error Responses documentation
...
Signed-off-by: Philip Bolting <pb@philipbolting.de>
4 weeks ago
rstoyanchev
46efd930f0
Update docs
...
On the order of a ControllerAdvice that overrides the handling of
built-in exceptions in a scenario with Boot autoconfig.
Closes gh-35982
4 weeks ago
Sébastien Deleuze
c5044bfdbc
Refine multipart-forms.adoc
...
See gh-36094
4 weeks ago
Tran Ngoc Nhan
9abe4b46ca
Fix Kotlin example in `Multipart Content`
...
Closes gh-36094
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
4 weeks ago
Sébastien Deleuze
192da6229c
Fix locale interceptor code snippet
...
See gh-36105
See gh-36099
4 weeks ago
Sébastien Deleuze
e1402fd252
Upgrade Antora dependencies
...
Closes gh-36105
4 weeks ago
Sébastien Deleuze
3027d78f40
Modernize the DispatcherServlet Locale documentation
...
The Java sample for "Locale Interceptor" shows a
`urlHandlerMapping.setUrlMap(Map.of("...` line due the inability to
disable the code chomping Asciidoctor extension with the code include
one. It will be fixed by a subsequent commit or a bug fix in
https://github.com/spring-io/asciidoctor-extensions .
Closes gh-36099
4 weeks ago
Sébastien Deleuze
d752e80356
Add missing line to MVC config interceptors snippet
...
To ensure consistency with Kotlin and XML snippets.
4 weeks ago
Sébastien Deleuze
6939cb90df
Add ServerRequest.bindAndAwait Kotlin extension
...
Closes gh-36092
1 month ago
Sébastien Deleuze
3ddaf51f5d
Remove `@EnableWebFlux` from documentation code snippets
...
Like what we did for `@EnableWebMvc`, we want to remove `@EnableWebFlux`
from typical code snippets extending WebFluxConfigurer to make them more
Spring Boot friendly.
Closes gh-36091
1 month ago
Sébastien Deleuze
6a28f06b2e
Extract some WebFlux functional snippets
...
See gh-36089
1 month ago
Sébastien Deleuze
5ecece91dc
Polishing
...
See gh-36089
1 month ago
Tran Ngoc Nhan
13d7a6c480
Fix Kotlin snippets in "CORS" and "Functional Endpoints" sections
...
Closes gh-36089
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 month ago
Sébastien Deleuze
6e66af15a6
Extract remaining WebMVC configuration snippets
...
Closes gh-36088
1 month ago
Sébastien Deleuze
cd8e38448c
Remove the "Other Web Frameworks" documentation
...
Closes gh-36086
1 month ago
Tran Ngoc Nhan
b8ed4f2ba8
Correct `encode` Javadoc for `UriComponents` and `UriComponentsBuilder`
...
Closes gh-36040
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 month ago
Tran Ngoc Nhan
0048f01074
Fix links in client-builder.adoc
...
Closes gh-36079
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 month ago
Sébastien Deleuze
0b904a878d
Fix indentation in framework-docs.gradle
1 month ago
Sébastien Deleuze
9c78f84915
Modernize the view technologies section
...
Closes gh-35450
1 month ago
Brian Clozel
89ca8e6976
Document how to discard response body with WebTestClient
...
This commit better documents the ways to discard the response body with
`WebTestClient`.
Closes gh-35953
1 month ago
Sébastien Deleuze
d4e4250bb1
Remove JavaScript/Kotlin from ScriptEngine documentation
...
Closes gh-27919
2 months ago
Sam Brannen
ed451c107f
Polishing
2 months ago
Sam Brannen
452257eb96
Revise contribution
...
See gh-36022
2 months ago
Tran Ngoc Nhan
a7863a0877
Fix typos and grammar in reference manual
...
Closes gh-36022
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
rstoyanchev
0eefac21c9
Polishing contribution
...
Closes gh-35758
2 months ago
Samuel Gulliksson
e99791f289
Improve i18n-support for NoResourceFoundException.
...
Return the requested resource as ErrorResponse.getDetailMessageArguments,
making it usable with message customization and i18n.
See gh-35758
Signed-off-by: Samuel Gulliksson <samuel.gulliksson@gmail.com>
2 months ago
Tran Ngoc Nhan
87d0113b25
Correct Reactive Libraries reference link
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
Sam Brannen
c7e24a5c26
Update antora-extensions to 1.14.7
...
Closes gh-35949
2 months ago
Sam Brannen
946fc65712
Stop linking to 6.1.22-SNAPSHOT reference docs
...
With this commit, we now include snapshots for main (which currently
correlates to 7.0.x), 6.2.x, and 7.0.x to 9.*.x.
Closes gh-35923
(cherry picked from commit 305a512a55 )
2 months ago
Sam Brannen
24d152cdab
Convert sentence to tip in Kotlin testing chapter
...
This commit also moves the text to a more appropriate section of the
chapter.
2 months ago
Tran Ngoc Nhan
45d4fd3b7e
Fix broken Javadoc links to methods
...
Closes gh-35899
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
Sam Brannen
3fd5d69939
Remove JUnit 4 based meta-annotation example
...
This commit also converts the examples from XML configuration files to
@Configuration classes.
Closes gh-35903
2 months ago
Sam Brannen
6504177e7b
Refer to "Spring Tools" instead of "Spring Tools for Eclipse"
...
Closes gh-35901
2 months ago
Sam Brannen
c1125699bb
Document that the SpringExtension requires JUnit Jupiter 6.0 or higher
...
Closes gh-35900
2 months ago
rstoyanchev
a9a404266c
Data binding from pathvars and headers in fn handlers
...
Closes gh-35800
2 months ago
rstoyanchev
4847ee80b0
Add required type to TypeMismatchException message args
...
Closes gh-35837
2 months ago
Sam Brannen
f4ee120a42
Use current links to JUnit documentation
...
Closes gh-35892
2 months ago
Sam Brannen
e625a28f6d
Fix formatting for backticks in Kotlin docs
2 months ago
Sam Brannen
45c1cd9295
Link to Spring Framework Artifacts wiki page
...
This commit revises the Integration Testing chapter to reference the
"Spring Framework Artifacts" wiki page instead of the nonexistent
"Dependency Management" section of the reference manual.
Closes gh-35890
2 months ago
Sébastien Deleuze
9e18c75ff1
Fix ApiVersionConfigurer Kotlin code sample
...
Closes gh-35887
2 months ago
Sébastien Deleuze
fb9f31d101
Update reference documentation to use Jackson 3
...
Closes gh-35886
2 months ago
github-actions[bot]
8642a39a03
Update Antora Spring UI to v0.4.25
...
Closes gh-35876
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 months ago
github-actions[bot]
f62cc98a97
Update Antora Spring UI to v0.4.22
...
Closes gh-35860
2 months ago
Sam Brannen
9fe4e7798d
Fix link to MockMvc test in HtmlUnit section
...
See gh-35853
2 months ago
Sam Brannen
d178930186
Polishing
2 months ago
Tran Ngoc Nhan
91d2a51f3f
Fix cross-reference links in HtmlUnit sections
...
Closes gh-35853
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
github-actions[bot]
6115c3966c
Update Antora Spring UI to v0.4.20
...
Closes gh-35813
3 months ago
Sébastien Deleuze
4756a4be23
Polishing
...
See gh-35820
3 months ago