commit | 2e52f85710bf7b78b59a755a893cfd540c9508b4 | [log] [tgz] |
---|---|---|
author | Mark Struberg <struberg@apache.org> | Wed Jun 05 15:58:56 2024 +0200 |
committer | Mark Struberg <struberg@apache.org> | Wed Jun 05 15:58:56 2024 +0200 |
tree | 8c9fcf8a1ff0e596d3f042259e8d99b574eebde1 | |
parent | 3b4f5cbaccf55cd7d7b94277db901f1f37d8de53 [diff] |
MEECROWAVE-337 move from javax JavaEE8 to jakarta EE 10 This is the native support for Jakarta EE 10. Note that a few libs need release, e.g. CXF 4.1.0 as they did use a deprecated CDI API which got now removed. Further note that oauth2 is right now in a broken shape. We need to migrate the keystore handling over from com.sun.* to bouncycastle. I've disabled the corresponding tests for now.