Andy Wilkinson
f79c7d90b2
Merge branch '3.5.x'
2025-08-20 07:45:21 +01:00
Andy Wilkinson
8ae2e8b83c
Start building against Spring RESTDocs 3.0.5 snapshots
...
See gh-46920
2025-08-20 07:44:58 +01:00
Andy Wilkinson
82949eeee5
Merge branch '3.4.x' into 3.5.x
2025-08-20 07:44:12 +01:00
Andy Wilkinson
6381582e3c
Start building against Spring RESTDocs 3.0.5 snapshots
...
See gh-46919
2025-08-20 07:44:01 +01:00
Phillip Webb
dbd8ab897b
Merge pull request #46404 from smartandhandsome
...
* pr/46404:
Polish 'Support virtual threading with JDK HTTP clients'
Support virtual threading with JDK HTTP clients
Closes gh-46404
2025-08-19 22:27:02 -07:00
Phillip Webb
09eac5f7b4
Polish 'Support virtual threading with JDK HTTP clients'
...
See gh-46404
2025-08-19 22:26:39 -07:00
Sangmin Park
e32e3359c2
Support virtual threading with JDK HTTP clients
...
Update JDK HTTP Clients so that the use virtual threads when
`Threading.VIRTUAL` is active.
See gh-46404
Signed-off-by: Sangmin Park <sangmins930@gmail.com>
2025-08-19 22:24:22 -07:00
Sangmin Park
53ff2de58e
Use `Threading` for virtual thread support
...
See gh-46404
Signed-off-by: Sangmin Park <sangmins930@gmail.com>
2025-08-19 21:44:20 -07:00
Phillip Webb
7098c8e766
Fix types used in connector tests
2025-08-19 21:35:30 -07:00
Phillip Webb
d307d57617
Apply HTTP Service Client properties and use fallback beans
...
Update service client configuration so that properties are always
applied when present. Any settings and factory/connector beans that
are present are now only used as fallbacks.
Fixes gh-46915
2025-08-19 17:21:22 -07:00
Stéphane Nicoll
67dddcc445
Merge branch '3.5.x'
2025-08-19 21:59:32 +02:00
Stéphane Nicoll
01f9fb17d1
Merge branch '3.4.x' into 3.5.x
2025-08-19 21:59:26 +02:00
Stéphane Nicoll
177f05f427
Upgrade to Spring Integration 7.0.0-M2
...
Closes gh-46805
2025-08-19 21:59:20 +02:00
Stéphane Nicoll
ba5ff79339
Upgrade to Spring GraphQL 2.0.0-M2
...
Closes gh-46628
2025-08-19 21:59:20 +02:00
Stéphane Nicoll
c8d99a5589
Upgrade to Spring Authorization Server 2.0.0-M2
...
Closes gh-46617
2025-08-19 21:59:20 +02:00
Stéphane Nicoll
9b708181fd
Upgrade to Spring Authorization Server 1.5.2
...
Closes gh-46704
2025-08-19 21:57:41 +02:00
Stéphane Nicoll
c1c3de9ae5
Upgrade to Spring Authorization Server 1.4.5
...
Closes gh-46692
2025-08-19 21:57:37 +02:00
Andy Wilkinson
fb8a8e5bb0
Make WebTestClient auto-config back off without CodecCustomizer
...
Fixes gh-46678
2025-08-19 17:46:06 +01:00
Andy Wilkinson
319aab2d3a
Merge branch '3.5.x'
...
Closes gh-46913
2025-08-19 16:20:27 +01:00
Andy Wilkinson
51b4e42953
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46912
2025-08-19 16:20:15 +01:00
Andy Wilkinson
2a628d0422
Upgrade to Spring Boot Release Verification 0.0.14
...
Closes gh-46911
2025-08-19 16:19:50 +01:00
Stéphane Nicoll
d3df5e4ef1
Merge branch '3.5.x'
...
Closes gh-46910
2025-08-19 16:35:49 +02:00
Stéphane Nicoll
27bce06caa
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46909
2025-08-19 16:35:21 +02:00
Stéphane Nicoll
e1db00b411
Merge pull request #46877 from tommyk-gears
...
* pr/46877:
Polish contribution
Improve Hazelcast health indicator to check that Hazelcast is running
Closes gh-46877
2025-08-19 16:35:15 +02:00
Stéphane Nicoll
375b0b89f1
Polish contribution
...
See gh-46877
2025-08-19 16:33:29 +02:00
Tommy Karlsson
249620246f
Improve Hazelcast health indicator to check that Hazelcast is running
...
This commit improves the Hazelcast health indicator to fail if the
Lifecycle manager indicates that the instance is no longer running.
This is needed because when the default Out-Of-Memory handler in
Hazelcast detects a OOM error, and terminates Hazelcast, it does so on
the node but not via the Hazelcast lifecycle manager - and the results
is that it is still possible to successfully execute transactions in
Hazelcast after this termination. The health indicator should not report
UP after Hazelcast has detected an OOM and terminated itself.
See gh-46877
Signed-off-by: Tommy Karlsson <tommy.karlsson@leovegas.com>
2025-08-19 16:32:22 +02:00
Stéphane Nicoll
28a5079f1e
Merge pull request #46854 from wonyongg
...
* pr/46854:
Polish "Support additional nullness signal for Actuator endpoints"
Support additional nullness signal for Actuator endpoints
Closes gh-46854
2025-08-19 15:51:55 +02:00
Stéphane Nicoll
efb80bcdcb
Polish "Support additional nullness signal for Actuator endpoints"
...
See gh-46854
2025-08-19 15:51:09 +02:00
wonyongg
75bcc2e118
Support additional nullness signal for Actuator endpoints
...
This commit expands the detection of optional parameters for Actuator
Endpoints. Before this commit, JSpecify's `@Nullable` annotation was
not detected.
See gh-46854
Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
2025-08-19 15:34:23 +02:00
Stéphane Nicoll
088ef836c1
Polish "Upgrade to Jetty 12.1.0"
...
See https://github.com/jetty/jetty.project/issues/13483
See gh-46906
2025-08-19 15:08:31 +02:00
Stéphane Nicoll
4a8dc3efd2
Upgrade to Jetty 12.1.0
...
Closes gh-46906
2025-08-19 14:29:50 +02:00
Stéphane Nicoll
85fa6bb4ba
Upgrade to nullability plugin 0.0.4
...
Closes gh-46904
2025-08-19 14:23:13 +02:00
Andy Wilkinson
7666a02247
Make default management security back off with Authorization server
...
Fixes gh-46841
2025-08-19 12:07:11 +01:00
Andy Wilkinson
f4fd2126bb
Raise the minimum supported version of Gradle to 8.14 and support 9.x
...
Closes gh-43573
Closes gh-43574
2025-08-19 11:11:06 +01:00
Stéphane Nicoll
243a1352f4
Merge branch '3.5.x'
2025-08-19 10:29:40 +02:00
Stéphane Nicoll
c5b9da8304
Merge branch '3.4.x' into 3.5.x
2025-08-19 10:29:31 +02:00
Stéphane Nicoll
625ac79245
Upgrade to Spring Session 4.0.0-M2
...
Closes gh-46901
2025-08-19 10:29:18 +02:00
Stéphane Nicoll
1029095c27
Upgrade to Spring Security 7.0.0-M2
...
Closes gh-46624
2025-08-19 10:29:18 +02:00
Stéphane Nicoll
05ffcdf777
Upgrade to Selenium HtmlUnit 4.35.0
...
Closes gh-46900
2025-08-19 10:29:18 +02:00
Stéphane Nicoll
9ddc0eb503
Upgrade to Selenium 4.35.0
...
Closes gh-46899
2025-08-19 10:29:18 +02:00
Stéphane Nicoll
e4b73267b0
Upgrade to Prometheus Client 1.4.1
...
Closes gh-46898
2025-08-19 10:29:17 +02:00
Stéphane Nicoll
c64c812680
Upgrade to MSSQL JDBC 13.2.0.jre11
...
Closes gh-46897
2025-08-19 10:29:17 +02:00
Stéphane Nicoll
9e71f97fd9
Upgrade to Mockito 5.19.0
...
Closes gh-46896
2025-08-19 10:29:17 +02:00
Stéphane Nicoll
769ceaec87
Upgrade to HtmlUnit 4.15.0
...
Closes gh-46895
2025-08-19 10:29:17 +02:00
Stéphane Nicoll
81b533d01c
Upgrade to Flyway 11.11.1
...
Closes gh-46894
2025-08-19 10:29:17 +02:00
Stéphane Nicoll
46848adcfe
Upgrade to Spring Session 3.5.2
...
Closes gh-46710
2025-08-19 10:29:11 +02:00
Andy Wilkinson
8c356b3fc1
Merge branch '3.5.x'
...
Closes gh-46903
2025-08-19 08:41:17 +01:00
Andy Wilkinson
c13a47e8cc
Upgrade Gradle 9 versions used in compatibility tests
...
Gradle 9.1 will deprecate support for declaring dependencies using
a map. To adapt to this, a handful of tests have been updated to
use single-string notation instead.
Closes gh-46902
2025-08-19 08:40:43 +01:00
Stéphane Nicoll
aa46a66246
Upgrade to Spring Session 3.4.5
...
Closes gh-46698
2025-08-19 09:17:34 +02:00
Andy Wilkinson
c762ba7264
Merge branch '3.5.x'
...
Closes gh-46892
2025-08-19 07:40:33 +01:00