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/06/01 20:18:49 UTC

[sling-site] branch master updated: release Testing PaxExam 3.0.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 42237fd  release Testing PaxExam 3.0.0
42237fd is described below

commit 42237fdf8ddc8f5bcc480a32ee3fdb4e2c9a1cf5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 1 22:06:06 2019 +0200

    release Testing PaxExam 3.0.0
---
 .../documentation/development/testing-paxexam.md   | 23 +++++++++++-----------
 src/main/jbake/content/releases.md                 |  4 ++++
 src/main/jbake/templates/downloads.tpl             |  2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index aba0232..8bc949a 100644
--- a/src/main/jbake/content/documentation/development/testing-paxexam.md
+++ b/src/main/jbake/content/documentation/development/testing-paxexam.md
@@ -17,10 +17,11 @@ The setups and examples on this page show how to run fully isolated tests in sep
 
 ## Features
 
-* run integration tests in a *tailored* Sling instance in the *same module* (with the build artifact under test)
-* use different versions in build (e.g. *minimal*) and tests (e.g. *latest*)
-* overriding of versions
-* build bundles with test content and OSGi DS services on-the-fly (no need for extra modules)
+* Run integration tests in a *tailored* Sling instance in the *same module* (with the build artifact under test)
+* Use different versions in build (e.g. *minimal*) and tests (e.g. *latest*)
+* Overriding of versions
+* Adjusting of provided `Option`s (`ModifiableCompositeOption`s – [PAXEXAM-919](https://ops4j1.jira.com/browse/PAXEXAM-919))
+* Build bundles with test content and OSGi DS services on-the-fly (no need for extra modules)
 
 
 ## Getting Started
@@ -34,7 +35,7 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling:
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>2.0.0</version>
+      <version>3.0.0</version>
       <scope>provided</scope>
     </dependency>
 
@@ -42,7 +43,7 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling:
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.10</version>
+      <version>6.0.3</version>
       <scope>test</scope>
     </dependency>
 
@@ -57,31 +58,31 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling:
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam</artifactId>
-      <version>4.11.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-cm</artifactId>
-      <version>4.11.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-forked</artifactId>
-      <version>4.11.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-junit4</artifactId>
-      <version>4.11.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-link-mvn</artifactId>
-      <version>4.11.0</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index e27758d..1d4ee3b 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -6,6 +6,10 @@ tableOfContents=false
 ~~~~~~
 This is a list of all our releases, available from our [downloads](/downloads.cgi) page.
 
+## June 2019
+
+* Testing PaxExam 3.0.0 (1st)
+
 ## May 2019
 
 * Scripting Core 2.0.58 (27th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 4d7ceb3..ca3038d 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -227,7 +227,7 @@ def bundles=[
   "Testing OSGi Mock Core|org.apache.sling.testing.osgi-mock.core|2.4.8|org.apache.sling.testing.osgi-mock|jar",
   "Testing OSGi Mock JUnit 4|org.apache.sling.testing.osgi-mock.junit4|2.4.8|org.apache.sling.testing.osgi-mock|jar",
   "Testing OSGi Mock JUnit 5|org.apache.sling.testing.osgi-mock.junit5|2.4.8|org.apache.sling.testing.osgi-mock|jar",
-  "Testing PaxExam|org.apache.sling.testing.paxexam|2.0.0|Y|jar",
+  "Testing PaxExam|org.apache.sling.testing.paxexam|3.0.0|Y|jar",
   "Testing Rules|org.apache.sling.testing.rules|1.0.8|Y|jar",
   "Testing Resource Resolver Mock|org.apache.sling.testing.resourceresolver-mock|1.1.24|Y|jar",
   "Testing Server Setup Tools|org.apache.sling.testing.serversetup|1.0.1|Y|jar",