From dd50da314db39ee36a526c71847191629ac2e911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 14 Jun 2023 08:49:52 +0200 Subject: [PATCH] Update reference documentation index Add "JVM Checkpoint Restore" to the Integration section. See gh-30647 --- framework-docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/index.adoc b/framework-docs/modules/ROOT/pages/index.adoc index 29df792880..a99335c230 100644 --- a/framework-docs/modules/ROOT/pages/index.adoc +++ b/framework-docs/modules/ROOT/pages/index.adoc @@ -16,7 +16,7 @@ STOMP Messaging. xref:web-reactive.adoc[Web Reactive] :: Spring WebFlux, WebClient, WebSocket, RSocket. xref:integration.adoc[Integration] :: REST Clients, JMS, JCA, JMX, -Email, Tasks, Scheduling, Caching, Observability. +Email, Tasks, Scheduling, Caching, Observability, JVM Checkpoint Restore. xref:languages.adoc[Languages] :: Kotlin, Groovy, Dynamic Languages. xref:testing/appendix.adoc[Appendix] :: Spring properties. https://github.com/spring-projects/spring-framework/wiki[Wiki] :: What's New,