rstoyanchev
26d413c521
Update router function docs for API versioning
...
Closes gh-35113
6 months ago
rstoyanchev
40eb9c2c81
Add docs for API version deprecation support
...
Closes gh-35049
6 months ago
rstoyanchev
3cb8a833e4
Polishing API versioning ref docs
6 months ago
Yanming Zhou
d8ac3ff31f
Fix typo in WebMvc.fn document
...
Closes gh-35045
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
6 months ago
rstoyanchev
c769f43b3e
Update docs on testing client code
...
Closes gh-34892
7 months ago
rstoyanchev
4782c697b8
Improve RestControllerAdvice documentation
...
Closes gh-34866
7 months ago
rstoyanchev
de52090959
Polishing contribution
...
Closes gh-34554
7 months ago
rstoyanchev
263af04508
Polishing contribution
...
Closes gh-34877
7 months ago
kssumin
8b9ae2b11c
Update Jetty on WebFlux bootstrap in reference docs
...
Replace deprecated JettyHttpHandlerAdapter with JettyCoreHttpHandlerAdapter
Update example to work with Jetty 12+
Add note about the deprecation
See gh-34877
Signed-off-by: kssumin <201566@jnu.ac.kr>
7 months ago
rstoyanchev
be17315f63
Add mention of CompletionStage in "Async Requests"
...
Closes gh-34991
7 months ago
rstoyanchev
06f69915cb
Polishing contribution
...
Closes gh-34885
7 months ago
addoDev
d9459bdc74
Improve mvc-ann-async.adoc
...
Added section for WebAsyncTask return type along with java and
kotlin example code
See gh-34885
Signed-off-by: addoDev <adityaraochokkadi@gmail.com>
7 months ago
Johannes Jank
5b9cb8291e
Fix exception name in ModelAttribute docs
...
Closes gh-34980
Signed-off-by: Johannes Jank <johannes.wengert@googlemail.com>
7 months ago
rstoyanchev
dc52042b85
Polishing contribution
...
Closes gh-34939
7 months ago
dujiabao
cff6e02162
Correct sample in multipart-forms.adoc
...
See gh-34939
Signed-off-by: dujiabao <42103826+WayneDu98@users.noreply.github.com>
7 months ago
rstoyanchev
e04de95ef2
Update API versioning ref docs for client side
...
Closes: gh-34569
7 months ago
rstoyanchev
cce2771639
Add API versioning reference documentation
...
See gh-34569
7 months ago
Sam Brannen
457e876303
Polish reference manual regarding placeholders
7 months ago
Sam Brannen
f27382cfb6
Consistently indent code with tabs in reference manual
8 months ago
Taeik Lim
a946fe2bf8
Fix broken link for Server-Sent Events
...
Signed-off-by: Taeik Lim <sibera21@gmail.com>
Closes gh-34705
9 months ago
Tran Ngoc Nhan
7c3913050a
Fix formatting and update links to scripting libraries and HDIV
...
Closes gh-34603
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
(cherry picked from commit 666e2df0f3 )
9 months ago
Tran Ngoc Nhan
666e2df0f3
Fix formatting and update links to scripting libraries and HDIV
...
Closes gh-34603
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com>
9 months ago
Vedran Pavic
94d29bac9f
Fix typo in Spring MVC error responses documentation
...
Closes gh-34552
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
10 months ago
Tran Ngoc Nhan
34315fc20f
Fix web and webflux reference links
...
Closes gh-34517
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
10 months ago
Brian Clozel
7077809561
Configure Kotlin JSON converters as Jackson alternative
...
Prior to this commit, Spring MVC and WebFlux would consider the
"kotlinx.serialization" JSON codecs and converters in addition to other
JSON alternatives like Jackson, Gson and Jsonb.
This would cause issues because while in most cases this library is only
involved if the type is annotated with "@Serializable", this is not true
for Java enums. In this particular case, the codec shadows Jackson and
causes issues.
This commit now considers kotlinx.serialization JSON support as an
alternative to Jackson. Just like Jsonb and GSON, this is only
auto-detected if Jackson is not present.
We received consistent feedback that kotlinx.serialization is popular in
Kotlin libraries and is often a transitive dependency. As a result, we
cannot consider its presence on the classpath as a strong enough signal
to configure it by default.
Closes gh-34410
10 months ago
Pierre Rossato
a9ecf90524
Minor update in WebSocket STOMP documentation
...
Closes gh-34353
Signed-off-by: Pierre Rossato <pierre.rossato@gmail.com>
11 months ago
rstoyanchev
384d2749c6
Polishing in HttpServiceMethod
11 months ago
rstoyanchev
b8c51a2767
Additional theme removal updates
...
See gh-33809
11 months ago
rstoyanchev
9f77d5ff1f
Remove deprecated ThemeResolver support
...
See gh-33809
11 months ago
Tran Ngoc Nhan
ebae02a92b
Fix broken links in the web reference documentation
...
Closes gh-34115
1 year ago
rstoyanchev
373763723e
Deprecate use of PathMatcher and UrlPathHelper in web
...
Closes gh-34018
1 year ago
rstoyanchev
41a9db376d
Deprecate pathExtension routing predicates
...
Closes gh-34103
1 year ago
rstoyanchev
4b9f1732f1
Remove remaining Spring MVC trailing slash matching
...
Closes gh-34036
1 year ago
Brian Clozel
4fd368b1af
Deprecate mvc XML configuration namespace
...
This commit deprecates the `<mvc:*` XML configuration namespace for
configuring Spring MVC applications. This configuration model is lagging
behind in the 6.x generation already and we don't intend to invest in
this space to close that gap.
As of 7.0, using this XML namespace will result in a WARN log message.
This commit also states our intent in the reference documentation.
Closes gh-34063
1 year ago
rstoyanchev
7f4da52cc5
Remove Spring MVC path extension content negotiation
...
See gh-34036
1 year ago
Brian Clozel
3edb256298
Update websocket reference docs
...
See gh-33744
1 year ago
Juergen Hoeller
2b9010c2a2
Remove APIs marked as deprecated for removal
...
Closes gh-33809
1 year ago
Brian Clozel
c213724a47
Document Servlet PushBuilder API deprecation
...
See gh-33918
1 year ago
rstoyanchev
81ea35c726
Update method names in FragmentsRendering
...
Closes gh-33974
1 year ago
Tran Ngoc Nhan
8c0ac8e062
Fix a typo in the filters documentation
...
Closes gh-33959
1 year ago
Sam Brannen
bfde33a514
Document options for Date/Time parsing & formatting issues with JDK 20+
...
This commit updates Javadoc and the reference guide to document options
for handling date/time parsing and formatting issues on JDK 20 and higher.
A new "Date and Time Formatting with JDK 20 and higher" page has also been
introduced in the wiki.
https://github.com/spring-projects/spring-framework/wiki/Date-and-Time-Formatting-with-JDK-20-and-higher
Closes gh-33151
1 year ago
Sam Brannen
4d792d0e45
Remove mentions of Joda-Time support
...
Since Joda-Time support was removed in Spring Framework 6.0, this commit
removes obsolete mentions of Joda-Time in the reference guide and Javadoc.
See gh-27426
Closes gh-33881
1 year ago
Brian Clozel
acccbbec3f
Document UrlHandler Servlet and reactive filters
...
Closes gh-33784
1 year ago
Brian Clozel
20d21a8251
Rework links to Spring Boot in reference docs
...
Closes gh-33776
1 year ago
Brian Clozel
d8c153a9d1
Remove support for Resin Servlet container
...
This commit removes all references to the Resin Servlet container, as it
is not supported as of Spring Framework 6.0 because we require a
JakartaEE baseline.
Closes gh-33772
1 year ago
Sehwan Lim
d22924c728
Fix incorrect regex rendering in MVC controller documentation
...
This commit fixes the issue where the regex pattern in the reference documentation
was not rendering correctly for the `/projects/{project:[a-z]+}/versions` mapping.
Closes gh-33766
1 year ago
Habin Song
5302e7aa25
Update fallback.adoc
...
Fix a typo.
Closes gh-33721
1 year ago
rstoyanchev
a63cf06496
Update Javadoc snippets for static resource locations
...
Switch to FileUrlResource, the same as what is used get with
the "file:" prefix in webmvc and webflux config.
See gh-33712
1 year ago
Johnny Lim
1ec9a115a8
Replace RFC 7807 with RFC 9457 in documentation
...
See gh-33594
1 year ago
Yanming Zhou
8941e2876e
Replace 'e.g.' with 'for example' in documentation and comments
...
Closes gh-33515
1 year ago