Skip to content

Commit b196167

Browse files
committed
Merge branch '6.1.x'
# Conflicts: # framework-platform/framework-platform.gradle
2 parents 8b8604d + 24c8dfe commit b196167

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

framework-platform/framework-platform.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.15.4"))
1111
api(platform("io.micrometer:micrometer-bom:1.13.1"))
12-
api(platform("io.netty:netty-bom:4.1.110.Final"))
12+
api(platform("io.netty:netty-bom:4.1.111.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2024.0.0-M3"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
@@ -109,7 +109,7 @@ dependencies {
109109
api("org.aspectj:aspectjrt:1.9.22.1")
110110
api("org.aspectj:aspectjtools:1.9.22.1")
111111
api("org.aspectj:aspectjweaver:1.9.22.1")
112-
api("org.awaitility:awaitility:4.2.0")
112+
api("org.awaitility:awaitility:4.2.1")
113113
api("org.bouncycastle:bcpkix-jdk18on:1.72")
114114
api("org.codehaus.jettison:jettison:1.5.4")
115115
api("org.crac:crac:1.4.0")

spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
* groups for specific phases, on startup/shutdown as well as for explicit start/stop
6161
* interactions on a {@link org.springframework.context.ConfigurableApplicationContext}.
6262
*
63-
* <p>Provides interaction with {@link Lifecycle} and {@link SmartLifecycle} beans in
64-
* groups for specific phases, on startup/shutdown as well as for explicit start/stop
65-
* interactions on a {@link org.springframework.context.ConfigurableApplicationContext}.
66-
*
6763
* <p>As of 6.1, this also includes support for JVM checkpoint/restore (Project CRaC)
6864
* when the {@code org.crac:crac} dependency on the classpath.
6965
*

0 commit comments

Comments
 (0)