Stephane Nicoll
b560501c3c
Upgrade to Hibernate Validator 6.0.20.Final
...
Closes gh-21810
5 years ago
Stephane Nicoll
fa9890b381
Upgrade to Jaybird 3.0.9
...
Closes gh-21809
5 years ago
Stephane Nicoll
357ada7aa0
Upgrade to Jetty 9.4.29.v20200521
...
Closes gh-21808
5 years ago
Stephane Nicoll
544b688b62
Upgrade to Groovy 2.5.12
...
Closes gh-21807
5 years ago
Stephane Nicoll
4724839aea
Upgrade to Tomcat 9.0.36
...
Closes gh-21806
5 years ago
Stephane Nicoll
a07ccb0c39
Upgrade to Netty 4.1.50.Final
...
Closes gh-21805
5 years ago
Stephane Nicoll
27c94bd649
Upgrade to Micrometer 1.1.14
...
Closes gh-21804
5 years ago
Stephane Nicoll
e88ae68430
Upgrade to Couchbase Client 2.7.15
...
Closes gh-21803
5 years ago
Stephane Nicoll
2ea60ecbaf
Merge branch '2.3.x'
...
Closes gh-21802
5 years ago
Stephane Nicoll
6534a9abaf
Configure password-based authentication with Cassandra
...
This commit updates the Cassandra auto-configuration to configure
password-based authentication on the CqlSession directly.
Closes gh-21487
5 years ago
Madhura Bhave
4161f0b983
Merge branch '2.3.x'
...
Closes gh-21799
5 years ago
Madhura Bhave
d30c0e8aec
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21798
5 years ago
Madhura Bhave
36faa1d42a
Document using system properties in gradle plugin docs
...
Closes gh-21317
5 years ago
Stephane Nicoll
372c0369a8
Merge branch '2.3.x'
5 years ago
Stephane Nicoll
a3d39c7f31
Start building against Spring Data Neumann-SR1 snapshots
...
See gh-21776
5 years ago
Stephane Nicoll
7fe85750fb
Merge branch '2.2.x' into 2.3.x
5 years ago
Stephane Nicoll
6597c0c7f7
Start building against Spring Data Moore-SR8 snapshots
...
See gh-21775
5 years ago
Stephane Nicoll
cc3575b3f4
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
79f0e38c54
Start building against Spring Data Lovelace-SR18 snapshots
...
See gh-21774
5 years ago
Stephane Nicoll
9a457527fd
Polish test
5 years ago
Stephane Nicoll
2fc0d5c153
Merge branch '2.3.x'
5 years ago
Stephane Nicoll
b378fbfa87
Start building against Spring Batch 4.2.3 snapshots
...
See gh-21784
5 years ago
Stephane Nicoll
8325ed0626
Start building against Spring Kafka 2.5.2 snapshots
...
See gh-21782
5 years ago
Stephane Nicoll
a2bdbf01b0
Start building against Spring Integration 5.3.1 snapshots
...
See gh-21779
5 years ago
Stephane Nicoll
3383f48ee7
Upgrade to Spring Framework 5.2.7
...
Closes gh-21739
5 years ago
Stephane Nicoll
c6d20da507
Merge branch '2.2.x' into 2.3.x
5 years ago
Stephane Nicoll
180e57a8d7
Start building against Spring Batch 4.2.3 snapshots
...
See gh-21783
5 years ago
Stephane Nicoll
7b4707aab5
Start building against Spring Kafka 2.3.9 snapshots
...
See gh-21781
5 years ago
Stephane Nicoll
5cde880562
Start building against Spring Integration 5.2.7 snapshots
...
See gh-21778
5 years ago
Stephane Nicoll
679816d3a4
Upgrade to Spring Framework 5.2.7
...
Closes gh-21738
5 years ago
Stephane Nicoll
4149b66c7e
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
36a05375c7
Start building against Spring Kafka 2.2.14 snapshots
...
See gh-21780
5 years ago
Stephane Nicoll
445a9a461b
Start building against Spring Integration 5.1.11 snapshots
...
See gh-21777
5 years ago
Stephane Nicoll
de6ee358fb
Upgrade to Spring Framework 5.1.16
...
Closes gh-21729
5 years ago
Andy Wilkinson
0726a7d610
Merge branch '2.3.x'
...
Closes gh-21788
5 years ago
Andy Wilkinson
8155cc5f23
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21786
5 years ago
Andy Wilkinson
a0f29edd4d
Always initialize stompWebSocketHandlerMapping eagerly
...
Previously, when lazy initialization was enabled, STOMP-based WebSocket
messaging would not work as the stompWebSocketHandlerMapping bean was
not initialized and CONNECT requests would go unanswered.
This commit adds a LazyInitializationExcludeFilter that causes the
stompWebSocketHandlerMapping bean to always be initialized eagerly.
This triggers initialization of the WebSocket transport allowing
requests to be received and processed.
Fixes gh-19611
5 years ago
Stephane Nicoll
8e8a3b9711
Merge branch '2.3.x'
5 years ago
Stephane Nicoll
e9f6dc9d9a
Upgrade to Reactor Dysprosium-SR8
...
Closes gh-21731
5 years ago
Stephane Nicoll
1bd5b17251
Merge branch '2.2.x' into 2.3.x
5 years ago
Stephane Nicoll
3889e6336a
Upgrade to Reactor Dysprosium-SR8
...
Closes gh-21730
5 years ago
Stephane Nicoll
72c2638d6f
Merge branch '2.1.x' into 2.2.x
5 years ago
Stephane Nicoll
10e0ca7dce
Upgrade to Reactor Californium-SR19
...
Closes gh-21728
5 years ago
Scott Frederick
f3d5416cf4
Merge branch '2.3.x'
...
Closes gh-21770
5 years ago
Scott Frederick
97ff3a8782
Merge pull request #21702 from Aurdo
...
* gh-21702:
Improve tests for BasicErrorController
Fix BasicErrorController include parameter parsing
Closes gh-21702
5 years ago
Scott Frederick
73aff08535
Improve tests for BasicErrorController
...
This commit improves the tests for BasicErrorController by decoupling
coverage for the include-message and include-binding-errors
parameters to ensure the options operate properly independent of
each other.
See gh-21702
5 years ago
Aurdo
e2e52a11cc
Fix BasicErrorController include parameter parsing
...
This commit fixes an error in BasicErrorController where the wrong
property was referenced for binding error inclusion.
See gh-21702
5 years ago
Phillip Webb
ad6a0d473a
Merge branch '2.3.x'
...
Closes gh-21768
5 years ago
Phillip Webb
b71bab2817
Document deprecations of Archive.iterator()
...
Closes gh-21695
5 years ago
Phillip Webb
f2c33464c6
Merge branch '2.3.x'
...
Closes gh-21766
5 years ago