8133 Commits

Author SHA1 Message Date
Stephane Nicoll
f8a0ca0d80 Upgrade to Netty Tcnative 2.0.31.Final
Closes gh-21889
2020-06-11 13:23:35 +02:00
Stephane Nicoll
9af5f70b75 Upgrade to Spring Batch 4.2.4
Closes gh-21783
2020-06-11 10:34:50 +02:00
Stephane Nicoll
e64bfb80e4 Upgrade to Postgresql 42.2.14
Closes gh-21888
2020-06-11 08:55:47 +02:00
Stephane Nicoll
664436a3d6 Upgrade to Spring Kafka 2.3.9
Closes gh-21781
2020-06-11 08:54:52 +02:00
Phillip Webb
ac197be815 Fix checkstyle issue 2020-06-10 22:14:09 -07:00
Phillip Webb
3f36f6ea47 Rollback to Spring Batch 4.2.2
See gh-21885
2020-06-10 22:04:32 -07:00
Phillip Webb
02bfc9d30a Polish 2020-06-10 21:50:17 -07:00
Madhura Bhave
4e014da9e9 Return all loggers for Log4j2
This commit aligns log4j2's behavior with logback such that loggers
with a null configuredLevel are also returned by the actuator endpoint.

Fixes gh-20037
2020-06-10 18:48:14 -07:00
Madhura Bhave
92ce94b3d8 Align default log levels for Log4j2 and Logback
Fixes gh-21293
2020-06-10 18:48:01 -07:00
Scott Frederick
0fa1d0ef2e Handle bind exceptions in management context
This commit updates the logic for handling binding exceptions in the
management context when it is separate from the application context.
The changes allow the exception details to be visible to
DefaultErrorAttributes without causing the servlet container to
detect an error condition.

Fixes gh-21036
2020-06-10 13:53:04 -05:00
Andy Wilkinson
3927bd81eb Upgrade to Spring Integration 5.2.7.RELEASE
Closes gh-21778
2020-06-10 19:24:43 +01:00
Andy Wilkinson
4eea0329d3 Upgrade to Spring Data Moore SR8
Closes gh-21775
2020-06-10 19:24:12 +01:00
Stephane Nicoll
f5b0ebc9c2 Upgrade to Maven Shade Plugin 3.2.4
Closes gh-21838
2020-06-10 11:21:57 +02:00
Stephane Nicoll
331390cd74 Upgrade to Spring Security 5.2.5.RELEASE
Closes gh-21836
2020-06-10 11:21:57 +02:00
Stephane Nicoll
4c15c512fa Upgrade to Spring Amqp 2.2.7.RELEASE
Closes gh-21835
2020-06-10 11:21:57 +02:00
Stephane Nicoll
7a0b22086f Upgrade to Postgresql 42.2.13
Closes gh-21834
2020-06-10 11:21:57 +02:00
Stephane Nicoll
6ca229c678 Upgrade to Kotlin Coroutines 1.3.7
Closes gh-21833
2020-06-10 11:21:56 +02:00
Stephane Nicoll
a91c157bf4 Upgrade to Hibernate Validator 6.0.20.Final
Closes gh-21832
2020-06-10 11:21:56 +02:00
Stephane Nicoll
5ae2a9e25c Upgrade to Hibernate 5.4.17.Final
Closes gh-21831
2020-06-10 11:21:56 +02:00
Stephane Nicoll
1f6582e3e4 Upgrade to Jaybird 3.0.9
Closes gh-21830
2020-06-10 11:21:56 +02:00
Stephane Nicoll
c3cf3bd72b Upgrade to Elasticsearch 6.8.10
Closes gh-21829
2020-06-10 11:21:56 +02:00
Stephane Nicoll
d07b460247 Upgrade to Jetty 9.4.29.v20200521
Closes gh-21828
2020-06-10 11:21:56 +02:00
Stephane Nicoll
eadc6d07b8 Upgrade to Groovy 2.5.12
Closes gh-21827
2020-06-10 11:21:55 +02:00
Stephane Nicoll
ad321895d5 Upgrade to Awaitility 4.0.3
Closes gh-21826
2020-06-10 11:21:55 +02:00
Stephane Nicoll
78a06d5343 Upgrade to Tomcat 9.0.36
Closes gh-21825
2020-06-10 11:21:55 +02:00
Stephane Nicoll
ec5dc3bfa4 Upgrade to Johnzon Jsonb 1.2.7
Closes gh-21824
2020-06-10 11:21:55 +02:00
Stephane Nicoll
a2738b51d6 Upgrade to Byte Buddy 1.10.11
Closes gh-21823
2020-06-10 11:21:55 +02:00
Stephane Nicoll
2eff659fa4 Upgrade to Rsocket 1.0.1
Closes gh-21822
2020-06-10 11:21:55 +02:00
Stephane Nicoll
518cdf2751 Upgrade to Netty 4.1.50.Final
Closes gh-21821
2020-06-10 11:21:54 +02:00
Stephane Nicoll
62d3f0d872 Upgrade to Micrometer 1.3.9
Closes gh-21820
2020-06-10 11:21:54 +02:00
Stephane Nicoll
9acfc81244 Upgrade to Dropwizard Metrics 4.1.9
Closes gh-21819
2020-06-10 11:21:54 +02:00
Stephane Nicoll
6aa7f7aed5 Upgrade to Hikaricp 3.4.5
Closes gh-21818
2020-06-10 11:21:54 +02:00
Stephane Nicoll
cda93e0af7 Upgrade to Okhttp3 3.14.9
Closes gh-21817
2020-06-10 11:21:54 +02:00
Stephane Nicoll
7b3070cd8c Upgrade to Caffeine 2.8.4
Closes gh-21816
2020-06-10 11:21:54 +02:00
Stephane Nicoll
b118d8953b Upgrade to Couchbase Client 2.7.15
Closes gh-21815
2020-06-10 11:21:53 +02:00
Andy Wilkinson
48acaa4bd9 Make AutoConfigureMockMvc use SecurityProperties' filter ordering
Previously, AutoConfigureMockMvc used Spring Security's default filter
ordering, ignoring the value configured by SecurityProperties that is
used at runtime. This resulted in different ordering at runtime and in
tests.

This commit updates the configuration for AutoConfigureMockMvc to
import the Spring Security filter auto-configuration, thereby ensuring
that the ordering configured via SecurityProperties is applied.

Fixes gh-21801
2020-06-10 09:51:05 +01:00
Madhura Bhave
36faa1d42a Document using system properties in gradle plugin docs
Closes gh-21317
2020-06-09 16:07:54 -07:00
Stephane Nicoll
6597c0c7f7 Start building against Spring Data Moore-SR8 snapshots
See gh-21775
2020-06-09 16:27:15 +02:00
Stephane Nicoll
cc3575b3f4 Merge branch '2.1.x' into 2.2.x 2020-06-09 16:26:44 +02:00
Stephane Nicoll
79f0e38c54 Start building against Spring Data Lovelace-SR18 snapshots
See gh-21774
2020-06-09 16:16:34 +02:00
Stephane Nicoll
9a457527fd Polish test 2020-06-09 16:00:50 +02:00
Stephane Nicoll
180e57a8d7 Start building against Spring Batch 4.2.3 snapshots
See gh-21783
2020-06-09 14:50:53 +02:00
Stephane Nicoll
7b4707aab5 Start building against Spring Kafka 2.3.9 snapshots
See gh-21781
2020-06-09 14:49:57 +02:00
Stephane Nicoll
5cde880562 Start building against Spring Integration 5.2.7 snapshots
See gh-21778
2020-06-09 14:49:17 +02:00
Stephane Nicoll
679816d3a4 Upgrade to Spring Framework 5.2.7
Closes gh-21738
2020-06-09 14:48:32 +02:00
Stephane Nicoll
36a05375c7 Start building against Spring Kafka 2.2.14 snapshots
See gh-21780
2020-06-09 14:23:58 +02:00
Stephane Nicoll
445a9a461b Start building against Spring Integration 5.1.11 snapshots
See gh-21777
2020-06-09 14:23:58 +02:00
Stephane Nicoll
de6ee358fb Upgrade to Spring Framework 5.1.16
Closes gh-21729
2020-06-09 13:36:32 +02:00
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
2020-06-09 11:02:02 +01:00
Stephane Nicoll
3889e6336a Upgrade to Reactor Dysprosium-SR8
Closes gh-21730
2020-06-09 09:02:55 +02:00