This is an automated email from the ASF dual-hosted git repository.
reta 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 30b8b01da0 [CXF-8775] fixed 3 rt Messages.properties file containing
text that is javax. but should be jakarta (#1009)
30b8b01da0 is described below
commit 30b8b01da0cbd72d784fbbb0710efe252293caec
Author: rsearls <[email protected]>
AuthorDate: Mon Oct 10 10:17:12 2022 -0400
[CXF-8775] fixed 3 rt Messages.properties file containing text that is
javax. but should be jakarta (#1009)
---
.../jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties | 2 +-
.../src/main/java/org/apache/cxf/jaxws/support/Messages.properties | 2 +-
.../main/java/org/apache/cxf/wsdl/service/factory/Messages.properties | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
index 74380a8f7a..95a63ef8b4 100644
--- a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
+++ b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
@@ -29,7 +29,7 @@ FAILED_TO_INITIALIZE_JAXBCONTEXT = Failed to initialize JAXB
context for types u
ASYNC_HANDLER_TIMEDOUT_EXC = AsynHandler did not complete on time.
SEI_METHOD_NOT_FOUND = Service class {1} does not implement the {0} method.
-SEI_NO_WEBSERVICE_ANNOTATION = Service endpoint interface class {0} does not
have a javax.jws.WebService annotation.
+SEI_NO_WEBSERVICE_ANNOTATION = Service endpoint interface class {0} does not
have a jakarta.jws.WebService annotation.
COULD_NOT_LOAD_CLASS = Unable to load the class {0}.
ENDPOINT_NOT_PUBLISHED = Endpoint has not been published yet.
diff --git
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
index 7727df2ee2..0486fd1ef0 100644
---
a/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
+++
b/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
@@ -31,7 +31,7 @@ INVALID_REQUEST_WRAPPER = @RequestWrapper class {0} is the
same as the actual pa
INVALID_RESPONSE_WRAPPER = @ResponseWrapper class {0} is the same as the
actual return class {1}. This is likely not to work.
SERVICECLASS_MUST_BE_SET = serviceClass must be set to a valid service
interface or class
XMLSEEALSO_NULL_CLASS = A class listed in the XmlSeeAlso annotation of the
service class %s cannot be found on the classpath. Index: %d of XmlSeeAlso
class list.
-WEBMETHOD_EXCLUDE_NOT_ALLOWED = The @javax.jws.WebMethod(exclude=true) cannot
be used on a service endpoint interface. Method: {0}
+WEBMETHOD_EXCLUDE_NOT_ALLOWED = The @jakarta.jws.WebMethod(exclude=true)
cannot be used on a service endpoint interface. Method: {0}
WEBSERVICE_ANNOTATIONS_IS_LOADED_BY_OTHER_CLASSLOADER = The {0} annotation was
already loaded by another classloader. Please check if there are multiple
versions of the web service annotation jar in your classpath.
UNKONWN_REQUIRED_WSDL_BINDING = Unknown wsdl binding extension with
required=true attribute found while RespectBindingFeature enabled
diff --git
a/rt/wsdl/src/main/java/org/apache/cxf/wsdl/service/factory/Messages.properties
b/rt/wsdl/src/main/java/org/apache/cxf/wsdl/service/factory/Messages.properties
index 30694f596d..77e6105400 100644
---
a/rt/wsdl/src/main/java/org/apache/cxf/wsdl/service/factory/Messages.properties
+++
b/rt/wsdl/src/main/java/org/apache/cxf/wsdl/service/factory/Messages.properties
@@ -37,6 +37,6 @@ NO_WSDL_PROVIDED=WSDL is required for services created from
class {0}, but no WS
NO_WSDL_NO_SERVICE_CLASS_PROVIDED=No valid WSDL {0} nor service class is
specified.
NO_FAULT_PART = Could not find a fault part for {0}. The fault message must
have a single part.
INVALID_BARE_METHOD= Method {0} is configured as BARE but there are more than
one parameters with wrong @Webparam annotated or without @WebParam annotated.
-INVALID_WEBPARAM_MODE = Method {0} has a javax.xml.ws.Holder parameter which
should not be annotated with the WebParam.Mode.IN
+INVALID_WEBPARAM_MODE = Method {0} has a jakarta.xml.ws.Holder parameter which
should not be annotated with the WebParam.Mode.IN