You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/05/03 16:12:29 UTC

[1/2] activemq-artemis git commit: This closes #2063

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 410cb9ee2 -> 85b8af686


This closes #2063


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/85b8af68
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/85b8af68
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/85b8af68

Branch: refs/heads/master
Commit: 85b8af686d4e82a7cb410a768039c637be481a48
Parents: 410cb9e 6acdb49
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu May 3 12:12:24 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 3 12:12:24 2018 -0400

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: [ARTEMIS-1844] Fix opening SSL connection in IBM JDK in tests

Posted by cl...@apache.org.
[ARTEMIS-1844] Fix opening SSL connection in IBM JDK in tests


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6acdb490
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6acdb490
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6acdb490

Branch: refs/heads/master
Commit: 6acdb490c8417bdf02936b9340c30afd3c73dd75
Parents: 410cb9e
Author: Radovan Stancel <rs...@redhat.com>
Authored: Thu May 3 10:31:21 2018 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 3 12:12:24 2018 -0400

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6acdb490/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1e133e..4233b6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -841,6 +841,15 @@
                   <version>3.1</version>
                   <configuration combine.self="override" />
                </plugin>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                     <systemPropertyVariables>
+                        <com.ibm.jsse2.overrideDefaultTLS>true</com.ibm.jsse2.overrideDefaultTLS>
+                     </systemPropertyVariables>
+                  </configuration>
+               </plugin>
             </plugins>
          </build>
       </profile>