You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2022/10/12 10:38:05 UTC

[santuario-xml-security-java] branch main updated: Using SHA1PRNG for the tests to prevent Jenkins hanging

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/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new fbcf9bde Using SHA1PRNG for the tests to prevent Jenkins hanging
fbcf9bde is described below

commit fbcf9bde8b257b123fcb5d0b6d3f9f9bf01af692
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 12 11:37:45 2022 +0100

    Using SHA1PRNG for the tests to prevent Jenkins hanging
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index b72ed432..82ec8777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,6 +464,7 @@
                                     <!--<jakarta.xml.bind.JAXBContext>${xmlsec.jaxb.context.class}</jakarta.xml.bind.JAXBContext>-->
                                     <log4j.configurationFile>src/test/resources/log4j2.xml</log4j.configurationFile>
                                     <javax.xml.accessExternalDTD>file</javax.xml.accessExternalDTD>
+                                    <org.apache.xml.security.securerandom.algorithm>SHA1PRNG</org.apache.xml.security.securerandom.algorithm>
                                 </systemPropertyVariables>
                             </configuration>
                         </plugin>
@@ -510,6 +511,7 @@
                                     <log4j.configurationFile>src/test/resources/log4j2.xml</log4j.configurationFile>
                                     <!--<jakarta.xml.bind.JAXBContext>${xmlsec.jaxb.context.class}</jakarta.xml.bind.JAXBContext>-->
                                     <javax.xml.accessExternalDTD>file</javax.xml.accessExternalDTD>
+                                    <org.apache.xml.security.securerandom.algorithm>SHA1PRNG</org.apache.xml.security.securerandom.algorithm>
                                 </systemPropertyVariables>
                             </configuration>
                         </plugin>