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/02 10:53:50 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (fce157a -> 1f03850)

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-launchpad-oak-tar-integration-tests.git.


    from fce157a  SLING-3821 Run launchpad integration tests against Sling on Karaf
     new 9eeea22  SLING-8143 Update Pax Exam to 4.13.0
     new 1f03850  SLING-3821 Run launchpad integration tests against Sling on Karaf

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:
 pom.xml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-8143 Update Pax Exam to 4.13.0

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-launchpad-oak-tar-integration-tests.git

commit 9eeea228e1ed1f31ad81c72a3f8b555d3adacfbd
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 2 11:13:28 2018 +0100

    SLING-8143 Update Pax Exam to 4.13.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e9b207..232ce2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,19 +104,19 @@
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.12.0</version>
+      <version>4.13.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-karaf</artifactId>
-      <version>4.12.0</version>
+      <version>4.13.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>
-      <version>4.12.0</version>
+      <version>4.13.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-3821 Run launchpad integration tests against Sling on Karaf

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-launchpad-oak-tar-integration-tests.git

commit 1f03850e6b7202c64c2293ea79982ce8e0f5bba6
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 2 11:46:35 2018 +0100

    SLING-3821 Run launchpad integration tests against Sling on Karaf
    
    update dependencies and add additional ready path
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 232ce2e..cf33c43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-      <version>1.0.7-SNAPSHOT</version>
+      <version>1.0.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -146,13 +146,13 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.test-services</artifactId>
-      <version>2.0.15-SNAPSHOT</version>
+      <version>2.0.16</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.test-fragment</artifactId>
-      <version>2.0.14</version>
+      <version>2.0.16</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -164,13 +164,13 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore-osgi</artifactId>
-      <version>4.4.9</version>
+      <version>4.4.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient-osgi</artifactId>
-      <version>4.5.5</version>
+      <version>4.5.6</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -248,6 +248,7 @@
                 <server.ready.path.1>/:script src="/system/sling.js"</server.ready.path.1>
                 <server.ready.path.2>/bin/browser.html</server.ready.path.2>
                 <server.ready.path.3>/sling-test/sling/sling-test.html:Sling client library tests</server.ready.path.3>
+                <server.ready.path.4>/org.apache.sling.launchpad.testservices.repository.FirstRepositoryInitializer/SecondRepositoryInitializer.txt</server.ready.path.4>
                 <server.ready.timeout.seconds>120</server.ready.timeout.seconds>
               </systemPropertyVariables>
               <dependenciesToScan>