You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2022/10/12 00:59:08 UTC

[cxf] branch main updated: [CXF-8775]More javax to jakarta namespace fix in property file

This is an automated email from the ASF dual-hosted git repository.

ema pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 34f37609eb [CXF-8775]More javax to jakarta namespace fix in property file
34f37609eb is described below

commit 34f37609eb464b46e76f1f5d5340f9799df1008a
Author: Jim Ma <em...@apache.org>
AuthorDate: Tue Oct 11 16:02:04 2022 +0800

    [CXF-8775]More javax to jakarta namespace fix in property file
---
 .../jca/core/classloader/negativefilters.properties    | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/integration/jca/src/test/java/org/apache/cxf/jca/core/classloader/negativefilters.properties b/integration/jca/src/test/java/org/apache/cxf/jca/core/classloader/negativefilters.properties
index 4e3654c965..4337526c9f 100644
--- a/integration/jca/src/test/java/org/apache/cxf/jca/core/classloader/negativefilters.properties
+++ b/integration/jca/src/test/java/org/apache/cxf/jca/core/classloader/negativefilters.properties
@@ -19,18 +19,18 @@
 #
 #
 com.ctc.wstx.*
-com.sun.xml.bind.*
+org.glassfish.jaxb.core.*
 com.sun.xml.messaging.saaj.*
-javax.activation.*
-javax.annotation.*
-javax.jws.*
-javax.servlet.*
-javax.xml.bind.*
+jakarta.activation.*
+jakarta.annotation.*
+jakarta.jws.*
+jakarta.servlet.*
+jakarta.xml.bind.*
 javax.xml.stream.*
-javax.xml.ws.*
-javax.xml.soap.*
+jakarta.xml.ws.*
+jakarta.xml.soap.*
 javax.wsdl*
-javax.resource.ResourceException
+jakarta.resource.ResourceException
 org.apache.commons.logging.*
 org.apache.commons.collections.*
 org.apache.velocity*