Sebastien Deleuze
81ec1d8284
Merge branch '5.1.x'
7 years ago
Sebastien Deleuze
fc6cff53bb
Clarify documentation about JSON Views
...
This commit intends to clarify the documentation by avoiding confusion
between @JsonView and Spring MVC JSON views.
Fixes #22280
7 years ago
Rossen Stoyanchev
f6c16815b4
Merge branch '5.1.x'
7 years ago
Rossen Stoyanchev
20f4022e7b
Correctly truncate logging of response body
...
Fixes #22287
7 years ago
Rossen Stoyanchev
020c537c03
Add note to CorsFilter section
...
Fixes #19841
7 years ago
Stephane Nicoll
bd3d7dbc0c
Merge pull request #22283 from izeye
...
* pr/22283:
Polish AutowireUtils.EXECUTABLE_COMPARATOR
7 years ago
Johnny Lim
963cc09c2e
Polish AutowireUtils.EXECUTABLE_COMPARATOR
...
Closes gh-22283
7 years ago
Rossen Stoyanchev
b0a3a6f79f
Merge branch '5.1.x'
7 years ago
Rossen Stoyanchev
e373b46660
Jackson2JsonDecoder tolerates null literal
...
Fixes #22042
7 years ago
Rossen Stoyanchev
5dcde9e7d7
Trim decoded SSE data
...
Fixes #22043
7 years ago
Rossen Stoyanchev
ef72ef54fa
Avoid NPE when setting warnLogCategory
...
Fixes #22159
7 years ago
Rossen Stoyanchev
a77eee899a
Document synchronous use of the WebClient
...
Fixes #22173
7 years ago
Rossen Stoyanchev
f9ba069b9d
Add "Affects" field to issue template
7 years ago
Rossen Stoyanchev
4fdfa4246f
Merge branch '5.1.x'
7 years ago
Rossen Stoyanchev
9837ec5904
Fix Javadoc typos
...
Closes #22261
7 years ago
Rossen Stoyanchev
2a57b40515
Merge branch '5.1.x'
7 years ago
Rossen Stoyanchev
bdac937a43
Replace more references to issue tracker
...
Fixes #22254
7 years ago
Sanghyuk Jung
6ca3884759
Update links to issue tracker
7 years ago
Rossen Stoyanchev
ffe888ca18
Merge branch '5.1.x'
7 years ago
Rossen Stoyanchev
189e1afc6e
Use try-with-resources in documentation samples
...
Fixes #22269
7 years ago
Rossen Stoyanchev
2043793899
Merge branch '5.1.x'
7 years ago
Rossen Stoyanchev
d1862a26dd
Typo in web documentation
...
Fixes #22270
7 years ago
Brian Clozel
0450b07c21
Merge branch '5.1.x'
7 years ago
Brian Clozel
2b65d0e51f
Fix error when writing empty String to DataBuffer
...
Prior to this commit, `DataBuffer.write` would throw an
`IllegalStateException` when called with an empty `String`, since the
`CharsetEncoder` would be flushed on an incorrent state.
This commit skips entirely the encoding phase for empty `String`.
Fixes #22262
7 years ago
Stephane Nicoll
0db4c22656
Merge pull request #22256 from KyleRogers
...
* pr/22256:
Fix typo in cache abstraction chapter
7 years ago
Stefan Penndorf
04ce61968d
Fix typo in cache abstraction chapter
...
Closes gh-22256
7 years ago
Rossen Stoyanchev
7a9e2f5edc
Update issue template
...
Closes #22253
7 years ago
Rossen Stoyanchev
f557f313c2
Update issue template
7 years ago
Rossen Stoyanchev
2b530bac39
Update issue template
7 years ago
Rossen Stoyanchev
66359e2e9e
Update issue templates
7 years ago
Arjen Poutsma
5938ca9a7c
Deprecate JiBX marshaller
...
Resolves #22249
7 years ago
Arjen Poutsma
86fb43900e
Deprecate JiBX marshaller
...
Resolves #22249
7 years ago
Arjen Poutsma
89a7e752ef
Remove Castor marshaller
...
Resolves #22250
7 years ago
Arjen Poutsma
bfff9ca0ce
Fix typo
...
Resolves #22241
7 years ago
Brian Clozel
33cbe2e77a
Remove admonitions surrounding code snippets
7 years ago
Brian Clozel
8c768e48fa
Use Spring Doc Resources for reference docs
...
This commit removes the custom static resources for the reference
documentation and instead uses the new Spring Doc Resources project
https://github.com/spring-io/spring-doc-resources
The asciidoctor theme is now shared between Spring projects and
integrated in the project build.
7 years ago
Sam Brannen
e1e6224acb
Document effect of preemptive timeouts on transactional tests
...
Issue: SPR-17647
7 years ago
Sam Brannen
df13e4dd5e
Document effect of preemptive timeouts on transactional tests
...
Issue: SPR-17647
7 years ago
Sam Brannen
cf565067fe
Document effect of @DirtiesContext when used with constructor injection
...
Issue: SPR-17654
7 years ago
Sam Brannen
2159518252
Improve documentation for DI options in the TestContext framework
7 years ago
Sam Brannen
bd9d3334a2
Document effect of @DirtiesContext when used with constructor injection
...
Issue: SPR-17654
7 years ago
Sam Brannen
9ea618ede9
Improve documentation for DI options in the TestContext framework
7 years ago
Stephane Nicoll
2a76a65708
Switch master to 5.2.0.BUILD-SNAPSHOT
7 years ago
Spring Buildmaster
754ad4d0d3
Next Development Version
7 years ago
Juergen Hoeller
72dddfbc7b
Polishing
7 years ago
Rossen Stoyanchev
dc3f953f4b
Correction for commit #b219c6c
...
Issue: SPR-17630
7 years ago
Juergen Hoeller
4058361e84
Upgrade to Reactor Californium SR4
7 years ago
Andrzej Leśkiewicz
952045c216
SPR-17606 @Profile mishandles "not" operand mixed with "&" ( #2066 )
...
Correct handling of not/and expressions in ProfilesParser
Issue: SPR-17606
7 years ago
Juergen Hoeller
815f151448
Upgrade to Checkstyle 8.16
7 years ago
Juergen Hoeller
605e2477b9
Polishing
7 years ago