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
Johnny Lim
b3a34f8397
Polish doc
...
Closes gh-1843
2018-05-31 10:21:36 +02:00
Juergen Hoeller
af0a82931e
Polishing
...
(cherry picked from commit 1b728fb )
2018-05-30 11:59:30 +02:00
Gary Russell
0bc0762577
Fix JMS Doc typo
...
There is no such class `ReplyQosSettings`.
Closes gh-1836
2018-05-25 16:32:09 +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
Juergen Hoeller
2818051aff
Revised code examples for stored procedure type declarations
...
Issue: SPR-16811
(cherry picked from commit 765d18e )
2018-05-16 09:09:55 +02:00
Sebastien Deleuze
5183f71a78
Update Kotlin refdoc with the new tutorial
2018-05-14 10:54:10 +02: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
Nickloas
6c6e44b58e
Fix typo
...
Closes gh-1813
2018-04-28 10:52:03 +02:00
nkjackzhang
dca77c0666
Fix broken anchor link in WebFlux refdoc
2018-04-27 08:49:51 +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
sdeleuze
91c8b62817
Make ResponseSpec.expectBody Kotlin extension usable
...
Prior to this commit, due to KT-5464 type inference issue there was not
proper way to provide body expectations with WebTestClient. This commit
provides a workaround by updating the existing Kotlin extension to
return a Kotlin compatible API.
Issue: SPR-15692
2018-04-17 14:58:12 +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
sdeleuze
1be585562f
Improve Kotlin + bean validation documentation
...
Issue: SPR-16701
2018-04-09 10:18:06 +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
Sam Brannen
b6e9d1c9ad
Publish SpEL content in Reference Manual
2018-03-27 12:48:37 +02: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
d007c25585
Improve docs on RestTemplate
...
In preparation for adding multipart content.
Issue: SPR-16635
2018-03-23 21:44:18 -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
Juergen Hoeller
51c57d77d9
SimpleEvaluationContext with dedicated factory methods for common cases
...
Aligned with DataBindingPropertyAccessor and shown in ref doc examples.
Issue: SPR-16588
2018-03-22 18:09:27 +01:00
sn42
f18d8c31e2
Correct link caption.
2018-03-22 13:21:57 +01:00
Rossen Stoyanchev
19293b9847
SimpleEvaluationContext builder
...
Issue: SPR-16588
2018-03-21 22:36:08 -04: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
Juergen Hoeller
442ddb0845
Correct documentation of default HttpMessageConverters in RestTemplate
...
Issue: SPR-7885
2018-03-19 20:38:14 +01:00
Rossen Stoyanchev
26bb3a0893
Improve docs on enabling Servlet 3 multipart
2018-03-19 11:20:08 -04:00
Rossen Stoyanchev
8651b8d4c1
Show use of RequestEntity rather than HttpEntity
...
Issue: SPR-16608
2018-03-19 08:57:01 -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
Wang Jingyu
9d63f805b3
Fix AsciiDoc typos in AOP documentation ( #1743 )
...
* Fix AsciiDoc typos in AOP documentation
* Polish formatting
2018-03-17 17:17:41 +01:00
Juergen Hoeller
914b2470dc
Scope annotation in class hierarchies vs XML bean definition inheritance
...
Issue: SPR-16602
2018-03-16 18:49:00 +01:00