jimma commented on a change in pull request #924:
URL: https://github.com/apache/cxf/pull/924#discussion_r836033447
##########
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:
@reta +1.
I saw this commit changed these property names:
https://github.com/apache/cxf/commit/c81da77d29eaf9f4c660a505c8bc2036a0614c25#diff-736abfb6b79babb0438062c039bb3a1d1a1b7875b62094c23e00edba44d5e76aL299
. But it didn't change the constant name here. I'll all change this back to
"javax" namespace.
--
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]