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
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 I
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
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
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 jakart
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 @jim
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,
+
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 phas
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.
management.
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 depend
coheigea commented on PR #912:
URL: https://github.com/apache/cxf/pull/912#issuecomment-1103502697
The JPA tests are failing in rt/rs/security/oauth-parent/oauth2 - do we need
to follow https://rmannibucau.metawerx.net/openjpa-jakarta-tips.html ?
--
This is an automated message from the A
11 matches
Mail list logo