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 2019/12/08 14:47:27 UTC

[sling-org-apache-sling-karaf-features] branch master updated (f453084 -> 54ea426)

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 f453084  SLING-8887 Provide Commons Crypto feature
     new 81674c7  SLING-8887 Provide Commons Crypto feature
     new 54ea426  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 | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)


[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 54ea4267d23b757dcaa9d858b81dd92b1a81727f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 8 15:44:56 2019 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    Remove Fling snapshot
---
 src/main/feature/feature.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index ea9e602..a12884b 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -674,19 +674,6 @@
     <bundle>mvn:org.apache.pdfbox/jempbox/1.8.16</bundle>
   </feature>
   <!-- Apache Sling Samples -->
-  <feature name="sling-samples-fling" version="${project.version}">
-    <bundle>mvn:org.apache.sling.samples/org.apache.sling.samples.fling/0.0.1-SNAPSHOT</bundle>
-    <!-- dependencies -->
-    <feature version="${project.version}">sling</feature>
-    <feature version="${project.version}">sling-scripting-thymeleaf</feature>
-    <feature version="${project.version}">sling-commons-messaging</feature>
-    <feature version="${project.version}">sling-commons-messaging-mail</feature>
-    <feature version="${project.version}">sling-models</feature>
-    <feature version="${project.version}">sling-query</feature>
-    <feature version="${project.version}">sling-validation</feature>
-    <feature version="${project.version}">sling-installer-provider-jcr</feature>
-    <feature version="${project.version}">sling-auth-form</feature>
-  </feature>
   <!-- Composum -->
   <feature name="composum-nodes" version="${project.version}">
     <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum_nodes">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum_nodes</config>


[sling-org-apache-sling-karaf-features] 01/02: SLING-8887 Provide Commons Crypto 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-features.git

commit 81674c75735a1d10fc505ab4dad9f0e133c0d0c0
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 8 15:41:33 2019 +0100

    SLING-8887 Provide Commons Crypto feature
    
    Add missing scr dependency
---
 src/main/feature/feature.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 26eae37..ea9e602 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -75,6 +75,8 @@
   </feature>
   <feature name="sling-commons-crypto" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.crypto/1.0.0-SNAPSHOT</bundle>
+    <!-- dependencies -->
+    <feature>scr</feature>
     <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.9</bundle>
     <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1</bundle>
   </feature>