You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/12/01 01:59:30 UTC

[GitHub] [cxf] reta opened a new pull request, #1037: CXF-8774: Migration path for jaxb2-basics (to hisrc-basicjaxb)

reta opened a new pull request, #1037:
URL: https://github.com/apache/cxf/pull/1037

   Migration path for jaxb2-basics to hisrc-basicjaxb


-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta merged pull request #1037: CXF-8774: Migration path for jaxb2-basics (to hisrc-basicjaxb)

Posted by GitBox <gi...@apache.org>.
reta merged PR #1037:
URL: https://github.com/apache/cxf/pull/1037


-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] reta commented on a diff in pull request #1037: CXF-8774: Migration path for jaxb2-basics (to hisrc-basicjaxb)

Posted by GitBox <gi...@apache.org>.
reta commented on code in PR #1037:
URL: https://github.com/apache/cxf/pull/1037#discussion_r1037192510


##########
tools/wadlto/jaxrs/pom.xml:
##########
@@ -59,6 +59,12 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.patrodyne.jvnet</groupId>
+            <artifactId>hisrc-basicjaxb-plugins</artifactId>
+            <version>2.0.0</version>

Review Comment:
   Done, thanks a lot @jimma !



-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cxf] jimma commented on a diff in pull request #1037: CXF-8774: Migration path for jaxb2-basics (to hisrc-basicjaxb)

Posted by GitBox <gi...@apache.org>.
jimma commented on code in PR #1037:
URL: https://github.com/apache/cxf/pull/1037#discussion_r1036651630


##########
tools/wadlto/jaxrs/pom.xml:
##########
@@ -59,6 +59,12 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.patrodyne.jvnet</groupId>
+            <artifactId>hisrc-basicjaxb-plugins</artifactId>
+            <version>2.0.0</version>

Review Comment:
   Very minor thing.  Add this to dependency management in parent pom ?



-- 
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: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org