From 88a7ca0b0ab0d8a96b6a559bb2a829d80fb15ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 17 Jan 2024 16:57:58 +0100 Subject: [PATCH] Rename class-data-sharing.adoc to cds.adoc Closes gh-32044 --- framework-docs/modules/ROOT/nav.adoc | 2 +- .../pages/integration/{class-data-sharing.adoc => cds.adoc} | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename framework-docs/modules/ROOT/pages/integration/{class-data-sharing.adoc => cds.adoc} (98%) diff --git a/framework-docs/modules/ROOT/nav.adoc b/framework-docs/modules/ROOT/nav.adoc index 9a9b4e831f..611de4bd83 100644 --- a/framework-docs/modules/ROOT/nav.adoc +++ b/framework-docs/modules/ROOT/nav.adoc @@ -421,7 +421,7 @@ *** xref:integration/cache/specific-config.adoc[] ** xref:integration/observability.adoc[] ** xref:integration/checkpoint-restore.adoc[] -** xref:integration/class-data-sharing.adoc[] +** xref:integration/cds.adoc[] ** xref:integration/appendix.adoc[] * xref:languages.adoc[] ** xref:languages/kotlin.adoc[] diff --git a/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc b/framework-docs/modules/ROOT/pages/integration/cds.adoc similarity index 98% rename from framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc rename to framework-docs/modules/ROOT/pages/integration/cds.adoc index 865b4552ad..4b167a50bc 100644 --- a/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc +++ b/framework-docs/modules/ROOT/pages/integration/cds.adoc @@ -1,5 +1,6 @@ -[[class-data-sharing]] -= Class Data Sharing +[[cds]] += CDS +:page-aliases: integration/class-data-sharing.adoc Class Data Sharing (CDS) is a https://docs.oracle.com/en/java/javase/17/vm/class-data-sharing.html[JVM feature] that can help reduce the startup time and memory footprint of Java applications.