Stéphane Nicoll
91cc0ddfa2
Upgrade to Spring Session 3.5.5
...
Closes gh-49074
1 month ago
Moritz Halbritter
f439fd38ce
Show docker version and docker info when running system tests
1 month ago
Moritz Halbritter
ec946455ee
Print CI docker images in system test
1 month ago
Stéphane Nicoll
33a7890003
Upgrade to Spring Integration 6.5.7
...
Closes gh-49071
1 month ago
Stéphane Nicoll
1cf866853c
Upgrade to Spring Authorization Server 1.5.6
...
Closes gh-49067
1 month ago
Moritz Halbritter
679254ae2a
Upgrade to Spring Pulsar 1.2.15
...
Closes gh-49073
1 month ago
Moritz Halbritter
c022218eb1
Upgrade to Spring Kafka 3.3.13
...
Closes gh-49244
1 month ago
Moritz Halbritter
4a9d00ea7c
Upgrade to Logback 1.5.32
...
Closes gh-49243
1 month ago
Stéphane Nicoll
ae8acfec1f
Upgrade to Spring GraphQL 1.4.5
...
Closes gh-49070
1 month ago
Stéphane Nicoll
6b81f8734e
Upgrade to Logback 1.5.31
...
Closes gh-49232
1 month ago
Stéphane Nicoll
f270c73de0
Upgrade to Spring Security 6.5.8
...
Closes gh-49225
1 month ago
Stéphane Nicoll
35df324258
Upgrade to Spring LDAP 3.3.6
...
Closes gh-49072
1 month ago
Stéphane Nicoll
a7e63de2cf
Upgrade to Spring Data Bom 2025.0.9
...
Closes gh-49068
1 month ago
Andy Wilkinson
9dca9d983e
Correct list of services where SSL is supported
...
Closes gh-49211
1 month ago
Andy Wilkinson
1ff52c7530
Upgrade to Spring Framework 6.2.16
...
Closes gh-49069
1 month ago
Andy Wilkinson
8c6d98dfed
Upgrade to Postgresql 42.7.10
...
Closes gh-49201
1 month ago
Andy Wilkinson
a9c10d44a6
Rollback to JAXB API 4.0.4 and enforce version alignment
...
See gh-49163
Fixes gh-49197
1 month ago
Andy Wilkinson
5bc773b735
Test Gradle Plugin against 9.3.1
...
Closes gh-49188
1 month ago
Andy Wilkinson
01b33bf76e
Disable snapshot caching when checking upgrade version alignment
1 month ago
Andy Wilkinson
24242b72b6
Upgrade to Reactor Bom 2024.0.15
...
Closes gh-49066
1 month ago
Andy Wilkinson
7fcc6fd809
Upgrade to Undertow 2.3.23.Final
...
Closes gh-49166
1 month ago
Andy Wilkinson
d2de24ff13
Upgrade to Netty 4.1.131.Final
...
Closes gh-49165
1 month ago
Andy Wilkinson
0a80b27b37
Upgrade to Micrometer Tracing 1.5.9
...
Closes gh-49065
1 month ago
Andy Wilkinson
347a31bd46
Upgrade to Micrometer 1.15.9
...
Closes gh-49064
1 month ago
Andy Wilkinson
18e0c3e009
Upgrade to Logback 1.5.29
...
Closes gh-49164
1 month ago
Andy Wilkinson
54cef82bc1
Upgrade to Jakarta XML Bind 4.0.5
...
Closes gh-49163
1 month ago
Stéphane Nicoll
7107a0ce83
Merge pull request #49059 from nosan
...
* pr/49059:
Add Flyway 12.0 compatibility handling in FlywayAutoConfiguration
Closes gh-49059
1 month ago
Dmytro Nosan
22eed33810
Add Flyway 12.0 compatibility handling in FlywayAutoConfiguration
...
In Flyway 12.0, the `cleanOnValidationError` property was removed.
This commit catches `NoSuchMethodError` to maintain compatibility with
Flyway 12.0
See gh-49059
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
1 month ago
Andy Wilkinson
b9cb575de6
Adapt to latest changes in the locking model for context close
...
Closes gh-49154
See spring-projects/spring-framework#36260
1 month ago
Stéphane Nicoll
711f96d2bf
Merge pull request #49054 from linkian209
...
* pr/49054:
Polish "Document behavior of @Value with non-idiomatic format"
Document behavior of @Value with non-idiomatic format
Closes gh-49054
2 months ago
Stéphane Nicoll
70e9fd75ac
Polish "Document behavior of @Value with non-idiomatic format"
...
See gh-49054
2 months ago
Ian Drake
eb5822d6e4
Document behavior of @Value with non-idiomatic format
...
See gh-49054
Signed-off-by: Ian Drake <linkian209@gmail.com>
2 months ago
Andy Wilkinson
d40ec740f5
Upgrade to Tomcat 10.1.52
...
Tomcat 9.0.115, 10.1.52, and 11.0.18 include a breaking change [1] to
how ciphers are configured when using HTTPS. Previously, a single
setting was used but this has now been split in two; the existing
ciphers setting for TLSv1.2 ciphers and a new ciperSuites setting for
TLSv1.3. As part of this split, the behavior of the ciphers setting
has been changed such that any TLSv1.3 ciphers are ignored and a
warning is logged.
This change in Tomcat is problematic without also making some changes
in Boot. If we had done nothing, a user that had configured only
TLSv1.3 cipers would have them all ignored, leaving their SSL
connection unexpectedly using all of the default ciphers which may be
less secure.
This commit adapts to the breaking change in Tomcat by taking the
user's list of ciphers and splitting into into TLSv1.2 and TLSv1.3
ciphers before passing them into Tomcat's two settings (ciphers and
cipherSuites respectively). This is done defensively for backwards
compatibility. If the methods to identify and configure the TLSv1.3
ciphers are not present, we assume that we're running with an earlier
version of Tomcat and fall back to passing them all into the ciphers
setting as we did previously.
Closes gh-49084
[1] 9abf6bddb2
2 months ago
Andy Wilkinson
43363ed428
Upgrade to MySQL 9.6.0
...
Closes gh-49083
2 months ago
Andy Wilkinson
e7db453547
Upgrade to Logback 1.5.27
...
Closes gh-49082
2 months ago
Andy Wilkinson
cdc5eb9031
Upgrade to jOOQ 3.19.30
...
Closes gh-49081
2 months ago
Andy Wilkinson
9c42312fa1
Upgrade to Jetty 12.0.32
...
Closes gh-49080
2 months ago
Andy Wilkinson
9aedd8617d
Upgrade to JBoss Logging 3.6.2.Final
...
Closes gh-49079
2 months ago
Andy Wilkinson
9262a63292
Upgrade to Jaybird 6.0.4
...
Closes gh-49078
2 months ago
Andy Wilkinson
9504cde1a7
Upgrade to Hibernate 6.6.42.Final
...
Closes gh-49077
2 months ago
Andy Wilkinson
29b7e5a2d4
Upgrade to Groovy 4.0.30
...
Closes gh-49076
2 months ago
Andy Wilkinson
31c08024c8
Upgrade to AssertJ 3.27.7
...
Closes gh-49075
2 months ago
Andy Wilkinson
5f8052613a
Start building against Spring Session 3.5.5 snapshots
...
See gh-49074
2 months ago
Andy Wilkinson
2408d0bc09
Start building against Spring Pulsar 1.2.15 snapshots
...
See gh-49073
2 months ago
Andy Wilkinson
645a1bb619
Start building against Spring LDAP 3.3.6 snapshots
...
See gh-49072
2 months ago
Andy Wilkinson
4e7c22b82d
Start building against Spring Integration 6.5.7 snapshots
...
See gh-49071
2 months ago
Andy Wilkinson
b70673007a
Start building against Spring GraphQL 1.4.5 snapshots
...
See gh-49070
2 months ago
Andy Wilkinson
f7afe6a640
Start building against Spring Framework 6.2.16 snapshots
...
See gh-49069
2 months ago
Andy Wilkinson
85b6e1e7fe
Start building against Spring Data Bom 2025.0.9 snapshots
...
See gh-49068
2 months ago
Andy Wilkinson
22c7291773
Start building against Spring Authorization Server 1.5.6 snapshots
...
See gh-49067
2 months ago