You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2020/01/17 18:59:05 UTC

[mina-sshd] branch master updated (c7b9314 -> ac05466)

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

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.


    from c7b9314  Upgraded Spring integration version to 5.2.2
     new a722fad  Downgrade plexus archiver to 4.1.0
     new ac05466  Improve test success rate for sshd-mina

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           | 2 +-
 sshd-mina/pom.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)


[mina-sshd] 02/02: Improve test success rate for sshd-mina

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit ac05466fb62d2bf3d40a13e4854bdd4af8455093
Author: Guillaume Nodet <gn...@apache.org>
AuthorDate: Fri Jan 17 19:58:53 2020 +0100

    Improve test success rate for sshd-mina
---
 sshd-mina/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index c2439aa..0e2de3b 100644
--- a/sshd-mina/pom.xml
+++ b/sshd-mina/pom.xml
@@ -160,6 +160,8 @@
                 <configuration>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <reportsDirectory>${project.build.directory}/surefire-reports-mina</reportsDirectory>
+                    <forkCount>1</forkCount>
+                    <reuseForks>false</reuseForks>
                     <excludes>
                             <!-- These tests use NIO explicitly -->
                         <exclude>**/*LoadTest.java</exclude>


[mina-sshd] 01/02: Downgrade plexus archiver to 4.1.0

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit a722fad478b60960da66918a0e877581aca4a8ce
Author: Guillaume Nodet <gn...@apache.org>
AuthorDate: Fri Jan 17 14:13:25 2020 +0100

    Downgrade plexus archiver to 4.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d52dab..e804188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
 
         <surefire.plugin.version>2.22.2</surefire.plugin.version>
         <maven.archiver.version>3.5.0</maven.archiver.version>
-        <plexus.archiver.version>4.2.1</plexus.archiver.version>
+        <plexus.archiver.version>4.1.0</plexus.archiver.version>
         <!-- See https://pmd.github.io/ for available latest version -->
         <pmd.version>6.20.0</pmd.version>
     </properties>