Sam Brannen
a7cf19cec5
Improve documentation and matching algorithm in data binders
2022-04-13 09:55:40 +02:00
Sam Brannen
8cbb188455
Fix links to Spring Security in the reference guide
...
Closes gh-28135
2022-03-05 14:53:52 +01:00
Sam Brannen
bc973d7001
Fix broken link to "CORS WebFilter" in ref docs
2022-03-05 14:36:52 +01:00
Sam Brannen
0e670b1c15
Polish contribution
...
See gh-27984
2022-01-28 16:15:21 +01:00
wkwkhautbois
fadfcf4e43
Fix ServletUriComponentsBuilder examples in ref docs
...
Closes gh-27984
2022-01-28 16:10:54 +01:00
Sam Brannen
6647023151
Document how to register annotated classes in a GenericWebApplicationContext
...
Closes gh-27778
2022-01-27 16:08:16 +01:00
rstoyanchev
01231fe923
Minor refactoring in STOMP documentation
...
Closes gh-27906
2022-01-12 08:55:32 +00:00
waahhh
edabde8a11
Fix syntax in WebFlux Validation example
...
Closes gh-27907
2022-01-09 17:26:11 +01:00
Sam Brannen
709a41fd43
Fix broken links to WebSocket support in Spring Security & Spring Session
2022-01-08 16:35:58 +01:00
Rossen Stoyanchev
5649a6f8ef
Update exchangeToMono Javadoc
...
This time showing a more representative example.
See gh-27645
2021-12-03 09:21:21 +00:00
Arjen Poutsma
be6eeafe78
Revert change createException to createError
...
createError is not available in 5.3.
See gh-27645
2021-12-02 15:59:51 +01:00
Arjen Poutsma
b77b45434f
Change createException to createError
...
See gh-27645
2021-12-02 15:11:15 +01:00
Rossen Stoyanchev
8b89128c7b
Update createException example for WebClient
...
Closes gh-27645
2021-12-02 11:53:43 +00:00
Rossen Stoyanchev
445c0def0c
Update docs on heartbeats with simple broker
...
Closes gh-27746
2021-11-29 17:13:57 +00:00
Juergen Hoeller
2a268701c4
Introduce optimizeLocations flag for resource location filtering on startup
...
This flag is off by default since it requires jar files with directory entries.
Closes gh-27624
2021-11-10 14:21:48 +01:00
Abdullah Khan
6ac780d595
Fix grammar in webflux-webclient.adoc
...
Closes gh-27657
2021-11-09 14:22:50 +01:00
Rossen Stoyanchev
93f8706dd3
Update docs for ControllerAdvice
...
In 5.3 it became possible to handle exceptions from any handler through
ExceptionHandler's in a ControllerAdvice class, but this is not
mentioned in the docs
See gh-22619, gh-27338
2021-09-24 15:57:15 +01:00
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
2021-09-14 15:06:19 +02:00
Rossen Stoyanchev
a3655c4858
Add tip related to user destinations in STOMP
...
See gh-26986
2021-09-07 16:33:54 +01:00
Georgi Ushev
e5a5f8b20b
Remove unnecessary brace in websocket documenation
...
Closes gh-#27339
2021-08-31 09:37:29 +02:00
Steve Wei
b120e0b8f4
Fix Kotlin example for filtering handler functions
...
Closes gh-#27337
2021-08-30 16:47:31 +02:00
Sam Brannen
e0c0e7f878
Fix typo in ref docs
2021-07-17 17:03:51 +03:00
Rossen Stoyanchev
95d7f883ae
Deprecate LastModified
...
See gh-27075
2021-07-13 12:11:20 +01:00
Juergen Hoeller
1ff8da3635
StandardServletMultipartResolver provides strict Servlet compliance option
...
Closes gh-26826
2021-07-12 23:18:54 +02:00
Sviatoslav Hryb
f3f0bd22c5
Fix content negotiation description
2021-07-12 15:23:35 +01:00
Rossen Stoyanchev
39442143b7
Fix and improve docs on {*var} pattern
...
Closes gh-27132
2021-07-09 20:09:06 +01:00
hunjipo
f45a852aca
Fix typo in code example
...
See gh-26980
2021-05-27 08:37:44 +02:00
Johnny Lim
a2e5d9a14f
Polishing
...
Closes gh-26960
2021-05-20 15:49:13 +02:00
Rossen Stoyanchev
29790d5bb1
Update docs on how a `@ModelAttribute` is sourced
...
Closes gh-26873
2021-05-10 07:19:17 +01:00
Sam Brannen
1dde30a7fd
Fix grammar in ref docs
2021-04-28 15:39:21 +02:00
Stephane Nicoll
e4a5d2aaa5
Fix reference to assets on the default branch in ref doc
...
See gh-26863
2021-04-27 07:18:23 +02:00
Rossen Stoyanchev
b595dc1dfa
Add advice on Spring MVC path matching for 5.3+
...
Closes gh-26750
2021-04-26 17:17:14 +01:00
Rossen Stoyanchev
d275a4e28d
Asciidoc typo from previous commits
2021-04-21 17:37:06 +01:00
Rossen Stoyanchev
42a23098de
Update docs on Principal controller method arguments
...
Closes gh-26791
2021-04-21 17:28:14 +01:00
Rossen Stoyanchev
d25ae4b02c
Add advice on using exchange from an ExchangeFilterFunction
...
Closes gh-26819
2021-04-21 17:04:10 +01:00
nara
2dc203ffdc
Polish web docs example
2021-03-29 11:40:56 +01:00
Stephane Nicoll
a3451f9908
Polish "Fix Commons FileUpload URL in reference guide"
...
See gh-26678
2021-03-15 08:45:51 +01:00
heqiang
5c38b89f4e
Fix Commons FileUpload URL in reference guide
...
See gh-26678
2021-03-15 08:44:48 +01:00
Rossen Stoyanchev
8791928f61
Update variable detection in UriComponentsBuilder#encode
...
This commit better aligns how URI variable placeholders are detected
in UriComponentsBuilder#encode (i.e. the pre-encoding of the literal
parts of a URI template) and how they are expanded later on.
The latter relies on a pattern that stops at the first closing '}'
which excludes the possibility for well-formed, nested placeholders
other than variables with regex syntax, e.g. "{year:\d{1,4}}".
UriComponentsBuilder#encode now also stops at the first closing '}' and
further ensures the placeholder is not empty and that it has '{' before
deciding to treat it as a URI variable.
Closes gh-26466
2021-02-11 08:34:06 +00:00
Sam Brannen
c5284009a1
Fix UriComponentsBuilder examples in ref docs
...
Closes gh-26453
2021-01-27 15:16:15 +01:00
daisuzz
d96448fde9
Fix typo in URI Encoding section of reference docs
...
Closes gh-26436
2021-01-24 14:38:33 +01:00
Arjen Poutsma
d80b08084e
Document ordering of RouterFunction beans
...
Closes gh-26283
2021-01-14 16:18:22 +01:00
Rossen Stoyanchev
a7413ea76b
Add recommendation for original multipart filename
...
See gh-26299
2021-01-12 17:28:44 +00:00
Rossen Stoyanchev
c3c36ab498
Document choices for async ResponseEntity return values
...
Closes gh-22614
2021-01-12 14:37:01 +00:00
Juergen Hoeller
be5eb7037f
Explicit notes on non-null enforcement and deep cause support in 5.3
...
Closes gh-26296
See gh-26317
2021-01-11 19:04:12 +01:00
diguage
eab61f692f
Merge source and substitution configuration in reference docs
...
Closes gh-25545
2020-12-28 20:49:36 +01:00
Arjen Poutsma
a1320cd450
Add SSE support to WebMvc.fn
...
This commit adds support for sending Server-Sent Events in WebMvc.fn,
through the ServerResponse.sse method that takes a SseBuilder DSL.
It also includes reference documentation.
Closes gh-25920
2020-12-02 15:14:47 +01:00
Rossen Stoyanchev
1e19e51c9c
Fix exchangeToMono sample in reference
...
Closes gh-26189
2020-12-01 17:46:12 +00:00
Rossen Stoyanchev
23006d417b
Deprecate context method in WebClient
...
See gh-25710
2020-11-23 21:46:14 +00:00
Rossen Stoyanchev
c22a483c3d
Update section on type conversion for web method arguments
...
Closes gh-26088
2020-11-16 17:01:57 +00:00