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
Andy Wilkinson
44ab4246c4
Start building against Reactor Bom 2024.0.15 snapshots
...
See gh-49066
2 months ago
Andy Wilkinson
59c5bb9e68
Start building against Micrometer Tracing 1.5.9 snapshots
...
See gh-49065
2 months ago
Andy Wilkinson
71bd02495d
Start building against Micrometer 1.15.9 snapshots
...
See gh-49064
2 months 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
2 months ago
Phillip Webb
998a0f1b82
Polish 'Fix whitespace handling in multi-line javadoc'
...
See gh-49039
2 months ago
Stefan Reuter
ba5066f832
Fix whitespace handling in multi-line javadoc
...
Update spring-boot-configuration-processor to deal with multi-line
javadoc comments that do not include their own whitespace after the
new line.
See gh-49039
Signed-off-by: Stefan Reuter <stefan.reuter@reucon.com>
2 months ago
Stéphane Nicoll
d3279a24df
Merge pull request #49037 from dependabot[bot]
...
* pr/49037:
Polish "Bump gradle/actions from 5.0.0 to 5.0.1"
Bump gradle/actions from 5.0.0 to 5.0.1
Closes gh-49037
2 months ago
Stéphane Nicoll
520ec85974
Polish "Bump gradle/actions from 5.0.0 to 5.0.1"
...
See gh-49037
2 months ago
dependabot[bot]
3cc9406b3e
Bump gradle/actions from 5.0.0 to 5.0.1
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](4d9f0ba002...f29f5a9d7b )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-49037
Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
Andy Wilkinson
416d401fc3
Remove duplicate metadata and add check to prevent future duplicates
...
Closes gh-49033
2 months ago
Stéphane Nicoll
f09dfd9293
Merge pull request #49023 from quaff
...
* pr/49023:
Polish lambda expression and method reference
Closes gh-49023
2 months ago
Yanming Zhou
42e55c0cf7
Polish lambda expression and method reference
...
See gh-49023
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2 months ago
Stéphane Nicoll
09026cd4d8
Merge pull request #49014 from scordio
...
* pr/49014:
Polish "Document naming convention for custom test-scoped starters"
Document naming convention for custom test-scoped starters
Closes gh-49014
2 months ago
Stéphane Nicoll
21c7f7c7e7
Polish "Document naming convention for custom test-scoped starters"
...
See gh-49014
2 months ago
Stefano Cordio
09d3dda572
Document naming convention for custom test-scoped starters
...
See gh-49014
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
2 months ago