You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/18 11:48:32 UTC

[sling-org-apache-sling-karaf-features] branch master updated (2ecb8c4 -> 51d81dc)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git.


    from 2ecb8c4  SLING-8990 Switch configurations to OSGi R7 configuration format
     new 5ea11d3  SLING-8473 Provide Sling CMS features
     new 51d81dc  SLING-8473 Provide Sling CMS features

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/feature/feature.xml | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

[sling-org-apache-sling-karaf-features] 02/02: SLING-8473 Provide Sling CMS features

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit 51d81dce8b30f237f3b664802704f5854d0f952d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 18 13:43:03 2021 +0200

    SLING-8473 Provide Sling CMS features
    
    switch to 1.0.3-SNAPSHOT
---
 src/main/feature/feature.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 865d008..4742b58 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -727,10 +727,10 @@
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-transformer">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-transformer.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-ugc">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-ugc.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-versionmgr">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-versionmgr.json</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.api/0.16.3-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.core/0.16.3-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.transformer/0.16.3-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.ui/0.16.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.api/1.0.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.core/1.0.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.transformer/1.0.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.ui/1.0.3-SNAPSHOT</bundle>
     <!-- dependencies -->
     <feature>webconsole</feature>
     <feature version="${project.version}">sling</feature>
@@ -757,13 +757,13 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.fileoptim/0.9.4</bundle>
   </feature>
   <feature name="sling-cms-login" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.login/0.16.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.login/1.0.3-SNAPSHOT</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-auth-form</feature>
   </feature>
   <feature name="sling-cms-reference" version="${project.version}">
     <config external="true" name="org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory">classpath:cms/reference/org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory.json</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.cms.reference/0.16.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.cms.reference/1.0.3-SNAPSHOT</bundle>
     <feature version="${project.version}">sling-cms</feature>
   </feature>
   <feature name="sling-cms-author" version="${project.version}">

[sling-org-apache-sling-karaf-features] 01/02: SLING-8473 Provide Sling CMS features

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit 5ea11d38530650b8823f14670c609bbf98caac8f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue May 18 13:41:18 2021 +0200

    SLING-8473 Provide Sling CMS features
    
    clean up
---
 src/main/feature/feature.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index d110e92..865d008 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -702,7 +702,6 @@
   </feature>
   <!-- Apache Sling Applications and Samples -->
   <feature name="sling-cms" version="${project.version}">
-
     <config external="true" name="org.apache.sling.cms.core.internal.repository.DataStoreCleanupScheduler">classpath:cms/org.apache.sling.cms.core.internal.repository.DataStoreCleanupScheduler.json</config>
     <config external="true" name="org.apache.sling.cms.core.internal.repository.RevisionCleanupScheduler">classpath:cms/org.apache.sling.cms.core.internal.repository.RevisionCleanupScheduler.json</config>
     <config external="true" name="org.apache.sling.cms.core.internal.ResourceEditorAssociation~auth">classpath:cms/org.apache.sling.cms.core.internal.ResourceEditorAssociation~auth.json</config>
@@ -721,9 +720,7 @@
     <config external="true" name="org.apache.sling.engine.impl.auth.SlingAuthenticator">classpath:cms/org.apache.sling.engine.impl.auth.SlingAuthenticator.json</config>
     <config external="true" name="org.apache.sling.event.jobs.QueueConfiguration~sling-cms">classpath:cms/org.apache.sling.event.jobs.QueueConfiguration~sling-cms.json</config>
     <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole">classpath:cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole.json</config>
-    <!-- <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~sling-cms-core">classpath:cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~sling-cms-core.json</config> -->
     <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms">classpath:cms/org.apache.sling.jcr.repoinit.RepositoryInitializer~sling-cms.json</config>
-    <!-- move to Sling JCR? -->
     <config external="true" name="org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl">classpath:cms/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-error">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-error.json</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-metadata">classpath:cms/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-cms-metadata.json</config>