Andy Wilkinson
10c55a9deb
Upgrade to Netty 4.2.10.Final
...
Closes gh-49107
2026-02-05 15:14:09 +00:00
Andy Wilkinson
b5aac0dff0
Upgrade to MySQL 9.6.0
...
Closes gh-49106
2026-02-05 15:14:09 +00:00
Andy Wilkinson
3922ee8144
Upgrade to MongoDB 5.6.3
...
Closes gh-49105
2026-02-05 15:14:09 +00:00
Andy Wilkinson
bfa1c06571
Upgrade to Logback 1.5.27
...
Closes gh-49104
2026-02-05 15:14:09 +00:00
Andy Wilkinson
23f2eec5fc
Upgrade to jOOQ 3.19.30
...
Closes gh-49103
2026-02-05 15:14:08 +00:00
Andy Wilkinson
4bbb0f731c
Upgrade to Jetty 12.1.6
...
Closes gh-49102
2026-02-05 15:14:08 +00:00
Andy Wilkinson
b01b8145b5
Upgrade to Jersey 4.0.2
...
Closes gh-49101
2026-02-05 12:59:06 +00:00
Andy Wilkinson
95858994b7
Upgrade to JBoss Logging 3.6.2.Final
...
Closes gh-49100
2026-02-05 12:59:06 +00:00
Andy Wilkinson
a67203bcc9
Upgrade to Jaybird 6.0.4
...
Closes gh-49099
2026-02-05 12:59:06 +00:00
Andy Wilkinson
9f3018f0ac
Upgrade to Hibernate 7.2.3.Final
...
Closes gh-49098
2026-02-05 12:59:06 +00:00
Andy Wilkinson
8adac64233
Upgrade to Groovy 5.0.4
...
Closes gh-49097
2026-02-05 12:59:06 +00:00
Andy Wilkinson
0419be2ebf
Upgrade to Elasticsearch Client 9.2.4
...
Closes gh-49096
2026-02-05 12:59:06 +00:00
Andy Wilkinson
7d8d9c044b
Upgrade to AssertJ 3.27.7
...
Closes gh-49095
2026-02-05 12:59:05 +00:00
Andy Wilkinson
87a41f14cb
Start building against Spring Security 7.0.3 snapshots
...
See gh-49093
2026-02-05 12:59:05 +00:00
Andy Wilkinson
ff654efd58
Start building against Spring Pulsar 2.0.3 snapshots
...
See gh-49092
2026-02-05 12:59:05 +00:00
Andy Wilkinson
0f2ac3ae80
Start building against Spring LDAP 4.0.2 snapshots
...
See gh-49091
2026-02-05 12:59:05 +00:00
Andy Wilkinson
e85b3e403a
Start building against Spring Kafka 4.0.3 snapshots
...
See gh-49090
2026-02-05 12:59:05 +00:00
Andy Wilkinson
08607c60df
Start building against Spring Framework 7.0.4 snapshots
...
See gh-49089
2026-02-05 12:59:05 +00:00
Andy Wilkinson
1780946214
Start building against Spring Data Bom 2025.1.3 snapshots
...
See gh-49088
2026-02-05 12:59:04 +00:00
Andy Wilkinson
a466e2d618
Start building against Reactor Bom 2025.0.3 snapshots
...
See gh-49087
2026-02-05 12:59:04 +00:00
Andy Wilkinson
5a0f04b46a
Start building against Micrometer Tracing 1.6.3 snapshots
...
See gh-49086
2026-02-05 12:59:04 +00:00
Andy Wilkinson
301a6baf34
Start building against Micrometer 1.16.3 snapshots
...
See gh-49085
2026-02-05 12:59:04 +00:00
Stéphane Nicoll
92ae4d442e
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49109
2026-02-05 13:53:41 +01:00
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
2026-02-05 13:53:28 +01:00
Stéphane Nicoll
70e9fd75ac
Polish "Document behavior of @Value with non-idiomatic format"
...
See gh-49054
2026-02-05 13:47:56 +01:00
Ian Drake
eb5822d6e4
Document behavior of @Value with non-idiomatic format
...
See gh-49054
Signed-off-by: Ian Drake <linkian209@gmail.com >
2026-02-05 13:41:55 +01:00
Andy Wilkinson
bb067ac24e
Merge branch '3.5.x' into 4.0.x
2026-02-05 12:36:09 +00:00
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] https://github.com/apache/tomcat/commit/9abf6bddb2e84ecf1668780bb3150b799f832ccf
2026-02-05 12:11:30 +00:00
Andy Wilkinson
43363ed428
Upgrade to MySQL 9.6.0
...
Closes gh-49083
2026-02-05 12:08:05 +00:00
Andy Wilkinson
e7db453547
Upgrade to Logback 1.5.27
...
Closes gh-49082
2026-02-05 12:08:00 +00:00
Andy Wilkinson
cdc5eb9031
Upgrade to jOOQ 3.19.30
...
Closes gh-49081
2026-02-05 12:07:56 +00:00
Andy Wilkinson
9c42312fa1
Upgrade to Jetty 12.0.32
...
Closes gh-49080
2026-02-05 12:07:51 +00:00
Andy Wilkinson
9aedd8617d
Upgrade to JBoss Logging 3.6.2.Final
...
Closes gh-49079
2026-02-05 12:07:47 +00:00
Andy Wilkinson
9262a63292
Upgrade to Jaybird 6.0.4
...
Closes gh-49078
2026-02-05 12:07:43 +00:00
Andy Wilkinson
9504cde1a7
Upgrade to Hibernate 6.6.42.Final
...
Closes gh-49077
2026-02-05 12:07:38 +00:00
Andy Wilkinson
29b7e5a2d4
Upgrade to Groovy 4.0.30
...
Closes gh-49076
2026-02-05 12:07:34 +00:00
Andy Wilkinson
31c08024c8
Upgrade to AssertJ 3.27.7
...
Closes gh-49075
2026-02-05 12:07:30 +00:00
Andy Wilkinson
5f8052613a
Start building against Spring Session 3.5.5 snapshots
...
See gh-49074
2026-02-05 12:04:16 +00:00
Andy Wilkinson
2408d0bc09
Start building against Spring Pulsar 1.2.15 snapshots
...
See gh-49073
2026-02-05 12:04:11 +00:00
Andy Wilkinson
645a1bb619
Start building against Spring LDAP 3.3.6 snapshots
...
See gh-49072
2026-02-05 12:04:07 +00:00
Andy Wilkinson
4e7c22b82d
Start building against Spring Integration 6.5.7 snapshots
...
See gh-49071
2026-02-05 12:04:03 +00:00
Andy Wilkinson
b70673007a
Start building against Spring GraphQL 1.4.5 snapshots
...
See gh-49070
2026-02-05 12:03:58 +00:00
Andy Wilkinson
f7afe6a640
Start building against Spring Framework 6.2.16 snapshots
...
See gh-49069
2026-02-05 12:03:54 +00:00
Andy Wilkinson
85b6e1e7fe
Start building against Spring Data Bom 2025.0.9 snapshots
...
See gh-49068
2026-02-05 12:03:50 +00:00
Andy Wilkinson
22c7291773
Start building against Spring Authorization Server 1.5.6 snapshots
...
See gh-49067
2026-02-05 12:03:46 +00:00
Andy Wilkinson
44ab4246c4
Start building against Reactor Bom 2024.0.15 snapshots
...
See gh-49066
2026-02-05 12:03:41 +00:00
Andy Wilkinson
59c5bb9e68
Start building against Micrometer Tracing 1.5.9 snapshots
...
See gh-49065
2026-02-05 12:03:37 +00:00
Andy Wilkinson
71bd02495d
Start building against Micrometer 1.15.9 snapshots
...
See gh-49064
2026-02-05 12:03:33 +00:00
Phillip Webb
05e61ff306
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49060
2026-02-04 18:08:04 -08:00
Phillip Webb
e015a3c7e2
Merge pull request #49039 from srt
...
* pr/49039:
Polish 'Fix whitespace handling in multi-line javadoc'
Fix whitespace handling in multi-line javadoc
Closes gh-49039
2026-02-04 18:07:54 -08:00