You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2017/12/12 23:47:42 UTC

[directory-server] branch master updated (19af188 -> 6ae7af2)

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

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


    from 19af188  Merge branch 'master' into apacheds-value
     new 770e88f  Update parent pom
     new 4ad6223  Fix checkstyle error
     new 6ae7af2  Try to use new JVM for each test class

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:
 .../server/core/partition/ldif/SingleFileLdifPartition.java       | 2 +-
 osgi-integ/pom.xml                                                | 8 ++++++++
 pom.xml                                                           | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@directory.apache.org" <co...@directory.apache.org>'].

[directory-server] 01/03: Update parent pom

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 770e88f9dc3225d910d45a4db91ef2605c60ee60
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Dec 13 00:46:59 2017 +0100

    Update parent pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5428d43..d19c1ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>35</version>
+    <version>41</version>
     <relativePath />
   </parent>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.

[directory-server] 02/03: Fix checkstyle error

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4ad62235c77dbcc6b0e2935fc5cb60331fa9d931
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Dec 13 00:47:15 2017 +0100

    Fix checkstyle error
---
 .../directory/server/core/partition/ldif/SingleFileLdifPartition.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldif-partition/src/main/java/org/apache/directory/server/core/partition/ldif/SingleFileLdifPartition.java b/ldif-partition/src/main/java/org/apache/directory/server/core/partition/ldif/SingleFileLdifPartition.java
index 6dfc46b..481984c 100644
--- a/ldif-partition/src/main/java/org/apache/directory/server/core/partition/ldif/SingleFileLdifPartition.java
+++ b/ldif-partition/src/main/java/org/apache/directory/server/core/partition/ldif/SingleFileLdifPartition.java
@@ -431,7 +431,7 @@ public class SingleFileLdifPartition extends AbstractLdifPartition
         }
 
 
-        public RandomAccessLdifReader( SchemaManager schemaManager ) throws LdapException
+        RandomAccessLdifReader( SchemaManager schemaManager ) throws LdapException
         {
             try
             {

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.

[directory-server] 03/03: Try to use new JVM for each test class

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6ae7af265d87d388d7321fff89982a3a4e3c69be
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Dec 13 00:47:28 2017 +0100

    Try to use new JVM for each test class
---
 osgi-integ/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/osgi-integ/pom.xml b/osgi-integ/pom.xml
index d4d23f7..82261a4 100644
--- a/osgi-integ/pom.xml
+++ b/osgi-integ/pom.xml
@@ -272,6 +272,14 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+            <forkCount>1</forkCount>
+            <reuseForks>false</reuseForks>
+        </configuration>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@directory.apache.org" <co...@directory.apache.org>.