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 2018/12/17 10:42:27 UTC

[sling-org-apache-sling-karaf-features] branch master updated (ec5e4c6 -> 1f26f32)

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 ec5e4c6  SLING-8149 Remove feature sling-discovery-impl
     new 2059321  SLING-3027 Improve Launchpad Karaf Features
     new ce480f6  SLING-3027 Improve Launchpad Karaf Features
     new 6aa5d9d  SLING-8179 Remove feature sling-auth-selector
     new 1f26f32  SLING-8180 Remove feature sling-auth-openid

The 4 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 | 23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)


[sling-org-apache-sling-karaf-features] 01/04: SLING-3027 Improve Launchpad Karaf 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 2059321779fa7baad0d39e3242c0b733e6f4c158
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 9 11:04:54 2018 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    use latest releases
---
 src/main/feature/feature.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index c7c7433..112e491 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -87,7 +87,7 @@
     <feature version="${project.version}">sling-commons-classloader</feature>
   </feature>
   <feature name="sling-commons-classloader" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.commons.classloader/1.4.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.commons.classloader/1.4.4</bundle>
   </feature>
   <feature name="sling-commons-fsclassloader" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.fsclassloader/1.0.8</bundle>
@@ -377,7 +377,7 @@
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.api/2.4.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.5-SNAPSHOT</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.3-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.2.6</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle>
     <!-- (not using org.apache.sling.jcr.jcr-wrapper) -->


[sling-org-apache-sling-karaf-features] 04/04: SLING-8180 Remove feature sling-auth-openid

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 1f26f326b8cc25e1f8df0882251116af96e7d33b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 17 11:38:28 2018 +0100

    SLING-8180 Remove feature sling-auth-openid
---
 src/main/feature/feature.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index a736903..2d80a41 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -62,11 +62,6 @@
     <feature version="${project.version}">sling</feature>
     <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle>
   </feature>
-  <feature name="sling-auth-openid" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.auth.openid/1.0.4</bundle>
-    <!-- dependencies -->
-    <feature version="${project.version}">sling</feature>
-  </feature>
   <!-- Apache Sling Commons -->
   <feature name="sling-commons-clam" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.clam/1.0.2</bundle>


[sling-org-apache-sling-karaf-features] 03/04: SLING-8179 Remove feature sling-auth-selector

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 6aa5d9d8040fc08792a9bfce0171634b66710dbf
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 17 11:35:12 2018 +0100

    SLING-8179 Remove feature sling-auth-selector
---
 src/main/feature/feature.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index b880474..a736903 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -67,12 +67,6 @@
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
   </feature>
-  <feature name="sling-auth-selector" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.auth.selector/1.0.6</bundle>
-    <!-- dependencies -->
-    <feature version="${project.version}">sling-auth-form</feature>
-    <feature version="${project.version}">sling-auth-openid</feature>
-  </feature>
   <!-- Apache Sling Commons -->
   <feature name="sling-commons-clam" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.clam/1.0.2</bundle>


[sling-org-apache-sling-karaf-features] 02/04: SLING-3027 Improve Launchpad Karaf 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 ce480f687b5adca315e2bf99352dea09d13b7baf
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 16 20:30:21 2018 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    use latest releases
---
 src/main/feature/feature.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 112e491..b880474 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -376,7 +376,7 @@
     <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.api/2.4.0</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.5-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.6</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.2.6</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle>
@@ -480,7 +480,7 @@
     <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.8.8</bundle>
     <!-- OAK-7263 oak-lucene should not depend on oak-store-document -->
     <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.8.8</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.1-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
     <capability>
@@ -496,7 +496,7 @@
     <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.8.8</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.197</bundle>
     <bundle>mvn:org.mongodb/mongo-java-driver/3.9.1</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.1-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
     <capability>
@@ -589,7 +589,7 @@
   <!-- Apache Sling Servlets -->
   <feature name="sling-servlets" version="${project.version}">
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.servlets.get/2.1.38</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.servlets.get/2.1.40</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.servlets.post/2.3.26</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.servlets.resolver/2.4.24</bundle>
     <!-- dependencies -->