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 2020/04/07 20:04:42 UTC

[sling-org-apache-sling-karaf-features] branch master updated (337cab4 -> f7e974c)

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 337cab4  SLING-9317 Provide HttpComponents Client feature
     new 81f7f41  SLING-3027 Improve Launchpad Karaf Features
     new 2624250  SLING-3027 Improve Launchpad Karaf Features
     new ec338d7  SLING-3027 Improve Launchpad Karaf Features
     new cdb164f  SLING-3027 Improve Launchpad Karaf Features
     new f7e974c  SLING-3027 Improve Launchpad Karaf Features

The 5 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 | 78 ++++++++++++++++++++++----------------------
 1 file changed, 39 insertions(+), 39 deletions(-)


[sling-org-apache-sling-karaf-features] 05/05: 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 f7e974cdd3acd64b5abf799b5ff2a95d5d63605d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Apr 7 12:29:00 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    update mail dependencies and add proper activation bundle
---
 src/main/feature/feature.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 77f309e..3a700b5 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -108,9 +108,10 @@
     <feature version="${project.version}">sling-commons-crypto</feature>
     <feature version="${project.version}">sling-commons-messaging</feature>
     <feature version="${project.version}">sling-commons-threads</feature>
-    <bundle dependency="true">mvn:com.sun.mail/javax.mail/1.6.2</bundle>
-    <bundle dependency="true">mvn:javax.mail/javax.mail-api/1.6.2</bundle>
+    <bundle dependency="true">mvn:com.sun.mail/jakarta.mail/1.6.5</bundle>
+    <bundle dependency="true">mvn:jakarta.mail/jakarta.mail-api/1.6.5</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.10</bundle>
+    <bundle dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0</bundle>
   </feature>
   <feature name="sling-commons-metrics" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.metrics/1.2.8</bundle>


[sling-org-apache-sling-karaf-features] 03/05: 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 ec338d712184a24fb93e5c1425d4e512dad96611
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Apr 3 09:36:43 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    update Repoinit
---
 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 c3bacae..a8be951 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -398,12 +398,12 @@
     <feature version="${project.version}">sling-servlets</feature>
   </feature>
   <feature name="sling-jcr-repoinit" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.repoinit/1.1.22</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.repoinit/1.1.24</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-jcr</feature>
     <feature version="${project.version}">sling-jcr-jackrabbit-security</feature>
-    <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.repoinit.parser/1.5.2</bundle>
+    <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.repoinit.parser/1.6.2</bundle>
     <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.provisioning.model/1.8.4</bundle>
   </feature>
   <!-- Apache Sling Quickstart -->


[sling-org-apache-sling-karaf-features] 02/05: 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 2624250026ae7af9b8ed333b49f0d5745980216c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Apr 3 09:35:32 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    update Scripting Groovy and Groovy
---
 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 10e2cf4..c3bacae 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -490,13 +490,13 @@
     <bundle dependency="true">mvn:org.freemarker/freemarker/2.3.30</bundle>
   </feature>
   <feature name="sling-scripting-groovy" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.groovy/1.1.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.groovy/1.2.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-scripting</feature>
-    <bundle dependency="true">mvn:org.codehaus.groovy/groovy/2.5.0</bundle>
-    <bundle dependency="true">mvn:org.codehaus.groovy/groovy-json/2.5.0</bundle>
-    <bundle dependency="true">mvn:org.codehaus.groovy/groovy-templates/2.5.0</bundle>
+    <bundle dependency="true">mvn:org.codehaus.groovy/groovy/3.0.1</bundle>
+    <bundle dependency="true">mvn:org.codehaus.groovy/groovy-json/3.0.1</bundle>
+    <bundle dependency="true">mvn:org.codehaus.groovy/groovy-templates/3.0.1</bundle>
   </feature>
   <feature name="sling-scripting-java" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.java/2.1.2</bundle>


[sling-org-apache-sling-karaf-features] 01/05: 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 81f7f418ea2584c7c30a14c4171ed7988503285c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Apr 3 09:34:17 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    * Update JCR Oak Server
    * Update Jackrabbit and Oak
    * Switch from jackrabbit-api to oak-jackrabbit-api
---
 src/main/feature/feature.xml | 55 ++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 20e96d1..10e2cf4 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -227,8 +227,8 @@
     <feature version="${project.version}">jackrabbit-vault</feature>
     <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle>
     <bundle dependency="true">mvn:com.google.guava/guava/15.0</bundle>
-    <bundle dependency="true">mvn:org.apache.jackrabbit/jackrabbit-api/2.18.3</bundle>
-    <bundle dependency="true">mvn:org.apache.jackrabbit/jackrabbit-jcr-commons/2.18.3</bundle>
+    <bundle dependency="true">mvn:org.apache.jackrabbit/oak-jackrabbit-api/1.26.0</bundle>
+    <bundle dependency="true">mvn:org.apache.jackrabbit/jackrabbit-jcr-commons/2.20.0</bundle>
   </feature>
   <feature name="sling-healthcheck" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.hc.api/1.0.4</bundle>
@@ -441,11 +441,11 @@
     <config external="true" name="org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService</config>
     <config external="true" name="org.apache.jackrabbit.oak.segment.SegmentNodeStoreService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.segment.SegmentNodeStoreService</config>
     <feature version="${project.version}">sling-quickstart-oak</feature>
-    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.18.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-segment-tar/1.26.0</bundle>
     <!-- OAK-7263 oak-lucene should not depend on oak-store-document -->
-    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.18.0</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.26.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.4</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
     <capability>
@@ -459,11 +459,11 @@
     <config external="true" name="org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService</config>
     <config external="true" name="org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService</config>
     <feature version="${project.version}">sling-quickstart-oak</feature>
-    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.18.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-lucene/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-document/1.26.0</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.200</bundle>
     <bundle>mvn:org.mongodb/mongo-java-driver/3.12.2</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.4</bundle>
     <!-- capabilities -->
     <!-- OAK-7380 Add missing OSGi capabilities -->
     <capability>
@@ -589,14 +589,13 @@
   </feature>
   <!-- Apache Jackrabbit -->
   <feature name="jackrabbit" version="${project.version}">
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-api/2.18.3</bundle>
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-data/2.18.3</bundle>
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-jcr-commons/2.18.3</bundle>
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-jcr-rmi/2.18.3</bundle>
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-spi/2.18.3</bundle>
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-spi-commons/2.18.3</bundle>
-    <bundle>mvn:org.apache.jackrabbit/jackrabbit-webdav/2.18.3</bundle>
-    <!-- dependencies -->
+    <bundle>mvn:org.apache.jackrabbit/oak-jackrabbit-api/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/jackrabbit-data/2.20.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/jackrabbit-jcr-commons/2.20.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/jackrabbit-jcr-rmi/2.20.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/jackrabbit-spi/2.20.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/jackrabbit-spi-commons/2.20.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/jackrabbit-webdav/2.20.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">httpcomponents-client</feature>
     <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle>
@@ -613,17 +612,17 @@
     <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
   </feature>
   <feature name="jackrabbit-oak" version="${project.version}">
-    <bundle>mvn:org.apache.jackrabbit/oak-api/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-blob/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-blob-plugins/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-commons/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-core/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-core-spi/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-jcr/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-query-spi/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-security-spi/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-composite/1.18.0</bundle>
-    <bundle>mvn:org.apache.jackrabbit/oak-store-spi/1.18.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-api/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-blob/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-blob-plugins/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-commons/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-core/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-core-spi/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-jcr/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-query-spi/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-security-spi/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-composite/1.26.0</bundle>
+    <bundle>mvn:org.apache.jackrabbit/oak-store-spi/1.26.0</bundle>
     <!-- dependencies -->
     <feature>scr</feature>
     <feature version="${project.version}">sling-commons-metrics</feature>


[sling-org-apache-sling-karaf-features] 04/05: 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 cdb164f218f226bcf0a7e62cdb438d9795a6e191
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Apr 3 09:37:23 2020 +0200

    SLING-3027 Improve Launchpad Karaf Features
    
    update Installer
---
 src/main/feature/feature.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index a8be951..77f309e 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -340,7 +340,7 @@
   <!-- Apache Sling Installer -->
   <feature name="sling-installer" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.installer.console/1.1.0</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.installer.core/3.10.2</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.installer.core/3.11.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.installer.factory.configuration/1.3.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
@@ -352,14 +352,14 @@
     <feature version="${project.version}">sling-healthcheck</feature>
   </feature>
   <feature name="sling-installer-provider-file" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.installer.provider.file/1.2.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.installer.provider.file/1.2.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-installer</feature>
   </feature>
   <feature name="sling-installer-provider-jcr" version="${project.version}">
     <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_installer_jcr">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_installer_jcr</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-installer_jcr">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-installer_jcr</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.installer.provider.jcr/3.2.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.installer.provider.jcr/3.2.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-installer</feature>
     <feature version="${project.version}">sling-jcr</feature>