Stéphane Nicoll
b32fbef97d
Upgrade to UnboundID LDAPSDK 7.0.4
...
Closes gh-48459
4 months ago
Stéphane Nicoll
7278a732ec
Upgrade to Quartz 2.5.2
...
Closes gh-48458
4 months ago
Stéphane Nicoll
8726a0efde
Upgrade to Pulsar 4.0.8
...
Closes gh-48457
4 months ago
Stéphane Nicoll
e74b7172ec
Upgrade to Micrometer Tracing 1.5.7
...
Closes gh-48424
4 months ago
Stéphane Nicoll
a4e4d24a02
Upgrade to Micrometer 1.15.7
...
Closes gh-48423
4 months ago
Stéphane Nicoll
3c7d31e71a
Upgrade to jOOQ 3.19.29
...
Closes gh-48456
4 months ago
Stéphane Nicoll
2962d44389
Upgrade to Jetty 12.0.31
...
Closes gh-48455
4 months ago
Stéphane Nicoll
e90498a35c
Upgrade to Hibernate 6.6.38.Final
...
Closes gh-48454
4 months ago
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
4 months ago
Stéphane Nicoll
a6986a4b57
Polish formatting
4 months ago
Hyunwoo Jung
fd3bdf06c4
Review code sample of "Configuring Two DataSources" section
...
See gh-48407
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
4 months ago
Stéphane Nicoll
69c46f6b62
Start building against Spring Session 3.5.4 snapshots
...
See gh-48432
4 months ago
Stéphane Nicoll
475437aa2d
Start building against Spring Pulsar 1.2.13 snapshots
...
See gh-48431
4 months ago
Stéphane Nicoll
33b0580bec
Start building against Spring LDAP 3.3.5 snapshots
...
See gh-48430
4 months ago
Stéphane Nicoll
9fe63ecf0e
Start building against Spring GraphQL 1.4.4 snapshots
...
See gh-48429
4 months ago
Stéphane Nicoll
5b6d07e785
Start building against Spring WS 4.0.17 snapshots
...
See gh-48422
4 months ago
Stéphane Nicoll
535b1bab6a
Start building against Spring Session 3.4.7 snapshots
...
See gh-48421
4 months ago
Stéphane Nicoll
7f4e846566
Start building against Spring Pulsar 1.2.13 snapshots
...
See gh-48420
4 months ago
Stéphane Nicoll
f5962145bb
Start building against Spring LDAP 3.2.16 snapshots
...
See gh-48419
4 months ago
Stéphane Nicoll
a1af29a9b3
Start building against Spring GraphQL 1.3.7 snapshots
...
See gh-48418
4 months ago
Stéphane Nicoll
53c0aa3e64
Start building against Spring Data Bom 2025.0.7 snapshots
...
See gh-48427
4 months ago
Stéphane Nicoll
c4f8b6a649
Start building against Spring Authorization Server 1.5.4 snapshots
...
See gh-48426
4 months ago
Stéphane Nicoll
9c11e02f5e
Start building against Reactor Bom 2024.0.13 snapshots
...
See gh-48425
4 months ago
Stéphane Nicoll
154af2cd1a
Start building against Micrometer Tracing 1.5.7 snapshots
...
See gh-48424
4 months ago
Stéphane Nicoll
3d31cb5f72
Start building against Micrometer 1.15.7 snapshots
...
See gh-48423
4 months ago
Stéphane Nicoll
799dc415e3
Start building against Spring Data Bom 2024.1.13 snapshots
...
See gh-48416
4 months ago
Stéphane Nicoll
9792abc655
Start building against Spring Authorization Server 1.4.7 snapshots
...
See gh-48415
4 months ago
Stéphane Nicoll
9f463dec7e
Start building against Reactor Bom 2024.0.13 snapshots
...
See gh-48414
4 months ago
Stéphane Nicoll
3b7be3d771
Start building against Micrometer Tracing 1.4.13 snapshots
...
See gh-48413
4 months ago
Stéphane Nicoll
57625b643d
Start building against Micrometer 1.14.14 snapshots
...
See gh-48412
4 months ago
Andy Wilkinson
c4df126d75
Document need for aspectjweaver dependency
...
Closes gh-48358
4 months ago
Stéphane Nicoll
d6dc888e4a
Focus examples on TestRestTemplate configuration
...
Closes gh-48334
4 months ago
Huang Xiao
2b67bbe07d
Set the version to 'unknown' when redis_version is missing
...
See gh-48320
Signed-off-by: Huang Xiao <youngledo@qq.com>
4 months ago
Andy Wilkinson
e65baba3a7
Polish "Stop closing parent's MeterRegistry beans when child context closes"
...
See gh-48319
4 months ago
Michael Berry
c89576d14d
Stop closing parent's MeterRegistry beans when child context closes
...
See gh-48319
Signed-off-by: Michael Berry <berry120@gmail.com>
4 months ago
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>
4 months ago
Andy Wilkinson
710e567ba5
Check javadoc macros in adoc files
...
Closes gh-48298
4 months ago
Stéphane Nicoll
0b6303abc8
Polish "Fix typo in ContextPairs"
...
See gh-48282
4 months ago
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>
4 months ago
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
4 months ago
Stéphane Nicoll
709e19f708
Test ApplicationServetEnvironment is configured in web environments
...
See gh-48254
4 months ago
Andy Wilkinson
835199c9e8
Clarify effects of @EnableBatchProcessing
...
Closes gh-48264
4 months ago
Andy Wilkinson
859606ae13
Split architecture checks by language as well as source set
...
Closes gh-48224
4 months ago
Andy Wilkinson
fc8f9a322d
Annotation Kotlin auto-config examples with @AutoConfiguration
...
Closes gh-48220
4 months ago
Stéphane Nicoll
1650092890
Polish "Revise "Use Liquibase for test-only migrations" section"
...
See gh-48169
4 months ago
Vedran Pavic
7bc6ebc169
Revise "Use Liquibase for test-only migrations" section
...
See gh-48169
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
4 months ago
Stéphane Nicoll
5bb8d711ce
Refer to Infinispan documentation
...
Rather than documenting what should be added to use Infinispan as a
cache provider, this commit adds a reference to the official
documentation.
Closes gh-48191
4 months ago
Phillip Webb
4a8d01d2b6
Exclude starter POMs from lib-provided when using Gradle
...
Fixes gh-48195
4 months ago
Phillip Webb
4625534e83
Force Testcontainers Docker API version for Docker 29.0.0+ compatibility
...
Add `docker-java.properties` to spring-boot-testcontainers and
`spring-boot-test` to force an API version upgrade.
Fixes gh-48104
4 months ago
Stéphane Nicoll
833b6daf98
Upgrade to Cassandra Driver 4.19.2
...
Closes gh-48183
4 months ago