Andy Wilkinson
f2aeabbc5d
Upgrade to Groovy 5.0.4
...
Closes gh-49128
2 months ago
Andy Wilkinson
643af91afa
Upgrade to Flyway 11.20.3
...
Closes gh-49127
2 months ago
Andy Wilkinson
a7794196ba
Upgrade to Elasticsearch Client 9.2.4
...
Closes gh-49126
2 months ago
Andy Wilkinson
19c39b8cbd
Upgrade to Commons Codec 1.21.0
...
Closes gh-49125
2 months ago
Andy Wilkinson
c1e93e10f4
Upgrade to AssertJ 3.27.7
...
Closes gh-49124
2 months ago
Andy Wilkinson
e2f53ee9ee
Upgrade to Artemis 2.50.0
...
Closes gh-49123
2 months ago
Andy Wilkinson
4b3d6e5bcf
Start building against Spring Security 7.1.0-M2 snapshots
...
See gh-49121
2 months ago
Andy Wilkinson
4f25e51422
Start building against Spring Pulsar 2.0.3 snapshots
...
See gh-49120
2 months ago
Andy Wilkinson
b5a252f57c
Start building against Spring Kafka 4.1.0-M1 snapshots
...
See gh-49118
2 months ago
Andy Wilkinson
e1300d29c8
Start building against Spring Integration 7.1.0-M2 snapshots
...
See gh-49117
2 months ago
Andy Wilkinson
6eaca7c2a4
Start building against Spring Framework 7.0.4 snapshots
...
See gh-49116
2 months ago
Andy Wilkinson
a956bc3658
Start building against Spring Data Bom 2025.1.3 snapshots
...
See gh-49115
2 months ago
Andy Wilkinson
eb4a57db8b
Start building against Spring AMQP 4.1.0-M2 snapshots
...
See gh-49114
2 months ago
Andy Wilkinson
f008f9e199
Start building against Reactor Bom 2025.0.3 snapshots
...
See gh-49113
2 months ago
Andy Wilkinson
ec61760cbb
Start building against Micrometer Tracing 1.7.0-M3 snapshots
...
See gh-49112
2 months ago
Andy Wilkinson
9c18f0b013
Start building against Micrometer 1.17.0-M2 snapshots
...
See gh-49111
2 months ago
Stéphane Nicoll
6cc19139f3
Merge pull request #49063 from dj258255
...
* pr/49063:
Polish "Add Kotlin DSL extension functions for TestEntityManager"
Add Kotlin DSL extension functions for TestEntityManager
Closes gh-49063
2 months ago
Stéphane Nicoll
c607594a1e
Polish "Add Kotlin DSL extension functions for TestEntityManager"
...
See gh-49063
2 months ago
Beom Su
177b33eccf
Add Kotlin DSL extension functions for TestEntityManager
...
See gh-49063
Signed-off-by: Beom Su <dj258255@naver.com>
2 months ago
Andy Wilkinson
c143c2c86e
Merge branch '4.0.x'
2 months ago
Andy Wilkinson
dfd4b85289
Upgrade to Tomcat 11.0.18
...
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-49108
[1] 9abf6bddb2
2 months ago
Andy Wilkinson
10c55a9deb
Upgrade to Netty 4.2.10.Final
...
Closes gh-49107
2 months ago
Andy Wilkinson
b5aac0dff0
Upgrade to MySQL 9.6.0
...
Closes gh-49106
2 months ago
Andy Wilkinson
3922ee8144
Upgrade to MongoDB 5.6.3
...
Closes gh-49105
2 months ago
Andy Wilkinson
bfa1c06571
Upgrade to Logback 1.5.27
...
Closes gh-49104
2 months ago
Andy Wilkinson
23f2eec5fc
Upgrade to jOOQ 3.19.30
...
Closes gh-49103
2 months ago
Andy Wilkinson
4bbb0f731c
Upgrade to Jetty 12.1.6
...
Closes gh-49102
2 months ago
Andy Wilkinson
b01b8145b5
Upgrade to Jersey 4.0.2
...
Closes gh-49101
2 months ago
Andy Wilkinson
95858994b7
Upgrade to JBoss Logging 3.6.2.Final
...
Closes gh-49100
2 months ago
Andy Wilkinson
a67203bcc9
Upgrade to Jaybird 6.0.4
...
Closes gh-49099
2 months ago
Andy Wilkinson
9f3018f0ac
Upgrade to Hibernate 7.2.3.Final
...
Closes gh-49098
2 months ago
Andy Wilkinson
8adac64233
Upgrade to Groovy 5.0.4
...
Closes gh-49097
2 months ago
Andy Wilkinson
0419be2ebf
Upgrade to Elasticsearch Client 9.2.4
...
Closes gh-49096
2 months ago
Andy Wilkinson
7d8d9c044b
Upgrade to AssertJ 3.27.7
...
Closes gh-49095
2 months ago
Andy Wilkinson
87a41f14cb
Start building against Spring Security 7.0.3 snapshots
...
See gh-49093
2 months ago
Andy Wilkinson
ff654efd58
Start building against Spring Pulsar 2.0.3 snapshots
...
See gh-49092
2 months ago
Andy Wilkinson
0f2ac3ae80
Start building against Spring LDAP 4.0.2 snapshots
...
See gh-49091
2 months ago
Andy Wilkinson
e85b3e403a
Start building against Spring Kafka 4.0.3 snapshots
...
See gh-49090
2 months ago
Andy Wilkinson
08607c60df
Start building against Spring Framework 7.0.4 snapshots
...
See gh-49089
2 months ago
Andy Wilkinson
1780946214
Start building against Spring Data Bom 2025.1.3 snapshots
...
See gh-49088
2 months ago
Andy Wilkinson
a466e2d618
Start building against Reactor Bom 2025.0.3 snapshots
...
See gh-49087
2 months ago
Andy Wilkinson
5a0f04b46a
Start building against Micrometer Tracing 1.6.3 snapshots
...
See gh-49086
2 months ago
Andy Wilkinson
301a6baf34
Start building against Micrometer 1.16.3 snapshots
...
See gh-49085
2 months ago
Stéphane Nicoll
9406bdbb0b
Merge branch '4.0.x'
...
Closes gh-49110
2 months ago
Stéphane Nicoll
92ae4d442e
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49109
2 months 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
d957dab686
Merge branch '4.0.x'
2 months ago
Andy Wilkinson
bb067ac24e
Merge branch '3.5.x' into 4.0.x
2 months ago