From 28954a94d6a2b743f72ed019751a564b89c3cc64 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Tue, 19 Mar 2024 10:22:11 +0100 Subject: [PATCH] remove outdated support instructions --- src/site/markdown/index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index f4f8cc8..aa62121 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -21,15 +21,6 @@ The following extensions are provided: * A [Reference Provider][reference-provider] implementation for context-aware configurations -### Supported AEM versions - -Context-Aware Configuration is supported in AEM 6.1, 6.2, 6.3 and upwards. AEM 6.0 is not supported. - -When you are using AEM 6.1 or 6.2 you have to additionally deploy the Apache Sling Context-Aware Configuration bundles (API, SPI, Impl) to AEM. In AEM 6.3 you have to update the Apache Sling Context-Aware Configuration SPI and Impl bundles to the latest version to use all features. - -See [Deploy and configure Context-Aware Configuration in AEM][deploy-configure-caconfig-in-aem] for details. - - ### AEM Version Support Matrix |Context-Aware Configuration Extensions for AEM version |AEM version supported @@ -50,7 +41,6 @@ Sources: https://github.com/wcm-io/io.wcm.caconfig.extensions [usage]: usage.html [changelog]: changes-report.html -[deploy-configure-caconfig-in-aem]: https://wcm.io/caconfig/deploy-configure-caconfig-in-aem.html [context-path-strategies]: context-path-strategies.html [persistence-strategies]: persistence-strategies.html [override-providers]: override-providers.html