rstoyanchev
977582fced
Document data binding for functional endpoints
...
Closes gh-35367
3 months ago
Sam Brannen
b741632e99
Polish wording in web sections
4 months ago
Tran Ngoc Nhan
cd208797e2
Fix links to Reactive Libraries and RestTemplate
...
Closes gh-35392
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
4 months ago
rstoyanchev
6e2fbfe108
Polishing contribution
...
Closes gh-35232
4 months ago
秦利斌
968e037503
Add documentation of RequestMapping about SpEL
...
Signed-off-by: 秦利斌 <68638598+Allan-QLB@users.noreply.github.com>
4 months ago
Juergen Hoeller
a0c083619f
Consistent line breaks in reference documentation
5 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
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
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
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
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
Tran Ngoc Nhan
ebae02a92b
Fix broken links in the web reference documentation
...
Closes gh-34115
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
Sam Brannen
4fb70b671a
Remove obsolete role attributes for tab groups in the reference manual
...
Since we now use asciidoctor-tabs instead of spring-asciidoctor-backends,
we no longer need the `role="primary"` and `role="secondary"` attributes
for tab groups.
Closes gh-33506
1 year ago
Brian Clozel
046724b940
Document that WebFlux does not support forward redirects
...
Closes gh-33441
1 year ago
Sam Brannen
46655f367e
Polishing
1 year ago
Sébastien Deleuze
83be0f2dac
Improve documentation on reading form data
...
`@RequestParam` should be favored over `@RequestBody`
which can't always be used reliably due to how the Servlet
API behaves.
Closes gh-33409
1 year ago
Simon Baslé
bf5e218b35
Add support for headers in `@HttpExchange`
...
On the client side, supports `name=value` pairs. Placeholders in values
are resolved by the `embeddedValueResolver`.
On the server side, additionally supports `name` and `!name` syntax.
Closes gh-33309
1 year ago
rstoyanchev
e670c6b50a
Documentation updates for fragment rendering
...
Closes gh-33195
1 year ago
rstoyanchev
0bac8d48a5
Polishing in view rendering documentation
...
See gh-33195
1 year ago
Stéphane Nicoll
ea665d776d
Polish "Fix reference to configurePathMatching in code sample"
...
See gh-33277
1 year ago
sheip9
7a2fc2ff09
Fix reference to configurePathMatching in code sample
...
See gh-33277
1 year ago
Simon Baslé
c92e043bbc
Support multiple style of parsing/printing Durations
...
This commit introduces a notion of different styles for the formatting
of Duration.
The `@DurationFormat` annotation is added to ease selection of a style,
which are represented as DurationFormat.Style enum, as well as a
supported time unit represented as DurationFormat.Unit enum.
DurationFormatter has been retroffited to take such a Style,
optionally, at construction. The default is still the JDK style a.k.a.
ISO-8601.
This introduces the new SIMPLE style which uses a single number + a
short human-readable suffix. For instance "-3ms" or "2h".
This has the same semantics as the DurationStyle in Spring Boot and
is intended as a replacement for that feature, providing access to the
feature to projects that only depend on Spring Framework.
Finally, the `@Scheduled` annotation is improved by adding detection
of the style and parsing for the String versions of initial delay, fixed
delay and fixed rate.
See gh-22013
See gh-22474
Closes gh-30396
1 year ago
Stéphane Nicoll
a3b737ed00
Polish "Update links in reference manual"
...
See gh-33245
1 year ago
Tran Ngoc Nhan
61d1fde797
Update links in reference manual
...
See gh-33245
1 year ago
rstoyanchev
611d3e5551
Correct type names in docs on Validation in WebFlux
...
Closes gh-33061
1 year ago
rstoyanchev
b93b7e013a
Add FragmentsRendering to documentation for return values
...
Closes gh-33162
1 year ago
Sam Brannen
b64edb2d2a
Update Content-Type based on encoding in MVC FreeMarkerView
...
Closes gh-33119
1 year ago