Sam Brannen
04186fdf0e
Consistently refer to URLs and URIs in documentation
3 weeks ago
rstoyanchev
85c18caf25
Update docs on supported versions with baseline notation
...
Closes gh-36316
4 weeks ago
Sam Brannen
cb8ed43be1
Stop referring to "JDK 8" features in documentation
...
See gh-36310
1 month ago
Sam Brannen
d84c4a39e2
Stop referring to "Java 8" features in documentation
...
Closes gh-36310
1 month ago
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>
1 month ago
Yurii Platunov
f1c86b1bbc
Fix formatting in Web MVC HTTP Message Conversion documentation
...
Closes gh-36250
Signed-off-by: Yurii Platunov <furachannel16@gmail.com>
1 month ago
Ivars Silamiķelis
033c309d39
Fix JSON syntax in STOMP overview documentation
...
Closes gh-36229
Signed-off-by: Ivars Silamiķelis <ivars.silamikelis@gmail.com>
1 month ago
Sam Brannen
4dacc64a30
Fix formatting and spelling
2 months ago
rstoyanchev
79386b0e83
Fix unfinished edit from previous commit
...
See gh-36198
2 months ago
rstoyanchev
d1bfe03358
Update docs on trailing slash handling
...
Closes gh-36198
2 months ago
rstoyanchev
4bc9f68451
Update docs content types for ProblemDetail
...
Closes gh-36192
2 months ago
Sébastien Deleuze
c4cb55fbde
Modernize DispatcherServlet context hierarchy diagram
...
See gh-36175
2 months ago
Sébastien Deleuze
3f01830d11
Refine CORS documentation to match latest changes
...
Closes gh-36156
2 months ago
Sébastien Deleuze
64d95d7f3e
Extract code snippets from mvc-servlet.adoc
...
Closes gh-36175
2 months ago
Sébastien Deleuze
5a4b1bd1d1
Extract code snippets from logging.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
a91402dcc6
Extract code snippets from multipart.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
0014e0b3c9
Extract code snippets from context-hierarchy.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
49da766551
Extract code snippets from exceceptionhandlers.adoc
...
See gh-36175
2 months ago
Sébastien Deleuze
50bbe6191a
Extract code snippets from container-config.adoc
...
See gh-36175
2 months ago
rstoyanchev
cbc2c63abc
Polishing contribution
...
Closes gh-36125
2 months ago
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>
2 months ago
Philip Bolting
7fdda1cf0f
Fix typo in MVC REST Error Responses documentation
...
Signed-off-by: Philip Bolting <pb@philipbolting.de>
2 months 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
2 months ago
Sébastien Deleuze
c5044bfdbc
Refine multipart-forms.adoc
...
See gh-36094
2 months ago
Tran Ngoc Nhan
9abe4b46ca
Fix Kotlin example in `Multipart Content`
...
Closes gh-36094
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
Sébastien Deleuze
192da6229c
Fix locale interceptor code snippet
...
See gh-36105
See gh-36099
2 months 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
2 months 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
3 months ago
Sébastien Deleuze
6a28f06b2e
Extract some WebFlux functional snippets
...
See gh-36089
3 months ago
Sébastien Deleuze
5ecece91dc
Polishing
...
See gh-36089
3 months 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>
3 months ago
Sébastien Deleuze
6e66af15a6
Extract remaining WebMVC configuration snippets
...
Closes gh-36088
3 months ago
Sébastien Deleuze
cd8e38448c
Remove the "Other Web Frameworks" documentation
...
Closes gh-36086
3 months ago
Tran Ngoc Nhan
0048f01074
Fix links in client-builder.adoc
...
Closes gh-36079
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Sébastien Deleuze
9c78f84915
Modernize the view technologies section
...
Closes gh-35450
3 months ago
Sébastien Deleuze
d4e4250bb1
Remove JavaScript/Kotlin from ScriptEngine documentation
...
Closes gh-27919
3 months ago
rstoyanchev
0eefac21c9
Polishing contribution
...
Closes gh-35758
3 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>
3 months ago
Tran Ngoc Nhan
87d0113b25
Correct Reactive Libraries reference link
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 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>
4 months ago
rstoyanchev
a9a404266c
Data binding from pathvars and headers in fn handlers
...
Closes gh-35800
4 months ago
rstoyanchev
4847ee80b0
Add required type to TypeMismatchException message args
...
Closes gh-35837
4 months ago
Sébastien Deleuze
9e18c75ff1
Fix ApiVersionConfigurer Kotlin code sample
...
Closes gh-35887
4 months ago
Sébastien Deleuze
fb9f31d101
Update reference documentation to use Jackson 3
...
Closes gh-35886
4 months ago
rstoyanchev
e735c2d9c5
Improve Filter overview in reference docs
...
Closes gh-30454
4 months ago
Chandra Bhan Singh
ddb45a9302
Correct documentation formatting for Mono type
...
Closes gh-35786
Signed-off-by: Chandra Bhan Singh <cbhansingh1@gmail.com>
4 months ago
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
4 months ago
rstoyanchev
a698b1bc0d
Refine validation section for controllers
...
Closes gh-35759
4 months ago
rstoyanchev
715bc68c16
Rename methods in FragmentsRendering
...
Previous commit 81ea35c726 in main for 7.0
should have been applied in 6.2.x first for 6.2.1.
This commit applies the changes in 6.2.x as intended,
effective as of 6.2.13.
Closes gh-33974
5 months ago
Sébastien Deleuze
694224f1a6
Remove outdated Spring version mentions
...
Close gh-35696
5 months ago