Skip to content

Commit 590ca7d

Browse files
committed
Merge branch '3.3.x'
Closes gh-42939
2 parents a52bdc9 + 31b1c40 commit 590ca7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/checkpoint-restore.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Then at some point, potentially after some workloads that will warm up your JVM
1010
A memory representation of the running JVM, including its warmness, is then serialized to disk, allowing a fast restoration at a later point, potentially on another machine with a similar operating system and CPU architecture.
1111
The restored process retains all the capabilities of the HotSpot JVM, including further JIT optimizations at runtime.
1212

13-
Based on the foundations provided by Spring Framework, Spring Boot provides support for checkpointing and restoring your application, and manages out-of-the-box the lifecycle of resources such as socket, files and thread pools https://github.com/spring-projects/spring-lifecycle-smoke-tests/blob/main/STATUS.adoc[on a limited scope].
13+
Based on the foundations provided by Spring Framework, Spring Boot provides support for checkpointing and restoring your application, and manages out-of-the-box the lifecycle of resources such as socket, files and thread pools https://github.com/spring-projects/spring-lifecycle-smoke-tests/blob/ci/STATUS.adoc[on a limited scope].
1414
Additional lifecycle management is expected for other dependencies and potentially for the application code dealing with such resources.
1515

1616
You can find more details about the two modes supported ("on demand checkpoint/restore of a running application" and "automatic checkpoint/restore at startup"), how to enable checkpoint and restore support and some guidelines in {url-spring-framework-docs}/integration/checkpoint-restore.html[the Spring Framework JVM Checkpoint Restore support documentation].

0 commit comments

Comments
 (0)