Phillip Webb
fb26fc3f94
Polishing
6 years ago
Juergen Hoeller
a363fed209
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
515d627aec
Upgrade to Jackson 2.9.9
6 years ago
Juergen Hoeller
7edf8aca8e
Drop DefaultNamespaceHandlerResolverTests.testResolveInvalidHandler
...
Closes gh-22994
6 years ago
Juergen Hoeller
52e02deb53
Configurable connection recovery in SimpleMessageListenerContainer
...
Closes gh-22987
6 years ago
Juergen Hoeller
c5d6b74321
Fix stale-if-error xsd documentation
...
Closes gh-22983
6 years ago
Juergen Hoeller
4c334de850
Use Map.values() iteration within isMultipart check
...
Closes gh-22982
6 years ago
Johnny Lim
21e163e5da
Fix typo
6 years ago
Rossen Stoyanchev
bd910fc62b
Fix checkstyle errors
6 years ago
Rossen Stoyanchev
60e4649ff3
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
da4430e27e
BindingResult for resolved async attributes
...
ViewResolutionResultHandler no longer adds BindingResult objects for
async model attributes. Instead AbstractView adds them later when
those attributes are resolved to concrete values.
Closes gh-22933
6 years ago
Rossen Stoyanchev
172afb510a
Polish AbstractView in WebFlux
6 years ago
Rossen Stoyanchev
ed2a3bd451
Take advantage of Encoder#encodeValue
...
EncoderHttpMessageWriter takes advantage of the Encoder#encodeValue
that's new in 5.2 in order to produce a Mono<DataBuffer> instead of
producing a Flux<DataBuffer> and then using flux.singleOrEmpty().
Closes gh-22952
6 years ago
Rossen Stoyanchev
013249757a
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
ffd7cffa14
Fix typo in HttpHeaders
...
Closes gh-22976
6 years ago
Rossen Stoyanchev
e0b9ed6d72
Fix typo in reference
...
Closes gh-22975
6 years ago
Rossen Stoyanchev
0274752fe9
Use singleOrEmpty to avoid upstream cancel
...
Closes gh-22952
6 years ago
Arjen Poutsma
a30a134c23
Make StringDecoder use DataBufferUtils.split
...
* Added DataBufferUtils.split variant that takes multiple delimiters
as argument (instead of 1).
* Use this new split() variant from within StringDecoder, replacing
its inefficient algorithm with the Knuth-Morris-Pratt algorithm.
6 years ago
Rossen Stoyanchev
b1912f6acc
Fix checkstyle error
6 years ago
Rossen Stoyanchev
97c2de915a
Add RouteMatcher
...
Closes gh-22642
6 years ago
Rossen Stoyanchev
afc0ae3752
Add hasPatternSyntax method to PathPattern
6 years ago
Rossen Stoyanchev
ac6c96a391
Polish
6 years ago
Juergen Hoeller
e0654a5b3d
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
d3110c452e
SpEL documentation refinements
6 years ago
Juergen Hoeller
9755b59197
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
0796d9af0d
Upgrade to Groovy 2.5.7
6 years ago
Juergen Hoeller
4af94dfc5d
Clarify AbstractBeanDefinition.getBeanClass() return semantics
...
Closes gh-22960
6 years ago
Juergen Hoeller
5910d2d4dc
Add missing Nullable annotation to assertNotNull
...
See gh-22932
6 years ago
stsypanov
9ca8681f79
Iteration over a map using EntrySet
6 years ago
Sam Brannen
785e8d8116
Polish MergedAnnotation support
6 years ago
Juergen Hoeller
cfc4a59135
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
daee6f5bd9
Avoid expensive assertions in web resource resolution
...
Closes gh-22955
6 years ago
Johnny Lim
9a6ce66bd9
Add a missing single quote in assertion message
6 years ago
Sam Brannen
73dbd06361
Enforces static imports for JUnit 4 assertions and assumptions
...
This commit configures Checkstyle to enforces static imports for JUnit 4
assertions and assumptions.
See gh-22932
6 years ago
Sam Brannen
deecab6311
Use assertThat from Hamcrest instead of JUnit 4
...
org.junit.Assert.assertThat() is deprecated as of JUnit 4.13.
See gh-22894
6 years ago
Sam Brannen
724c805211
Discontinue use of JUnit 3 APIs
...
This commit also ensures that the JSR-330 TCK is executed with the
normal build by adhering to naming conventions for test classes.
See gh-22894
6 years ago
Sam Brannen
5685e9dfa3
Add Checkstyle rules for deprecated JUnit APIs
...
This commit adds Checkstyle rules to disallow imports of the following.
- junit.framework.*
- org.junit.Assert.assertThat
- org.junit.Assume.assumeThat
See gh-22894
6 years ago
Sam Brannen
9e1ed6c771
Fix build on JDK 9+
6 years ago
Sam Brannen
da1b004254
Merge branch '5.1.x'
6 years ago
Sam Brannen
e1b0bf22bf
Polish Javadoc for AssertionErrors
...
See gh-22932
6 years ago
Sam Brannen
33fcde4c3e
Merge branch '5.1.x'
6 years ago
Sam Brannen
233b225b4f
Remove JUnit dependency from HeaderResultMatchers
...
Prior to this commit, HeaderResultMatchers had a direct dependency on
org.junit.Assert which forces JUnit 4 to be present on the classpath.
This commit fixes this by introducing assertNotNull() in
org.springframework.test.util.AssertionErrors and delegating to that
instead.
Fixes gh-22932
6 years ago
Sam Brannen
6ef7d7124e
Clean up warnings
6 years ago
Sam Brannen
64819bbc1d
Clean up warnings
6 years ago
Sam Brannen
0cff7eb32c
Fix Javadoc links
6 years ago
Sam Brannen
9b61316c2e
Clean up warnings in spring-web
6 years ago
Stephane Nicoll
f188aab5f2
Merge branch '5.1.x'
6 years ago
Stephane Nicoll
8c77d0b70d
Merge pull request #22941 from chenqimiao
...
* pr/22941:
Fix typo in package-info.java
6 years ago
chenqimiao
e3137f11df
Fix typo in package-info.java
...
Closes gh-22941
6 years ago
Stephane Nicoll
6d69a4e03a
Merge branch '5.1.x'
6 years ago