[GitHub] [cxf] jimma commented on a change in pull request #924: Various fixes for jakarta support

2022-03-23 Thread GitBox
jimma commented on a change in pull request #924: URL: https://github.com/apache/cxf/pull/924#discussion_r833834666 ## File path: core/src/main/java/org/apache/cxf/common/jaxb/JAXBUtils.java ## @@ -1174,6 +1176,54 @@ private static Object createEscapeHandler(Class cls, String

Re: Systest failures with wss4j-3.0.0-SNAPSHOT

2022-03-23 Thread Jim Ma
Thanks for the quick fix, Colm. It seems there is another failure under services/sts/systests/advanced: [INFO] Running org.apache.cxf.systest.sts.renew.SAMLRenewTest [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.297 s <<< FAILURE! - in

Re: Systest failures with wss4j-3.0.0-SNAPSHOT

2022-03-23 Thread Colm O hEigeartaigh
The SAML failures were caused by a hard-coded String in SAMLUtils, I fixed it in CXF master here: https://github.com/apache/cxf/commit/1e90f53f720b76c2dbac910e58ef0b291f98c032 Colm. On Tue, Mar 22, 2022 at 12:48 PM Jim Ma wrote: > > Hi Colm, > > Please checkout my working branch : >