coheigea edited a comment on pull request #8: URL: https://github.com/apache/santuario-xml-security-java/pull/8#issuecomment-735611886
@peterdemaeyer The tests fail for me with both Java 8 + 11. What I am doing is downloading the following + running mvn install: https://patch-diff.githubusercontent.com/raw/apache/santuario-xml-security-java/pull/8.patch https://patch-diff.githubusercontent.com/raw/apache/ws-wss4j/pull/15.patch Then with CXF master: ``` diff --git a/parent/pom.xml b/parent/pom.xml index 2b0b167fd3..3537abe3c2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -222,7 +222,7 @@ <cxf.woodstox.core.version>6.2.1</cxf.woodstox.core.version> <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version> <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version> - <cxf.wss4j.version>2.3.0</cxf.wss4j.version> + <cxf.wss4j.version>2.4.0-SNAPSHOT</cxf.wss4j.version> <cxf.xalan.version>2.7.2</cxf.xalan.version> <cxf.xerces.version>2.12.0</cxf.xerces.version> <cxf.xmlschema.version>2.2.5</cxf.xmlschema.version> @@ -266,7 +266,7 @@ <cxf.xalan.bundle.version>2.7.2_3</cxf.xalan.bundle.version> <cxf.xerces.bundle.version>2.12.0_1</cxf.xerces.bundle.version> <cxf.xmlresolver.bundle.version>1.2_5</cxf.xmlresolver.bundle.version> - <cxf.xmlsec.bundle.version>2.2.0</cxf.xmlsec.bundle.version> + <cxf.xmlsec.bundle.version>2.3.0-SNAPSHOT</cxf.xmlsec.bundle.version> <cxf.xpp3.bundle.version>1.1.4c_6</cxf.xpp3.bundle.version> </properties> <build> ``` Can you please verify that running mvn clean install in systests/kerberos in CXF works for you? The systests/ws-security tests all pass, so I am definitely picking up your earlier fixes. However it looks to me like there are some scenarios not fully covered in your changes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
