Rossen Stoyanchev
1403603b05
Doc update for ForwardedHeaderFilter
...
Closes gh-23954
6 years ago
Sam Brannen
29185505b1
Polishing
6 years ago
Muhammad Hewedy
f638bfc6a9
Fix status code in webmvc.adoc
...
Closes gh-22396
6 years ago
denisgalaybo
b0b6423714
Fixed error in webflux.adoc
...
Closes gh-23957
6 years ago
방성범 (Bang Seongbeom)
89fc0f2713
Fix typo in docs
...
Closes gh-23788
6 years ago
Rossen Stoyanchev
5abf24e7d7
Expose maxInMemorySize via CodecConfigurer
...
Centralized maxInMemorySize exposed via CodecConfigurer along with
ability to plug in an instance of MultipartHttpMessageWrite.
Closes gh-23884
6 years ago
Tomasz Letachowicz
53dcb00074
Typos in WebSocket section
...
Closes gh-23777
6 years ago
Tomasz Letachowicz
9bbf22a1c9
Typos in WebSocket section
...
Closes gh-23777
6 years ago
Philippe De Neve
ca77342407
Update Spring Boot references in testing documentation
...
See gh-23848
6 years ago
Minho Hwang
d1aee0e869
Fix typo in RSocket reference documentation
...
This commit fixes a typo in a Java code snippet of
the RSocket reference documentation.
Closes gh-23762
6 years ago
Sam Brannen
f16e29892e
Add note regarding proxyTargetClass for Java config and web controllers
...
See gh-23744
6 years ago
Martin Macko
96930924b2
Fixes broken links to dev.java.net
...
Closes gh-23746
6 years ago
Drummond Dawson
b7f819c9e1
Fix URI typo in Java code snippet of web-uris.adoc
...
Closes gh-23739
6 years ago
Sebastien Deleuze
6080449d03
Polishing
6 years ago
Sam Brannen
6186239287
Remove obsolete references to specific release versions in testing docs
6 years ago
Sam Brannen
7d126d3288
Improve documentation regarding "annotated classes"
...
See gh-23638
6 years ago
Sebastien Deleuze
f79cebd53d
Add Kotlin samples to RSocket documentation
...
See gh-23147
6 years ago
Sebastien Deleuze
840249778a
Polish Kotlin reference documentation for WebMvc.fn
...
See gh-23657
6 years ago
Rossen Stoyanchev
2888b032a1
Polish rsocket.adoc
6 years ago
Rossen Stoyanchev
93371cc2ac
Polish
6 years ago
Arjen Poutsma
9ffecc5059
Polish reference documentation for WebMvc.fn
6 years ago
Arjen Poutsma
652bbdad2a
Add reference documentation for WebMvc.fn
...
This commit introduces reference documentation for WebMvc.fn, the
functional web framework.
Closes gh-23657
6 years ago
Rossen Stoyanchev
0ae7154518
Fix checkstyle violation
6 years ago
Rossen Stoyanchev
88bb2aabbf
RSocket reference documentation
...
Closes: gh-23147
6 years ago
Sebastien Deleuze
02d70424ad
Mention Kotlin code samples in the Kotlin refdoc
6 years ago
Sebastien Deleuze
1dfe304da4
Improve parity between Java and Kotlin router DSL
...
This commit adds following functions to the Kotlin DSL:
add, filter, before, after and onError.
Closes gh-23524
6 years ago
Sebastien Deleuze
5a0216d657
Improve parity between Java and Kotlin router DSL
...
This commit adds variants with pattern + predicate to
Kotlin router DSLs, and vararg where necessary.
Closes gh-23524
6 years ago
Sebastien Deleuze
fc6480631e
Improve Coroutines transaction API
...
As a follow-up of gh-22915, the purpose of this commit is to improve
Coroutines programmatic transaction API to make it more consistent with
the Java one and more idiomatic.
For suspending functions, this commit changes the
TransactionalOperator.transactional extension with a suspending lambda
parameter to a TransactionalOperator.executeAndAwait one which is
conceptually closer to TransactionalOperator.execute Java API so more
consistent.
For Flow, the TransactionalOperator.transactional extension is correct
but would be more idiomatic as a Flow extension.
This commit also adds code samples to the reference documentation.
Closes gh-23627
6 years ago
Sam Brannen
99d88ba14e
Document minimum JDK 8 update version
...
Closes gh-23563
7 years ago
Sebastien Deleuze
40a55b412d
Rename BodyBuilder#bodyAndAwait to bodyValueAndAwait
7 years ago
Sebastien Deleuze
2b4eb610a7
Add support for Coroutines transactions
...
This commit adds Coroutines extensions for
TransactionalOperator.transactional that accept suspending lambda or
Kotlin Flow parameters.
@Transactional on suspending functions is not supported yet, gh-23575
has been created for that purpose.
Closes gh-22915
7 years ago
Sebastien Deleuze
f8516c69bf
Add Kotlin code snippets to data access refdoc
...
See gh-21778
7 years ago
Arjen Poutsma
4c863f3f83
Revise documentation on using WebClient::exchange
...
This commit revised the paragraph regarding the need to consume or
release the ClientResponse body when using WebClient::exchange.
Closes gh-23498
7 years ago
康智冬
a6f4862f13
Fix typos related to indefinite articles
...
Closes gh-23555
7 years ago
Sam Brannen
f05f993cc6
Fix formatting in Testing chapter in Reference Manual
7 years ago
Sam Brannen
794e2e328d
Polish Testing chapter in Reference Manual
7 years ago
Sebastien Deleuze
3dfd0a24dc
Add Kotlin code snippets to WebTestClient testing refdoc
...
Closes gh-21778
7 years ago
Udo Kohlmeyer
b20a8c9d98
Add Kotlin code snippets to testing refdoc
...
See gh-21778
7 years ago
Sam Brannen
ff1f8aa5a8
Add missing parentheses in Testing chapter
7 years ago
Sam Brannen
489193dfa6
Add missing parentheses in Testing chapter
7 years ago
Sebastien Deleuze
52976246ac
Remove bodyWithType extension from WebFlux
...
Since there is no more clash with the new bodyValue
method name.
Closes gh-23523
7 years ago
Sebastien Deleuze
14558844bc
Add Kotlin code snippets to WebFlux refdoc
...
See gh-21778
7 years ago
Sebastien Deleuze
0d3fb0ee0f
Add Kotlin code snippets to WebMvc refdoc
...
See gh-21778
7 years ago
Sam Brannen
53f523001e
Focus examples in Testing chapter on JUnit Jupiter
7 years ago
Sam Brannen
3dc4d01b53
Fix heading for Streaming Responses section of Testing chapter
7 years ago
Sam Brannen
6ce5f9da06
Fix unmatched parentheses in @ContextHierarchy example in reference manual
...
See gh-23487
7 years ago
부종민
18eed79d73
Fix typo
...
See gh-23480
7 years ago
Sebastien Deleuze
76645644b1
Polishing
...
See gh-21778
7 years ago
Sebastien Deleuze
db02d38c89
Restore annotated code samples
...
See gh-21778
7 years ago
Sebastien Deleuze
ec740559ed
Store refdoc preferred language
...
See gh-21778
7 years ago