You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/08/27 22:31:25 UTC

[directory-server] branch master updated: rolled back to surefire 2.19 for osgi-test, to speedup them. Bumped up some dependencies. Refering to LDAP API 2.0.0.1M2-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f8cfb  rolled back to surefire 2.19 for osgi-test, to speedup them. Bumped up some dependencies. Refering to LDAP API 2.0.0.1M2-SNAPSHOT
66f8cfb is described below

commit 66f8cfbd1292554144061d45c254b6f601fc0c98
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Tue Aug 28 00:31:20 2018 +0200

    rolled back to surefire 2.19 for osgi-test, to speedup them. Bumped up some dependencies. Refering to LDAP API 2.0.0.1M2-SNAPSHOT
---
 osgi-integ/pom.xml | 10 ++++++++++
 pom.xml            |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/osgi-integ/pom.xml b/osgi-integ/pom.xml
index 507d804..cf9ab8e 100644
--- a/osgi-integ/pom.xml
+++ b/osgi-integ/pom.xml
@@ -275,6 +275,16 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <!-- ==================================== -->
+        <!-- We use 2.19.1 because newer versions -->
+        <!-- are slowing down the OSGi tests in a -->
+        <!-- terrible way (factor 10 slower).     -->
+        <!-- This most certainly has to do with   -->
+        <!-- the JVM shutdown, because the tests  -->
+        <!-- themselves are 'fast' (a couple of   -->
+        <!-- each).                               -->
+        <!-- ==================================== -->
+        <version>2.19.1</version>
         <configuration>
             <forkCount>1</forkCount>
             <reuseForks>false</reuseForks>
diff --git a/pom.xml b/pom.xml
index 4c46413..597141f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,10 @@
     <!--additionalparam>-Xdoclint:none</additionalparam-->
 
     <!-- Set versions for depending projects -->
-    <org.apache.directory.api.version>2.0.0.AM1</org.apache.directory.api.version>
+    <org.apache.directory.api.version>2.0.0.AM2-SNAPSHOT</org.apache.directory.api.version>
     <org.apache.directory.mavibot.version>1.0.0-M8</org.apache.directory.mavibot.version>
     <org.apache.directory.checkstyle-configuration.version>0.3</org.apache.directory.checkstyle-configuration.version>
-    <org.apache.directory.junit.junit-addons.version>0.1</org.apache.directory.junit.junit-addons.version>
+    <org.apache.directory.junit.junit-addons.version>2.0.0</org.apache.directory.junit.junit-addons.version>
     <org.apache.directory.jdbm.version>2.0.0-M3</org.apache.directory.jdbm.version>
     <skin.version>1.0.3</skin.version>
     
@@ -77,7 +77,7 @@
     <maven.plugin.api.version>3.3.9</maven.plugin.api.version>
     <maven.project.version>3.0-alpha-2</maven.project.version>
     <mina.core.version>2.0.18</mina.core.version>
-    <org.apache.felix.version>5.6.10</org.apache.felix.version>
+    <org.apache.felix.version>6.0.0</org.apache.felix.version>
     <pax-exam.version>4.11.0</pax-exam.version>
     <pax-url.version>2.5.4</pax-url.version>
     <plexus.utils.version>3.0.24</plexus.utils.version>