Stéphane Nicoll
b32fbef97d
Upgrade to UnboundID LDAPSDK 7.0.4
...
Closes gh-48459
2025-12-08 16:09:23 +01:00
Stéphane Nicoll
7278a732ec
Upgrade to Quartz 2.5.2
...
Closes gh-48458
2025-12-08 16:09:22 +01:00
Stéphane Nicoll
8726a0efde
Upgrade to Pulsar 4.0.8
...
Closes gh-48457
2025-12-08 16:09:22 +01:00
Stéphane Nicoll
e74b7172ec
Upgrade to Micrometer Tracing 1.5.7
...
Closes gh-48424
2025-12-08 16:09:22 +01:00
Stéphane Nicoll
a4e4d24a02
Upgrade to Micrometer 1.15.7
...
Closes gh-48423
2025-12-08 16:09:22 +01:00
Stéphane Nicoll
3c7d31e71a
Upgrade to jOOQ 3.19.29
...
Closes gh-48456
2025-12-08 16:09:22 +01:00
Stéphane Nicoll
2962d44389
Upgrade to Jetty 12.0.31
...
Closes gh-48455
2025-12-08 15:26:42 +01:00
Stéphane Nicoll
e90498a35c
Upgrade to Hibernate 6.6.38.Final
...
Closes gh-48454
2025-12-08 15:26:38 +01:00
Andy Wilkinson
abe596cf2c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48450
2025-12-08 11:50:41 +00:00
Andy Wilkinson
0cb86e1627
Tolerate multiple calls to UndertowWebServer.destroy()
...
Undertow's DeploymentManagerImpl is not idempotent. Calling undeploy()
multiple times will result in an NPE. Similarly, calling start() or
stop() after undeploy() will also result in an NPE.
This commit protects against this by checking that the deployment
manager's state is not UNDEPLOYED before calling stop() and
undeploy().
Fixes gh-48446
2025-12-08 11:49:53 +00:00
Stéphane Nicoll
33ae2a1d67
Merge branch '3.4.x' into 3.5.x
2025-12-08 12:41:14 +01:00
Stéphane Nicoll
a6986a4b57
Polish formatting
2025-12-08 12:41:04 +01:00
Stéphane Nicoll
9c88270be6
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48448
2025-12-08 12:31:21 +01:00
Hyunwoo Jung
fd3bdf06c4
Review code sample of "Configuring Two DataSources" section
...
See gh-48407
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com >
2025-12-08 12:28:38 +01:00
Stéphane Nicoll
69c46f6b62
Start building against Spring Session 3.5.4 snapshots
...
See gh-48432
2025-12-08 10:01:01 +01:00
Stéphane Nicoll
475437aa2d
Start building against Spring Pulsar 1.2.13 snapshots
...
See gh-48431
2025-12-08 10:01:01 +01:00
Stéphane Nicoll
33b0580bec
Start building against Spring LDAP 3.3.5 snapshots
...
See gh-48430
2025-12-08 10:01:01 +01:00
Stéphane Nicoll
9fe63ecf0e
Start building against Spring GraphQL 1.4.4 snapshots
...
See gh-48429
2025-12-08 10:01:01 +01:00
Stéphane Nicoll
5b6d07e785
Start building against Spring WS 4.0.17 snapshots
...
See gh-48422
2025-12-08 09:55:54 +01:00
Stéphane Nicoll
535b1bab6a
Start building against Spring Session 3.4.7 snapshots
...
See gh-48421
2025-12-08 09:55:54 +01:00
Stéphane Nicoll
7f4e846566
Start building against Spring Pulsar 1.2.13 snapshots
...
See gh-48420
2025-12-08 09:55:54 +01:00
Stéphane Nicoll
f5962145bb
Start building against Spring LDAP 3.2.16 snapshots
...
See gh-48419
2025-12-08 09:55:54 +01:00
Stéphane Nicoll
a1af29a9b3
Start building against Spring GraphQL 1.3.7 snapshots
...
See gh-48418
2025-12-08 09:55:54 +01:00
Stéphane Nicoll
53c0aa3e64
Start building against Spring Data Bom 2025.0.7 snapshots
...
See gh-48427
2025-12-08 09:34:46 +01:00
Stéphane Nicoll
c4f8b6a649
Start building against Spring Authorization Server 1.5.4 snapshots
...
See gh-48426
2025-12-08 09:34:42 +01:00
Stéphane Nicoll
9c11e02f5e
Start building against Reactor Bom 2024.0.13 snapshots
...
See gh-48425
2025-12-08 09:34:38 +01:00
Stéphane Nicoll
154af2cd1a
Start building against Micrometer Tracing 1.5.7 snapshots
...
See gh-48424
2025-12-08 09:34:34 +01:00
Stéphane Nicoll
3d31cb5f72
Start building against Micrometer 1.15.7 snapshots
...
See gh-48423
2025-12-08 09:34:31 +01:00
Stéphane Nicoll
799dc415e3
Start building against Spring Data Bom 2024.1.13 snapshots
...
See gh-48416
2025-12-08 09:33:43 +01:00
Stéphane Nicoll
9792abc655
Start building against Spring Authorization Server 1.4.7 snapshots
...
See gh-48415
2025-12-08 09:33:39 +01:00
Stéphane Nicoll
9f463dec7e
Start building against Reactor Bom 2024.0.13 snapshots
...
See gh-48414
2025-12-08 09:33:35 +01:00
Stéphane Nicoll
3b7be3d771
Start building against Micrometer Tracing 1.4.13 snapshots
...
See gh-48413
2025-12-08 09:33:31 +01:00
Stéphane Nicoll
57625b643d
Start building against Micrometer 1.14.14 snapshots
...
See gh-48412
2025-12-08 09:33:27 +01:00
Andy Wilkinson
3e0c1a66c3
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48359
2025-12-01 11:59:13 +00:00
Andy Wilkinson
c4df126d75
Document need for aspectjweaver dependency
...
Closes gh-48358
2025-12-01 11:58:24 +00:00
Stéphane Nicoll
5a20176331
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48335
2025-11-28 16:04:30 +01:00
Stéphane Nicoll
d6dc888e4a
Focus examples on TestRestTemplate configuration
...
Closes gh-48334
2025-11-28 16:03:48 +01:00
Andy Wilkinson
625abc5282
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48326
2025-11-28 10:02:36 +00:00
Huang Xiao
2b67bbe07d
Set the version to 'unknown' when redis_version is missing
...
See gh-48320
Signed-off-by: Huang Xiao <youngledo@qq.com >
2025-11-28 09:54:09 +00:00
Andy Wilkinson
7f2ffca789
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48324
2025-11-28 09:42:28 +00:00
Andy Wilkinson
e65baba3a7
Polish "Stop closing parent's MeterRegistry beans when child context closes"
...
See gh-48319
2025-11-28 09:26:29 +00:00
Michael Berry
c89576d14d
Stop closing parent's MeterRegistry beans when child context closes
...
See gh-48319
Signed-off-by: Michael Berry <berry120@gmail.com >
2025-11-28 09:13:19 +00:00
Stéphane Nicoll
8881d38202
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48305
2025-11-26 16:00:19 +01:00
geopark021
6b60d89b28
Remove unnecessary cast
...
Replace explicit casts with pattern variables to improve readability and
remove redundancy.
See gh-48297
Signed-off-by: geopark021 <geobrown021@gmail.com >
2025-11-26 15:55:47 +01:00
Andy Wilkinson
7b1b834fce
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48299
2025-11-26 10:45:02 +00:00
Andy Wilkinson
710e567ba5
Check javadoc macros in adoc files
...
Closes gh-48298
2025-11-26 10:41:49 +00:00
Stéphane Nicoll
0b6303abc8
Polish "Fix typo in ContextPairs"
...
See gh-48282
2025-11-25 09:57:18 +01:00
banseok1216
b6fa57d671
Fix typo in ContextPairs
...
Changed 'delimeter' to 'delimiter' in the method parameter name and its
usage.
See gh-48282
Signed-off-by: banseok1216 <bansuk1216@naver.com >
2025-11-25 09:57:03 +01:00
Stéphane Nicoll
ae3408f285
Detect JDK25-style main method in SpringBootTest
...
This commit adapts SpringBootTest when it has to use a main method to
detect package private main method as well as main methods that do not
have any arguments.
Closes gh-48271
2025-11-24 16:45:57 +01:00
Stéphane Nicoll
709e19f708
Test ApplicationServetEnvironment is configured in web environments
...
See gh-48254
2025-11-24 15:32:09 +01:00