[GitHub] [cxf] coheigea commented on pull request #912: CXF-8371: Support Jakarta EE 9.1+

2022-04-19 Thread GitBox
coheigea commented on PR #912: URL: https://github.com/apache/cxf/pull/912#issuecomment-1103493388 Thanks @reta. When I try to upgrade WSS4J to use ehcache 3.10.0 I get this error, any ideas? [ERROR] Failed to execute goal on project wss4j-ws-security-common: Could not resolve

Re: Copied classes in cxf-rt-management.jar with JDK11

2022-04-19 Thread Jim Ma
Hi Freeman, Do you know why we don't require this with JDK8 and only for JDK9 and plus ? I see the Export package info in META-INF built with JDK11 without this configuration already has this export package entry : Export-Package: org.apache.cxf.tracing;version="3.5.3",org.apache.cxf.

New JDK 19 EA builds, and JCE Survey!

2022-04-19 Thread David Delabassee
Greetings! The proposed schedule for JDK 19 is now known [1] with ‘Rampdown Phase One’ set for June 9th and ‘General Availability’ set for September 20th. The next several weeks will be interesting to watch as the scope of JDK 19 is revealed. You also play an important roll during these

Re: Copied classes in cxf-rt-management.jar with JDK11

2022-04-19 Thread Freeman Fang
Hi Jim, Please change the rt/management/pom.xml like this. NONE - org.apache.cxf.management*,org.apache.cxf.tracing* + + org.apache.cxf.management.counters, + org.apache.cxf.management.interceptor, +

[GitHub] [cxf] ffang commented on a diff in pull request #937: [CXF-8695]:Remove duplicate copied class from cxf-core in cxf-rt-mana…

2022-04-19 Thread GitBox
ffang commented on code in PR #937: URL: https://github.com/apache/cxf/pull/937#discussion_r853395945 ## rt/management/pom.xml: ## @@ -156,18 +156,6 @@ - Review Comment: Hi

[GitHub] [cxf] reta commented on pull request #912: CXF-8371: Support Jakarta EE 9.1+

2022-04-19 Thread GitBox
reta commented on PR #912: URL: https://github.com/apache/cxf/pull/912#issuecomment-1102939847 > @reta The rt/rs/security/sso/saml tests are failing with: > > Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationEventHandler > > I see there is a separate

[GitHub] [cxf] jimma commented on a diff in pull request #937: [CXF-8695]:Remove duplicate copied class from cxf-core in cxf-rt-mana…

2022-04-19 Thread GitBox
jimma commented on code in PR #937: URL: https://github.com/apache/cxf/pull/937#discussion_r853018520 ## rt/management/pom.xml: ## @@ -156,18 +156,6 @@ - Review Comment: @reta

[GitHub] [cxf] jimma commented on a diff in pull request #937: [CXF-8695]:Remove duplicate copied class from cxf-core in cxf-rt-mana…

2022-04-19 Thread GitBox
jimma commented on code in PR #937: URL: https://github.com/apache/cxf/pull/937#discussion_r853018520 ## rt/management/pom.xml: ## @@ -156,18 +156,6 @@ - Review Comment: @reta

[GitHub] [cxf] reta commented on a diff in pull request #937: [CXF-8695]:Remove duplicate copied class from cxf-core in cxf-rt-mana…

2022-04-19 Thread GitBox
reta commented on code in PR #937: URL: https://github.com/apache/cxf/pull/937#discussion_r852991277 ## rt/management/pom.xml: ## @@ -156,18 +156,6 @@ - Review Comment: @jimma

[GitHub] [cxf] coheigea commented on pull request #912: CXF-8371: Support Jakarta EE 9.1+

2022-04-19 Thread GitBox
coheigea commented on PR #912: URL: https://github.com/apache/cxf/pull/912#issuecomment-1102270542 @reta The rt/rs/security/sso/saml tests are failing with: Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationEventHandler I see there is a separate jakarta jar