You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/10/13 16:11:08 UTC

[cxf] 01/03: Using SHA1PRNG for WS-Security tests to avoid Jenkins hanging

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

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

commit 33e606c55927f34f3a2414bd1386931745357f38
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 12 12:05:44 2022 +0100

    Using SHA1PRNG for WS-Security tests to avoid Jenkins hanging
    
    (cherry picked from commit a60eab52ddd077e1767c786b1ce3cab95cc0b053)
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index a1a5661586..6f81a67c45 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -499,6 +499,7 @@
                             <server.launcher.vmargs>${cxf.server.launcher.vmargs}</server.launcher.vmargs>
                             <org.apache.cxf.transport.http.async.usePolicy>ASYNC_ONLY</org.apache.cxf.transport.http.async.usePolicy>
                             <org.apache.cxf.transport.websocket.atmosphere.disabled>${org.apache.cxf.transport.websocket.atmosphere.disabled}</org.apache.cxf.transport.websocket.atmosphere.disabled>
+                            <org.apache.xml.security.securerandom.algorithm>SHA1PRNG</org.apache.xml.security.securerandom.algorithm>
                         </systemPropertyVariables>
                     </configuration>
                 </plugin>