Stéphane Nicoll
2014176d46
Merge branch '3.3.x'
2024-10-16 09:51:39 +02:00
Stéphane Nicoll
f46d0ac4ef
Merge branch '3.2.x' into 3.3.x
2024-10-16 09:51:31 +02:00
Stéphane Nicoll
06a11d3a0e
Upgrade to Reactor Bom 2024.0.0-RC1
...
Closes gh-42557
2024-10-16 09:51:20 +02:00
Stéphane Nicoll
8a03c6f47b
Upgrade to Micrometer Tracing 1.4.0-RC1
...
Closes gh-42556
2024-10-16 09:51:19 +02:00
Stéphane Nicoll
3d9ca011a9
Upgrade to Micrometer 1.14.0-RC1
...
Closes gh-42555
2024-10-16 09:51:18 +02:00
Stéphane Nicoll
e7f56e300c
Upgrade to Reactor Bom 2023.0.11
...
Closes gh-42545
2024-10-16 09:50:28 +02:00
Stéphane Nicoll
9033d254ce
Upgrade to Micrometer Tracing 1.3.5
...
Closes gh-42544
2024-10-16 09:50:27 +02:00
Stéphane Nicoll
207a78798d
Upgrade to Micrometer 1.13.6
...
Closes gh-42543
2024-10-16 09:50:26 +02:00
Stéphane Nicoll
f163aa31a8
Upgrade to Spring Session 3.2.6
...
Closes gh-42542
2024-10-16 09:49:27 +02:00
Stéphane Nicoll
b923b61404
Upgrade to Reactor Bom 2023.0.11
...
Closes gh-42533
2024-10-16 09:49:27 +02:00
Stéphane Nicoll
b37dce1776
Upgrade to Micrometer Tracing 1.2.11
...
Closes gh-42532
2024-10-16 09:49:27 +02:00
Stéphane Nicoll
8574d1759d
Upgrade to Micrometer 1.12.11
...
Closes gh-42531
2024-10-16 09:49:26 +02:00
Phillip Webb
7af238a192
Merge branch '3.3.x'
...
Closes gh-42706
2024-10-15 18:03:00 -07:00
Phillip Webb
d3061439b2
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42705
2024-10-15 18:02:54 -07:00
Phillip Webb
51ff8d411c
Fix Oracle JDK download URLs
...
Closes gh-42704
2024-10-15 18:02:40 -07:00
Phillip Webb
3908943fa1
Merge branch '3.3.x'
...
Closes gh-42703
2024-10-15 17:52:26 -07:00
Phillip Webb
89793a84e5
Fix case used for examples in "Sanitize Sensitive Values"
...
Closes gh-42702
2024-10-15 17:52:12 -07:00
Stéphane Nicoll
9ee7ca4770
Start building against Spring Session 3.4.0-RC1 snapshots
...
See gh-42692
2024-10-16 00:28:39 +02:00
Andy Wilkinson
a2e867951c
Merge branch '3.3.x'
...
Closes gh-42697
2024-10-15 17:30:41 +01:00
Andy Wilkinson
1bd373dac3
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42696
2024-10-15 17:30:17 +01:00
Andy Wilkinson
c989948869
Increase short-lived access token's expiry to 4 hours
...
Closes gh-42695
2024-10-15 17:30:05 +01:00
Stéphane Nicoll
06127d60b6
Adapt Kafka SSL smoke test with changes in Testcontainers
...
See gh-42670
2024-10-15 17:56:23 +02:00
Andy Wilkinson
29bd974f14
Merge branch '3.3.x'
...
Closes gh-42694
2024-10-15 16:26:56 +01:00
Andy Wilkinson
f11d9b2328
Upgrade to Antora UI Spring 0.4.17
...
Closes gh-42693
2024-10-15 16:26:07 +01:00
Stéphane Nicoll
e0152097f3
Polish "Upgrade to Testcontainers 1.20.2"
...
This commit review the original upgrade to retain compatiblity with the
deprecated Cassandra and ConfluentKafka containers.
This commit also fixes the SSL Cassandra tests. The new container uses
a custom wait strategy that uses plain text and does not work with an
SSL container.
Closes gh-42670
Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com >
2024-10-15 14:45:15 +02:00
Moritz Halbritter
a7fb3699ee
Add auto-detection for SBOMs in native-image
...
Closes gh-40630
2024-10-15 13:53:14 +02:00
Stéphane Nicoll
a66d3d2f00
Merge branch '3.3.x'
...
Closes gh-42689
2024-10-15 10:42:41 +02:00
Stéphane Nicoll
056e2b6029
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42688
2024-10-15 10:42:33 +02:00
Stéphane Nicoll
b0dd42e9b9
Transform Maven settings with proper plugin repository tag
...
This commit adapts d44e7c9 to transforms plugin repositories using the
correct root tag. Previously, they were transformed with the regular
<repository> tag, which is invalid.
Closes gh-42687
2024-10-15 10:39:59 +02:00
Stéphane Nicoll
389deadf44
Merge pull request #42611 from quaff
...
* pr/42611:
Polish "Use RootBeanDefinition if possible"
Use RootBeanDefinition if possible
Closes gh-42611
2024-10-15 10:08:48 +02:00
Stéphane Nicoll
0c0acb4339
Polish "Use RootBeanDefinition if possible"
...
This commit adapts code that was using GenericBeanDefinition to use
RootBeanDefinition instead. Spring Framework recommend to use
RootBeanDefinition if it's pre-determined as root bean.
See gh-42611
2024-10-15 09:45:28 +02:00
Yanming Zhou
7427304b3d
Use RootBeanDefinition if possible
...
This commit adapts code that was using GenericBeanDefinition to use
RootBeanDefinition instead. Spring Framework recommend to use
RootBeanDefinition if it's pre-determined as root bean.
See gh-42611
2024-10-15 09:35:56 +02:00
Stéphane Nicoll
f3d86b65a1
Merge branch '3.3.x'
...
Closes gh-42686
2024-10-15 09:32:39 +02:00
Stéphane Nicoll
e291e120f7
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42685
2024-10-15 09:32:33 +02:00
Stéphane Nicoll
4cf0f86990
Merge pull request #42645 from nosan
...
* pr/42645:
Polish "Fix links to CNCF resources in Javadoc"
Fix links to CNCF resources in Javadoc
Closes gh-42645
2024-10-15 09:32:25 +02:00
Stéphane Nicoll
d98ed306d2
Polish "Fix links to CNCF resources in Javadoc"
...
See gh-42645
2024-10-15 09:28:02 +02:00
Dmytro Nosan
43a1145e75
Fix links to CNCF resources in Javadoc
...
See gh-42645
2024-10-15 09:26:27 +02:00
Moritz Halbritter
e36e267206
Merge pull request #42679 from quaff
...
* pr/42679:
Remove deprecated method call on AuthorityAuthorizationManager
Closes gh-42679
2024-10-15 09:02:48 +02:00
Yanming Zhou
62d78d2367
Remove deprecated method call on AuthorityAuthorizationManager
...
See gh-42679
2024-10-15 09:02:41 +02:00
Stéphane Nicoll
13eb3902bf
Merge branch '3.3.x'
...
Closes gh-42684
2024-10-15 09:01:29 +02:00
Stéphane Nicoll
f20d83fd07
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42683
2024-10-15 09:01:21 +02:00
Stéphane Nicoll
55ef77b254
Remove unnecessary call to ex.printStackTrace
...
Closes gh-42681
2024-10-15 09:00:30 +02:00
Stéphane Nicoll
7a6a7d1365
Upgrade to Flyway 10.19.0
...
Closes gh-42674
2024-10-14 18:25:37 +02:00
Stéphane Nicoll
fadd05412e
Upgrade to Logback 1.5.10
...
Closes gh-42658
2024-10-14 17:03:20 +02:00
Stéphane Nicoll
abb36e8936
Merge branch '3.3.x'
2024-10-14 16:26:57 +02:00
Stéphane Nicoll
42ad8649b2
Upgrade to Tomcat 10.1.31
...
Closes gh-42671
2024-10-14 16:26:08 +02:00
Stéphane Nicoll
a40ae49a76
Upgrade to Testcontainers 1.20.2
...
Closes gh-42670
2024-10-14 16:25:57 +02:00
Stéphane Nicoll
c9d0362aee
Upgrade to SQLite JDBC 3.46.1.3
...
Closes gh-42669
2024-10-14 16:25:56 +02:00
Stéphane Nicoll
ba55029b41
Upgrade to Selenium 4.25.0
...
Closes gh-42668
2024-10-14 16:25:56 +02:00
Stéphane Nicoll
60b07bba93
Upgrade to R2DBC Postgresql 1.0.6.RELEASE
...
Closes gh-42667
2024-10-14 16:25:56 +02:00