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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new a60eab52dd Using SHA1PRNG for WS-Security tests to avoid Jenkins 
hanging
a60eab52dd is described below

commit a60eab52ddd077e1767c786b1ce3cab95cc0b053
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Oct 12 12:05:44 2022 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 21a2d1cbd0..04ed1b80ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -458,6 +458,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>

Reply via email to