Re: TomEE Jakarta and CXF

2022-10-08 Thread David Blevins
Just checked in on where CXF 4.0 is at in the development cycle. This is the version that implements the jakarta namespace. High level: - Still heavy development - No milestone releases - Targeting Java 17 - Targeting Jakarta Rest 3.0 It's a little tricky to know in which TomEE version we

Re: TOMEE-4010 - Upgrade xmlsec to 3.0.0

2022-10-08 Thread David Blevins
> On Oct 8, 2022, at 6:57 AM, Zowalla, Richard > wrote: > > (1) I did the revert, i.e. the example should work now. Awesome. We should be down to 7 or so failures whenever this build finishes! - https://ci-builds.apache.org/job/Tomee/job/master-build-full/766/ Feel free to clean up any asso

[GitHub] [tomee] rzo1 merged pull request #941: Regenerated BOMs after dependency upgrades

2022-10-08 Thread GitBox
rzo1 merged PR #941: URL: https://github.com/apache/tomee/pull/941 -- 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. To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org For

Re: TOMEE-4010 - Upgrade xmlsec to 3.0.0

2022-10-08 Thread Zowalla, Richard
Quick follow up on that one: (1) I did the revert, i.e. the example should work now. (2) The next version of wss4j (3.0.x) seems to support the method signature changes of xmlsec/santuario as they internally upgraded. Their release is under vote [1] and needs to get picked up by cxf in the chain.

[GitHub] [tomee] github-actions[bot] opened a new pull request, #941: Regenerated BOMs after dependency upgrades

2022-10-08 Thread GitBox
github-actions[bot] opened a new pull request, #941: URL: https://github.com/apache/tomee/pull/941 Found some uncommited changes (from BOM regeneration) after running build on TomEE main -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: TOMEE-4010 - Upgrade xmlsec to 3.0.0

2022-10-08 Thread Zowalla, Richard
Hi David, good catch! Looks like we didn't were that far with the build in July, so didn't notice that one :) It looks like CXF 3.5.x depends on xmslec 2.3.0 - I tested it with 2.3.0, but no luck either. Needs some digging, upgrade / patching. For now, I will revert the upgrade commit to the pre

TOMEE-4010 - Upgrade xmlsec to 3.0.0

2022-10-08 Thread David Blevins
FYI this upgrade is what is breaking `examples/webservice-ws-security` The version 2.2.3 or 2.2.4 will cause the example's test to pass. The version 3.0.0 causes the failure due to missing method signature. I also tried 2.3.2, but no luck. I didn't revert as I figured Richard might have some