You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2021/10/15 19:53:38 UTC

[cxf] branch 3.4.x-fixes updated: [CXF-8608]WSSCTest always failed with JDK8

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

ffang pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 6121317  [CXF-8608]WSSCTest always failed with JDK8
6121317 is described below

commit 612131768b984aefc1c9a0fa78327c87161986fc
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Fri Oct 15 15:52:41 2021 -0400

    [CXF-8608]WSSCTest always failed with JDK8
    
    (cherry picked from commit 11824047b6a9e639fd78be030b4667917836ed96)
---
 .../src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
index a5ffe53..934caef 100644
--- a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
+++ b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssc/WSSCTest.java
@@ -120,6 +120,7 @@ public class WSSCTest extends AbstractBusClientServerTestBase {
     @Parameters(name = "{0}")
     public static Collection<TestParam> data() {
         return Arrays.asList(new TestParam[] {
+            new TestParam("SecureConversation_UserNameOverTransport_IPingService", STAX_PORT2, true),
             new TestParam("SecureConversation_UserNameOverTransport_IPingService", PORT2, false),
             new TestParam("SecureConversation_MutualCertificate10SignEncrypt_IPingService", PORT, false),
             new TestParam("AC_IPingService", PORT, false),
@@ -200,7 +201,6 @@ public class WSSCTest extends AbstractBusClientServerTestBase {
             new TestParam("_XD-SEES_IPingService", STAX_PORT, false),
             new TestParam("_XD-ES_IPingService", STAX_PORT, false),
 
-            new TestParam("SecureConversation_UserNameOverTransport_IPingService", STAX_PORT2, true),
             // TODO Endorsing derived keys not supported.
             // new TestParam("SecureConversation_MutualCertificate10SignEncrypt_IPingService",
             //               STAX_PORT, true),