Andy Wilkinson
10c55a9deb
Upgrade to Netty 4.2.10.Final
...
Closes gh-49107
1 month ago
Andy Wilkinson
b5aac0dff0
Upgrade to MySQL 9.6.0
...
Closes gh-49106
1 month ago
Andy Wilkinson
3922ee8144
Upgrade to MongoDB 5.6.3
...
Closes gh-49105
1 month ago
Andy Wilkinson
bfa1c06571
Upgrade to Logback 1.5.27
...
Closes gh-49104
1 month ago
Andy Wilkinson
23f2eec5fc
Upgrade to jOOQ 3.19.30
...
Closes gh-49103
1 month ago
Andy Wilkinson
4bbb0f731c
Upgrade to Jetty 12.1.6
...
Closes gh-49102
1 month ago
Andy Wilkinson
b01b8145b5
Upgrade to Jersey 4.0.2
...
Closes gh-49101
1 month ago
Andy Wilkinson
95858994b7
Upgrade to JBoss Logging 3.6.2.Final
...
Closes gh-49100
1 month ago
Andy Wilkinson
a67203bcc9
Upgrade to Jaybird 6.0.4
...
Closes gh-49099
1 month ago
Andy Wilkinson
9f3018f0ac
Upgrade to Hibernate 7.2.3.Final
...
Closes gh-49098
1 month ago
Andy Wilkinson
8adac64233
Upgrade to Groovy 5.0.4
...
Closes gh-49097
1 month ago
Andy Wilkinson
0419be2ebf
Upgrade to Elasticsearch Client 9.2.4
...
Closes gh-49096
1 month ago
Andy Wilkinson
7d8d9c044b
Upgrade to AssertJ 3.27.7
...
Closes gh-49095
1 month ago
Andy Wilkinson
87a41f14cb
Start building against Spring Security 7.0.3 snapshots
...
See gh-49093
1 month ago
Andy Wilkinson
ff654efd58
Start building against Spring Pulsar 2.0.3 snapshots
...
See gh-49092
1 month ago
Andy Wilkinson
0f2ac3ae80
Start building against Spring LDAP 4.0.2 snapshots
...
See gh-49091
1 month ago
Andy Wilkinson
e85b3e403a
Start building against Spring Kafka 4.0.3 snapshots
...
See gh-49090
1 month ago
Andy Wilkinson
08607c60df
Start building against Spring Framework 7.0.4 snapshots
...
See gh-49089
1 month ago
Andy Wilkinson
1780946214
Start building against Spring Data Bom 2025.1.3 snapshots
...
See gh-49088
1 month ago
Andy Wilkinson
a466e2d618
Start building against Reactor Bom 2025.0.3 snapshots
...
See gh-49087
1 month ago
Andy Wilkinson
5a0f04b46a
Start building against Micrometer Tracing 1.6.3 snapshots
...
See gh-49086
1 month ago
Andy Wilkinson
301a6baf34
Start building against Micrometer 1.16.3 snapshots
...
See gh-49085
1 month ago
Stéphane Nicoll
92ae4d442e
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49109
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
1 month ago
Stéphane Nicoll
70e9fd75ac
Polish "Document behavior of @Value with non-idiomatic format"
...
See gh-49054
1 month ago
Ian Drake
eb5822d6e4
Document behavior of @Value with non-idiomatic format
...
See gh-49054
Signed-off-by: Ian Drake <linkian209@gmail.com>
1 month ago
Andy Wilkinson
bb067ac24e
Merge branch '3.5.x' into 4.0.x
1 month 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
1 month ago
Andy Wilkinson
43363ed428
Upgrade to MySQL 9.6.0
...
Closes gh-49083
1 month ago
Andy Wilkinson
e7db453547
Upgrade to Logback 1.5.27
...
Closes gh-49082
1 month ago
Andy Wilkinson
cdc5eb9031
Upgrade to jOOQ 3.19.30
...
Closes gh-49081
1 month ago
Andy Wilkinson
9c42312fa1
Upgrade to Jetty 12.0.32
...
Closes gh-49080
1 month ago
Andy Wilkinson
9aedd8617d
Upgrade to JBoss Logging 3.6.2.Final
...
Closes gh-49079
1 month ago
Andy Wilkinson
9262a63292
Upgrade to Jaybird 6.0.4
...
Closes gh-49078
1 month ago
Andy Wilkinson
9504cde1a7
Upgrade to Hibernate 6.6.42.Final
...
Closes gh-49077
1 month ago
Andy Wilkinson
29b7e5a2d4
Upgrade to Groovy 4.0.30
...
Closes gh-49076
1 month ago
Andy Wilkinson
31c08024c8
Upgrade to AssertJ 3.27.7
...
Closes gh-49075
1 month ago
Andy Wilkinson
5f8052613a
Start building against Spring Session 3.5.5 snapshots
...
See gh-49074
1 month ago
Andy Wilkinson
2408d0bc09
Start building against Spring Pulsar 1.2.15 snapshots
...
See gh-49073
1 month ago
Andy Wilkinson
645a1bb619
Start building against Spring LDAP 3.3.6 snapshots
...
See gh-49072
1 month ago
Andy Wilkinson
4e7c22b82d
Start building against Spring Integration 6.5.7 snapshots
...
See gh-49071
1 month ago
Andy Wilkinson
b70673007a
Start building against Spring GraphQL 1.4.5 snapshots
...
See gh-49070
1 month ago
Andy Wilkinson
f7afe6a640
Start building against Spring Framework 6.2.16 snapshots
...
See gh-49069
1 month ago
Andy Wilkinson
85b6e1e7fe
Start building against Spring Data Bom 2025.0.9 snapshots
...
See gh-49068
1 month ago
Andy Wilkinson
22c7291773
Start building against Spring Authorization Server 1.5.6 snapshots
...
See gh-49067
1 month ago
Andy Wilkinson
44ab4246c4
Start building against Reactor Bom 2024.0.15 snapshots
...
See gh-49066
1 month ago
Andy Wilkinson
59c5bb9e68
Start building against Micrometer Tracing 1.5.9 snapshots
...
See gh-49065
1 month ago
Andy Wilkinson
71bd02495d
Start building against Micrometer 1.15.9 snapshots
...
See gh-49064
1 month ago
Phillip Webb
05e61ff306
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49060
1 month ago
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
1 month ago