Stephane Nicoll
c496f2401f
Upgrade to Netty Tcnative 2.0.31.Final
...
Closes gh-21886
5 years ago
Stephane Nicoll
7dee9e34b5
Upgrade to Spring Kafka 2.2.14
...
Closes gh-21780
5 years ago
Phillip Webb
ac197be815
Fix checkstyle issue
5 years ago
Phillip Webb
3f36f6ea47
Rollback to Spring Batch 4.2.2
...
See gh-21885
5 years ago
Phillip Webb
02bfc9d30a
Polish
5 years ago
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
5 years ago
Madhura Bhave
92ce94b3d8
Align default log levels for Log4j2 and Logback
...
Fixes gh-21293
5 years ago
Phillip Webb
3fe4fb1373
Merge branch '2.1.x' into 2.2.x
5 years ago
Phillip Webb
418859fab6
Further reduce repetition in CI pipeline.yml
...
See gh-21716
5 years ago
Phillip Webb
da09e227c7
Merge branch '2.1.x' into 2.2.x
5 years ago
Phillip Webb
0957c7460b
Polish pipeline YAML
5 years ago
Phillip Webb
f39a3f963b
Merge branch '2.1.x' into 2.2.x
5 years ago
Phillip Webb
7e64f9709a
Use milestone as docker tag
...
Update the pipeline YAML to use ((milestone)) rather than ((branch))
when tagging docker images.
See gh-21716
5 years ago
Phillip Webb
9aa8a073d6
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21876
5 years ago
Phillip Webb
3a8d173845
Reduce repetition in CI pipeline.yml
...
Use YAML anchors and aliases to reduce the amount of repetition
in our CI pipeline YAML.
Closes gh-21716
5 years ago
Phillip Webb
ce13235e76
Polish
5 years ago
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
5 years ago
Andy Wilkinson
3927bd81eb
Upgrade to Spring Integration 5.2.7.RELEASE
...
Closes gh-21778
5 years ago
Andy Wilkinson
4eea0329d3
Upgrade to Spring Data Moore SR8
...
Closes gh-21775
5 years ago
Andy Wilkinson
9cffcf9e5b
Merge branch '2.1.x' into 2.2.x
5 years ago
Andy Wilkinson
ea55bb32a2
Upgrade to Spring Data Lovelace-SR18
...
Closes gh-21774
5 years ago
Andy Wilkinson
4eba8e2dc2
Upgrade to Spring Integration 5.1.11.RELEASE
...
Closes gh-21777
5 years ago
Stephane Nicoll
f5b0ebc9c2
Upgrade to Maven Shade Plugin 3.2.4
...
Closes gh-21838
5 years ago
Stephane Nicoll
68101834c8
Remove bomr rule for maven shade plugin
5 years ago
Stephane Nicoll
331390cd74
Upgrade to Spring Security 5.2.5.RELEASE
...
Closes gh-21836
5 years ago
Stephane Nicoll
4c15c512fa
Upgrade to Spring Amqp 2.2.7.RELEASE
...
Closes gh-21835
5 years ago
Stephane Nicoll
7a0b22086f
Upgrade to Postgresql 42.2.13
...
Closes gh-21834
5 years ago
Stephane Nicoll
6ca229c678
Upgrade to Kotlin Coroutines 1.3.7
...
Closes gh-21833
5 years ago
Stephane Nicoll
a91c157bf4
Upgrade to Hibernate Validator 6.0.20.Final
...
Closes gh-21832
5 years ago
Stephane Nicoll
5ae2a9e25c
Upgrade to Hibernate 5.4.17.Final
...
Closes gh-21831
5 years ago
Stephane Nicoll
1f6582e3e4
Upgrade to Jaybird 3.0.9
...
Closes gh-21830
5 years ago
Stephane Nicoll
c3cf3bd72b
Upgrade to Elasticsearch 6.8.10
...
Closes gh-21829
5 years ago
Stephane Nicoll
d07b460247
Upgrade to Jetty 9.4.29.v20200521
...
Closes gh-21828
5 years ago
Stephane Nicoll
eadc6d07b8
Upgrade to Groovy 2.5.12
...
Closes gh-21827
5 years ago
Stephane Nicoll
ad321895d5
Upgrade to Awaitility 4.0.3
...
Closes gh-21826
5 years ago
Stephane Nicoll
78a06d5343
Upgrade to Tomcat 9.0.36
...
Closes gh-21825
5 years ago
Stephane Nicoll
ec5dc3bfa4
Upgrade to Johnzon Jsonb 1.2.7
...
Closes gh-21824
5 years ago
Stephane Nicoll
a2738b51d6
Upgrade to Byte Buddy 1.10.11
...
Closes gh-21823
5 years ago
Stephane Nicoll
2eff659fa4
Upgrade to Rsocket 1.0.1
...
Closes gh-21822
5 years ago
Stephane Nicoll
518cdf2751
Upgrade to Netty 4.1.50.Final
...
Closes gh-21821
5 years ago
Stephane Nicoll
62d3f0d872
Upgrade to Micrometer 1.3.9
...
Closes gh-21820
5 years ago
Stephane Nicoll
9acfc81244
Upgrade to Dropwizard Metrics 4.1.9
...
Closes gh-21819
5 years ago
Stephane Nicoll
6aa7f7aed5
Upgrade to Hikaricp 3.4.5
...
Closes gh-21818
5 years ago
Stephane Nicoll
cda93e0af7
Upgrade to Okhttp3 3.14.9
...
Closes gh-21817
5 years ago
Stephane Nicoll
7b3070cd8c
Upgrade to Caffeine 2.8.4
...
Closes gh-21816
5 years ago
Stephane Nicoll
b118d8953b
Upgrade to Couchbase Client 2.7.15
...
Closes gh-21815
5 years ago
Stephane Nicoll
16fcd33720
Merge branch '2.1.x' into 2.2.x
5 years ago
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
5 years ago
Stephane Nicoll
5d2a9e9220
Upgrade to Maven Shade Plugin 3.2.4
...
Closes gh-21814
5 years ago
Stephane Nicoll
8841feb311
Upgrade to Spring Security 5.1.11.RELEASE
...
Closes gh-21813
5 years ago