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/03 05:17:35 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated (608a73a -> afb63b0)

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-distribution.git.


    from 608a73a  SLING-9292 Update to Sling Parent 38
     new 18bee6e  SLING-9297 Add dedicated RepositoryInitializer configs for sling-mapping and sling-readall
     new 85abd26  SLING-9299 Provide Commons OSGi feature
     new afb63b0  SLING-9317 Provide HttpComponents Client feature

The 3 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:
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)


[sling-org-apache-sling-karaf-distribution] 02/03: SLING-9299 Provide Commons OSGi feature

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-distribution.git

commit 85abd26168560b72e6fcec778f97f7f2e9ec5839
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Mar 30 14:21:00 2020 +0200

    SLING-9299 Provide Commons OSGi feature
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0487e2b..87ee8ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,6 +456,7 @@
             <feature>sling-commons-messaging</feature>
             <feature>sling-commons-messaging-mail</feature>
             <feature>sling-commons-metrics</feature>
+            <feature>sling-commons-osgi</feature>
             <feature>sling-commons-scheduler</feature>
             <feature>sling-commons-threads</feature>
             <!-- Apache Sling Extensions -->


[sling-org-apache-sling-karaf-distribution] 01/03: SLING-9297 Add dedicated RepositoryInitializer configs for sling-mapping and sling-readall

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-distribution.git

commit 18bee6e6f1f94c2e2b6fa029a04713cb214c5697
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 29 16:29:05 2020 +0200

    SLING-9297 Add dedicated RepositoryInitializer configs for sling-mapping and sling-readall
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8bc7018..0487e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,6 +238,22 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_mapping</classifier>
+      <type>config</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_readall</classifier>
+      <type>config</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <version>0.1.1-SNAPSHOT</version>
       <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_scripting</classifier>
       <type>config</type>
       <scope>runtime</scope>


[sling-org-apache-sling-karaf-distribution] 03/03: SLING-9317 Provide HttpComponents Client feature

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-distribution.git

commit afb63b0b9b0a01080c736d685cd3f5cd4273b5dc
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Apr 1 21:22:19 2020 +0200

    SLING-9317 Provide HttpComponents Client feature
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 87ee8ba..5f5a8a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,6 +515,8 @@
             <feature>sling-starter-content</feature>
             <!-- Apache Felix Healthcheck -->
             <feature>felix-healthcheck</feature>
+            <!-- Apache HttpComponents Client -->
+            <feature>httpcomponents-client</feature>
             <!-- Apache Jackrabbit -->
             <feature>jackrabbit</feature>
             <feature>jackrabbit-oak</feature>