From adb8dc3b9011d5d9fc74a5343e9bde4a2287ec71 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Mon, 16 Aug 2021 12:12:10 +0200 Subject: [PATCH 1/5] [gitflow-maven-plugin] Update for next development version 1.8.7-SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 555aa19..d751979 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ io.wcm io.wcm.caconfig.extensions - 1.8.6 + 1.8.7-SNAPSHOT jar Context-Aware Configuration Extensions for AEM @@ -49,7 +49,7 @@ caconfig/extensions - 2021-08-16T10:10:44Z + 2021-08-16T10:12:06Z From 380dd7f79a8c1766a92eba08e9cd590e9252289b Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Sun, 5 Sep 2021 10:43:06 +0200 Subject: [PATCH 2/5] add AEMaaCS support info --- src/site/markdown/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 7c7834f..ac6e58e 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -34,7 +34,7 @@ See [Deploy and configure Context-Aware Configuration in AEM][deploy-configure-c |Context-Aware Configuration Extensions for AEM version |AEM version supported |-------------------------------------------------------|---------------------- -|1.8.x or higher |AEM 6.4+ +|1.8.x or higher |AEM 6.4+, AEMaaCS |1.7.x |AEM 6.3+ |1.6.x |AEM 6.2+ |1.0.x - 1.5.x |AEM 6.1+ From d78094ac89136713d35e00a4baa3fea21e347306 Mon Sep 17 00:00:00 2001 From: Christoph Nagel Date: Tue, 2 Nov 2021 16:14:51 +0100 Subject: [PATCH 3/5] WCON-86 lower loglevel for warning in ToolsConfigPagePersistenceStrategy (#38) * WCON-86 lower loglevel for warning in ToolsConfigPagePersistenceStrategy * WCON-86 update changelog Co-authored-by: Christoph Nagel Co-authored-by: Stefan Seifert --- changes.xml | 6 ++++++ .../impl/ToolsConfigPagePersistenceStrategy.java | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index 0f658d9..4ac991e 100644 --- a/changes.xml +++ b/changes.xml @@ -23,6 +23,12 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> + + + Do not generate warnings for not allowed postfixes. + + + Eliminate usage of Commons Collections 3. diff --git a/src/main/java/io/wcm/caconfig/extensions/persistence/impl/ToolsConfigPagePersistenceStrategy.java b/src/main/java/io/wcm/caconfig/extensions/persistence/impl/ToolsConfigPagePersistenceStrategy.java index 931dab0..eb1860a 100644 --- a/src/main/java/io/wcm/caconfig/extensions/persistence/impl/ToolsConfigPagePersistenceStrategy.java +++ b/src/main/java/io/wcm/caconfig/extensions/persistence/impl/ToolsConfigPagePersistenceStrategy.java @@ -288,7 +288,7 @@ private String checkPath(final ContextResource contextResource, final String che for (String bucketName : bucketNames) { String notAllowedPostfix = "/" + bucketName; if (ref != null && ref.endsWith(notAllowedPostfix)) { - log.warn("Ignoring reference to {} from {} - Probably misconfigured as it ends with '{}'", + log.debug("Ignoring reference to {} from {} - Probably misconfigured as it ends with '{}'", contextResource.getConfigRef(), contextResource.getResource().getPath(), notAllowedPostfix); ref = null; } From 7e7571d4d0f5092b45d513a8176be7e4c407cc01 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 10 Nov 2021 15:38:42 +0100 Subject: [PATCH 4/5] prepare release --- changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index 4ac991e..198a83a 100644 --- a/changes.xml +++ b/changes.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> - + Do not generate warnings for not allowed postfixes. From cb6c99b0e22b53e5e3c02530eb66596013de6a80 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 10 Nov 2021 15:41:22 +0100 Subject: [PATCH 5/5] [gitflow-maven-plugin] Update versions for release 1.8.8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d751979..d632094 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ io.wcm io.wcm.caconfig.extensions - 1.8.7-SNAPSHOT + 1.8.8 jar Context-Aware Configuration Extensions for AEM @@ -49,7 +49,7 @@ caconfig/extensions - 2021-08-16T10:12:06Z + 2021-11-10T14:41:17Z