reta commented on a change in pull request #924:
URL: https://github.com/apache/cxf/pull/924#discussion_r834338321



##########
File path: core/src/main/java/org/apache/cxf/message/Message.java
##########
@@ -164,11 +164,11 @@
     String MAINTAIN_SESSION = Message.class.getName() + ".MAINTAIN_SESSION";
     String ATTACHMENTS = Message.class.getName() + ".ATTACHMENTS";
 
-    String WSDL_DESCRIPTION = "javax.xml.ws.wsdl.description";
-    String WSDL_SERVICE = "javax.xml.ws.wsdl.service";
-    String WSDL_PORT = "javax.xml.ws.wsdl.port";
-    String WSDL_INTERFACE = "javax.xml.ws.wsdl.interface";
-    String WSDL_OPERATION = "javax.xml.ws.wsdl.operation";
+    String WSDL_DESCRIPTION = "jakarta.xml.ws.wsdl.description";

Review comment:
       @jimma the wsdl-related libraries are still largely on `javax.*` 
namespace, may be we could keep those under `javax.*` just for a clarity? 
(nothing against going  `jakarta.*`, just curious what do you think)
   
   ```
   import javax.wsdl.Definition;
   import javax.wsdl.WSDLException;
   import javax.wsdl.xml.WSDLWriter;
   import javax.xml.namespace.QName;
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to