Sam Brannen
04186fdf0e
Consistently refer to URLs and URIs in documentation
2026-03-01 13:03:14 +01:00
rstoyanchev
85c18caf25
Update docs on supported versions with baseline notation
...
Closes gh-36316
2026-02-18 11:33:08 +00:00
Sam Brannen
cb8ed43be1
Stop referring to "JDK 8" features in documentation
...
See gh-36310
2026-02-12 12:27:51 +01:00
Sam Brannen
d84c4a39e2
Stop referring to "Java 8" features in documentation
...
Closes gh-36310
2026-02-12 12:11:02 +01:00
Tran Ngoc Nhan
7a85ce959b
Remove obsolete code in Redirecting to a resource section
...
See gh-34103
Closes gh-36384
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2026-02-10 11:13:39 +01:00
Yurii Platunov
f1c86b1bbc
Fix formatting in Web MVC HTTP Message Conversion documentation
...
Closes gh-36250
Signed-off-by: Yurii Platunov <furachannel16@gmail.com >
2026-02-04 11:30:32 +01:00
Ivars Silamiķelis
033c309d39
Fix JSON syntax in STOMP overview documentation
...
Closes gh-36229
Signed-off-by: Ivars Silamiķelis <ivars.silamikelis@gmail.com >
2026-02-04 11:04:13 +01:00
Sam Brannen
4dacc64a30
Fix formatting and spelling
2026-01-28 14:27:27 +01:00
rstoyanchev
79386b0e83
Fix unfinished edit from previous commit
...
See gh-36198
2026-01-28 12:27:09 +00:00
rstoyanchev
d1bfe03358
Update docs on trailing slash handling
...
Closes gh-36198
2026-01-28 12:21:33 +00:00
rstoyanchev
4bc9f68451
Update docs content types for ProblemDetail
...
Closes gh-36192
2026-01-28 12:21:33 +00:00
Sébastien Deleuze
c4cb55fbde
Modernize DispatcherServlet context hierarchy diagram
...
See gh-36175
2026-01-20 09:41:28 +01:00
Sébastien Deleuze
3f01830d11
Refine CORS documentation to match latest changes
...
Closes gh-36156
2026-01-19 17:27:19 +01:00
Sébastien Deleuze
64d95d7f3e
Extract code snippets from mvc-servlet.adoc
...
Closes gh-36175
2026-01-19 17:24:38 +01:00
Sébastien Deleuze
5a4b1bd1d1
Extract code snippets from logging.adoc
...
See gh-36175
2026-01-19 17:24:38 +01:00
Sébastien Deleuze
a91402dcc6
Extract code snippets from multipart.adoc
...
See gh-36175
2026-01-19 17:24:38 +01:00
Sébastien Deleuze
0014e0b3c9
Extract code snippets from context-hierarchy.adoc
...
See gh-36175
2026-01-19 17:24:38 +01:00
Sébastien Deleuze
49da766551
Extract code snippets from exceceptionhandlers.adoc
...
See gh-36175
2026-01-19 17:24:38 +01:00
Sébastien Deleuze
50bbe6191a
Extract code snippets from container-config.adoc
...
See gh-36175
2026-01-19 17:24:37 +01:00
rstoyanchev
cbc2c63abc
Polishing contribution
...
Closes gh-36125
2026-01-12 12:48:49 +00:00
hojeong
2f83e6b4b5
Update reference for API version without a value
...
See gh-36125
Signed-off-by: hojeong park <parkhj062@gmail.com >
Signed-off-by: hojeong <parkhj062@gmail.com >
2026-01-12 12:24:13 +00:00
Philip Bolting
7fdda1cf0f
Fix typo in MVC REST Error Responses documentation
...
Signed-off-by: Philip Bolting <pb@philipbolting.de >
2026-01-08 08:40:31 +01:00
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
2026-01-07 16:00:39 +00:00
Sébastien Deleuze
c5044bfdbc
Refine multipart-forms.adoc
...
See gh-36094
2026-01-07 12:49:25 +01:00
Tran Ngoc Nhan
9abe4b46ca
Fix Kotlin example in Multipart Content
...
Closes gh-36094
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2026-01-07 12:20:59 +01:00
Sébastien Deleuze
192da6229c
Fix locale interceptor code snippet
...
See gh-36105
See gh-36099
2026-01-07 09:52:33 +01:00
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
2026-01-06 11:04:05 +01:00
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
2026-01-02 18:06:27 +01:00
Sébastien Deleuze
6a28f06b2e
Extract some WebFlux functional snippets
...
See gh-36089
2026-01-02 18:06:27 +01:00
Sébastien Deleuze
5ecece91dc
Polishing
...
See gh-36089
2026-01-02 18:06:26 +01:00
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 >
2026-01-02 18:05:34 +01:00
Sébastien Deleuze
6e66af15a6
Extract remaining WebMVC configuration snippets
...
Closes gh-36088
2025-12-31 12:15:12 +01:00
Sébastien Deleuze
cd8e38448c
Remove the "Other Web Frameworks" documentation
...
Closes gh-36086
2025-12-31 10:58:44 +01:00
Tran Ngoc Nhan
0048f01074
Fix links in client-builder.adoc
...
Closes gh-36079
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-12-30 15:11:52 +01:00
Sébastien Deleuze
9c78f84915
Modernize the view technologies section
...
Closes gh-35450
2025-12-30 15:03:34 +01:00
Sébastien Deleuze
d4e4250bb1
Remove JavaScript/Kotlin from ScriptEngine documentation
...
Closes gh-27919
2025-12-15 18:43:09 +01:00
rstoyanchev
0eefac21c9
Polishing contribution
...
Closes gh-35758
2025-12-10 18:17:12 +00:00
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 >
2025-12-10 18:17:12 +00:00
Tran Ngoc Nhan
87d0113b25
Correct Reactive Libraries reference link
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-12-05 14:09:02 +00:00
Tran Ngoc Nhan
45d4fd3b7e
Fix broken Javadoc links to methods
...
Closes gh-35899
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-11-26 17:05:16 +01:00
rstoyanchev
a9a404266c
Data binding from pathvars and headers in fn handlers
...
Closes gh-35800
2025-11-26 12:30:48 +00:00
rstoyanchev
4847ee80b0
Add required type to TypeMismatchException message args
...
Closes gh-35837
2025-11-26 12:30:48 +00:00
Sébastien Deleuze
9e18c75ff1
Fix ApiVersionConfigurer Kotlin code sample
...
Closes gh-35887
2025-11-25 14:51:31 +01:00
Sébastien Deleuze
fb9f31d101
Update reference documentation to use Jackson 3
...
Closes gh-35886
2025-11-25 13:31:39 +01:00
rstoyanchev
9daf99af3f
Merge branch '6.2.x'
2025-11-10 14:43:58 +00:00
rstoyanchev
e735c2d9c5
Improve Filter overview in reference docs
...
Closes gh-30454
2025-11-10 14:43:34 +00:00
Sébastien Deleuze
543390c84f
Merge branch '6.2.x'
2025-11-10 12:04:15 +01:00
Chandra Bhan Singh
ddb45a9302
Correct documentation formatting for Mono type
...
Closes gh-35786
Signed-off-by: Chandra Bhan Singh <cbhansingh1@gmail.com >
2025-11-10 12:03:37 +01:00
Brian Clozel
9a54fac998
Merge branch '6.2.x'
2025-11-05 15:18:10 +01:00
Brian Clozel
8bb63081a8
Document PathPattern matching for single/multiple segments
...
This commit improves the reference document to better reflect the
different between `*` or `{name}` on one side, and `**` or `{*path}` on
the other.
The former patterns only consider a single path segment and its content,
while the latter variants consider zero or more path segments. This
explains why `/test/{*path}` can match `/test`.
Closes gh-35727
2025-11-05 14:58:58 +01:00