Rossen Stoyanchev
34a0cdfc33
Minor fixes: UriComponentsBuilder, UriComponents, docs
...
After the latest changes, two small fixes in the clone method to copy
the encode flag, and in the encodeUriTemplate method to account for
possible null query params.
Improvements in the URI encoding section.
Issue: SPR-17039, SPR-17027
2018-07-19 19:07:22 -04:00
Andrew McCallum
6e019f9ed0
Correct method signature in code example
...
Closes gh-1887
2018-07-18 09:08:29 +02:00
Rossen Stoyanchev
d9d41b4398
Polish
2018-07-17 17:41:44 -04:00
Rossen Stoyanchev
eac0ddce13
Update URI Encoding section
2018-07-17 15:58:47 -04:00
Rossen Stoyanchev
a363a229eb
Update URI links section after encoding changes
...
Issue: SPR-17039
2018-07-16 21:25:27 -04:00
Rossen Stoyanchev
7ea8ecb6ab
Warn when SimpleAsyncTaskExecutor is used
...
Issue: SPR-16203
2018-07-11 11:21:49 -04:00
Rossen Stoyanchev
f179181b40
Polish Reactive Spring Web section
2018-07-09 15:58:35 -04:00
Rossen Stoyanchev
3526766635
Fix documentation issue
2018-06-18 20:35:57 -04:00
Rossen Stoyanchev
4ec9f5df5c
Minor polishing for URI encoding docs
2018-06-12 10:15:43 -04:00
Rossen Stoyanchev
be5229949c
Add HTTP caching to WebFlux section
...
Issue: SPR-16395
2018-06-11 16:44:35 -04:00
Rossen Stoyanchev
516937cfc5
Polish Spring MVC docs on HTTP Caching
...
Issue: SPR-16395
2018-06-11 16:44:25 -04:00
Sebastien Deleuze
b80c13b722
Deprecate JSONP and disable it by default in Jackson view
...
Issue: SPR-16798
2018-06-08 12:31:40 +02:00
Jason Zhekov
fe01e5114d
Fix format typo in webmvc.adoc
...
Closes gh-1849
2018-06-04 20:56:55 +02:00
Violeta Georgieva
76678e9c6a
Fix code examples for WebFlux functional endpoints
...
Closes gh-1844
2018-05-31 15:19:28 +02:00
Rossen Stoyanchev
f078e057ce
Update docs on WebClient filters
2018-05-24 07:20:24 -04:00
Rossen Stoyanchev
941186a359
Minor update to STOMP chapter
...
Issue: SPR-16681
2018-05-23 21:50:46 -04:00
Rossen Stoyanchev
1943a1f5bd
Fix error in WebFlux chapter on static resources
...
Issue: SPR-16864
2018-05-23 21:25:26 -04:00
Rossen Stoyanchev
b385ff1d9f
Polish WebFlux WebSocket docs
...
Issue: SPR-16820
2018-05-17 10:03:24 -04:00
Rossen Stoyanchev
c7adf28f61
Expand WebFlux docs with WebSocketHandler examples
...
Issue: SPR-16820
2018-05-16 21:33:47 -04:00
Rossen Stoyanchev
9179a4fa30
Correct coordinates for Reactor Netty in STOMP chapter
...
Issue: SPR-16802
2018-05-10 16:47:17 -04:00
Juergen Hoeller
f2cc70ecf9
Explicit coverage of root vs cause exception matching in MVC ref docs
...
Issue: SPR-16743
(cherry picked from commit a200df6 )
2018-05-07 23:18:33 +02:00
Rossen Stoyanchev
e2115594c0
Document throwExceptionIfNoHandlerFound property
...
Issue: SPR-16786
2018-05-07 16:12:25 -04:00
Juergen Hoeller
ed44262a71
ResponseEntityExceptionHandler rethrows unknown exception (for further processing in DispatcherServlet's HandlerExceptionResolver chain)
...
Issue: SPR-16743
(cherry picked from commit 7b894fe )
2018-05-05 13:17:00 +02:00
nkjackzhang
a702ef8074
Fix typos in Spring MVC refdoc
...
1. Consistent with "xml code" examples.
2. "xml()" is a static method and will use default builder config,
so use createXmlMapper(true) instead.
3. Fix mvc namespace tag typo.
2018-04-26 10:03:27 +02:00
nkjackzhang
f9e31b503c
Fix typos
...
Closes gh-1806
2018-04-25 10:07:34 +02:00
Daniel Kift
922fd1e785
Polish WebFlux reference documentation
2018-04-18 11:58:37 +02:00
Juergen Hoeller
cd79966c52
Revised reference example for linkable controller method signature
...
Issue: SPR-16710
(cherry picked from commit 7ee6130 )
2018-04-12 21:07:39 +02:00
sdeleuze
3879179927
Document why "charset=UTF-8" is specified for JSON
...
Issue: SPR-14715
2018-04-09 12:01:21 +02:00
KwonJH
007da2a58d
Fix Java 9 link in the reference documentation
2018-04-09 11:13:25 +02:00
Rossen Stoyanchev
65fdd0efeb
[docs] Updates for exception handling in web sections
...
Issue: SPR-16394
2018-04-02 00:51:14 -04:00
Rossen Stoyanchev
9dd3cd98ac
[docs] Move Filters section under Reactive Spring Web
...
Issue: SPR-16394
2018-04-02 00:50:56 -04:00
Bian Jiaping
8f525f07e9
Fix typos, formatting and escaping in reference
...
Note: Some symbol combinations (including <=) serve as textual symbol
replacements in AsciiDoc.
http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#text-replacement
2018-03-30 10:06:33 -04:00
Juergen Hoeller
0bc01fcd55
Polishing
2018-03-30 13:42:23 +02:00
Rossen Stoyanchev
dd96c873e3
Improve docs on forwarded headers
...
Issue: SPR-16660
2018-03-29 16:11:01 -04:00
Rossen Stoyanchev
b8d72516e1
Update link to WebSocket spec issue
2018-03-28 15:54:57 -04:00
Rossen Stoyanchev
19875d8e3f
Document WebFlux concurrency model
...
Issue: SPR-16538
2018-03-26 09:59:38 -04:00
Rossen Stoyanchev
f6ea7407e6
Improve docs on client-side multipart requests
...
Issue: SPR-16635
2018-03-23 21:44:27 -04:00
Rossen Stoyanchev
94924566d5
Minor typo in docs
2018-03-23 11:12:54 -04:00
Rossen Stoyanchev
3b4c7a40c0
Improve docs on @Controller methods in STOMP section
...
Issue: SPR-16631
2018-03-23 10:54:53 -04:00
sn42
f18d8c31e2
Correct link caption.
2018-03-22 13:21:57 +01:00
Rossen Stoyanchev
94c525cdc8
Polish @RequestPart support
2018-03-21 18:26:13 -04:00
Rossen Stoyanchev
88a17a4b10
Reactor2TcpClient constructor with address supplier
...
Issue: SPR-12452
2018-03-20 12:21:45 -04:00
Rossen Stoyanchev
26bb3a0893
Improve docs on enabling Servlet 3 multipart
2018-03-19 11:20:08 -04:00
Juergen Hoeller
578c04ea17
Consistent table declarations (including fix for disarranged FTL macros)
...
Issue: SPR-16612
2018-03-19 12:41:22 +01:00
Rossen Stoyanchev
e228ded589
Include form and multipart data in WebFlux.fn chapter
...
Issue: SPR-16547
2018-03-09 21:16:19 -05:00
Rossen Stoyanchev
a3d8c60aba
Restructure functional endpoints chapter
...
This commit restructures the existing content to separate out Overview
content into its own section, and also introduces more formal structure
where reference type content can be expanded over time.
Issue: SPR-16547
2018-03-09 21:16:19 -05:00
Rossen Stoyanchev
eb96ff2943
Doc improvements related to HTTP streaming
...
Issue: SPR-16494
2018-03-07 17:07:09 -05:00
Rossen Stoyanchev
e20652009d
Improve docs on SseEmitter onComplete/onError
...
Issue: SPR-16548
2018-03-07 14:59:18 -05:00
Juergen Hoeller
934a995acb
Strong recommendation for OpenPDF 1.0.5 instead of iText 2.1.7
...
Issue: SPR-16107
(cherry picked from commit b70d400 )
2018-03-07 17:08:45 +01:00
Alexander Sparkowsky
d3eff49c59
Fix typos in webmvc documentation
2018-02-25 19:40:25 +01:00