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/02/07 21:33:23 UTC

[sling-org-apache-sling-karaf-features] branch master updated (42f630f -> a8a10d6)

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 42f630f  SLING-3027 Improve Launchpad Karaf Features
     new a7e59ac  SLING-3027 Improve Launchpad Karaf Features
     new a8a10d6  SLING-3027 Improve Launchpad Karaf 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 | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.

[sling-org-apache-sling-karaf-features] 02/02: 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 a8a10d6134ec95637e84398ae2a29052f83c1aaa
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Feb 7 22:26:22 2018 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    replace Tika (Uber) Bundle by Tika Parsers and PDFBox bundles, see SLING-7125
---
 src/main/feature/feature.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 880d6bb..69baed9 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -602,7 +602,10 @@
   <!-- Apache Tika -->
   <feature name="tika" version="${project.version}">
     <bundle>mvn:org.apache.tika/tika-core/${org.apache.tika.version}</bundle>
-    <bundle>mvn:org.apache.tika/tika-bundle/${org.apache.tika.version}</bundle>
+    <bundle>mvn:org.apache.tika/tika-parsers/${org.apache.tika.version}</bundle>
+    <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.8</bundle>
+    <bundle>mvn:org.apache.pdfbox/fontbox/2.0.8</bundle>
+    <bundle>mvn:org.apache.pdfbox/jempbox/1.8.13</bundle>
   </feature>
   <!-- Apache Sling Samples -->
   <feature name="sling-samples-fling" version="${project.version}">

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.

[sling-org-apache-sling-karaf-features] 01/02: 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 a7e59ac0f4baaa88a5a019a39d029f8b7bd1ab88
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Feb 7 21:48:41 2018 +0100

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

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 6a22f5e..880d6bb 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -122,7 +122,7 @@
     <bundle dependency="true">mvn:io.dropwizard.metrics/metrics-core/3.2.6</bundle>
   </feature>
   <feature name="sling-commons-threads" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.commons.threads/3.2.10</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.commons.threads/3.2.16</bundle>
     <!-- dependencies -->
     <feature>config</feature>
   </feature>
@@ -139,9 +139,9 @@
   </feature>
   <feature name="sling-discovery" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.discovery.api/1.0.4</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.base/2.0.4</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.base/2.0.8</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.discovery.commons/1.0.20</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.support/1.0.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.discovery.support/1.0.4</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle>
@@ -196,7 +196,7 @@
     <feature version="${project.version}">sling</feature>
   </feature>
   <feature name="sling-fsresource" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.fsresource/2.1.10</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.fsresource/2.1.12</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">jackrabbit-vault</feature>
@@ -218,7 +218,7 @@
   <feature name="sling-i18n" version="${project.version}">
     <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_i18n">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_i18n</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n</config>
-    <bundle>mvn:org.apache.sling/org.apache.sling.i18n/2.5.10</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.i18n/2.5.12</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
   </feature>
@@ -238,20 +238,21 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.models.jacksonexporter/1.0.8</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-models</feature>
-    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.3</bundle>
-    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.9.3</bundle>
-    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.9.3</bundle>
+    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.4</bundle>
+    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.9.4</bundle>
+    <bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.9.4</bundle>
   </feature>
   <feature name="sling-pipes" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.pipes/1.1.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.pipes/2.0.2</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">jackrabbit</feature>
     <feature version="${project.version}">sling-event</feature>
+    <feature version="${project.version}">sling-models</feature>
     <feature version="${project.version}">sling-query</feature>
   </feature>
   <feature name="sling-query" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.query/3.0.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.query/4.0.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle>
@@ -408,7 +409,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.nosql.mongodb-resourceprovider/1.1.0</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling-nosql-generic</feature>
-    <bundle dependency="true">mvn:org.mongodb/mongo-java-driver/3.6.1</bundle>
+    <bundle dependency="true">mvn:org.mongodb/mongo-java-driver/3.6.2</bundle>
   </feature>
   <!-- Apache Sling Quickstart -->
   <feature name="sling-quickstart-nosql-couchbase" version="${project.version}">
@@ -461,7 +462,7 @@
     <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/${org.apache.jackrabbit.oak.version}</bundle>
-    <bundle>mvn:org.mongodb/mongo-java-driver/3.6.1</bundle>
+    <bundle>mvn:org.mongodb/mongo-java-driver/3.6.2</bundle>
     <bundle>mvn:com.h2database/h2-mvstore/1.4.196</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.1.4</bundle>
   </feature>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.