You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "reta (via GitHub)" <gi...@apache.org> on 2023/05/27 01:42:52 UTC

[GitHub] [cxf-xjc-utils] reta opened a new pull request, #69: CXFXJC-44: cxf-xjc-dv generates compilation failure when XJC simple binding mode is used

reta opened a new pull request, #69:
URL: https://github.com/apache/cxf-xjc-utils/pull/69

   ` cxf-xjc-dv` generates compilation failure when XJC simple binding mode is used (attempt to instantiate interface)


-- 
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-xjc-utils] reta commented on a diff in pull request #69: CXFXJC-44: cxf-xjc-dv generates compilation failure when XJC simple binding mode is used

Posted by "reta (via GitHub)" <gi...@apache.org>.
reta commented on code in PR #69:
URL: https://github.com/apache/cxf-xjc-utils/pull/69#discussion_r1207573007


##########
.github/workflows/pull-request-build.yml:
##########
@@ -23,6 +23,6 @@ jobs:
           distribution: 'temurin'
           cache: maven
       - name: Build with Apache Maven
-        run: mvn -U clean install -Djava.awt.headless=true -fae -B -Peverything
+        run: mvn -U clean install -Djava.awt.headless=true -fae -B

Review Comment:
   Fixing 
   
   ```
   Warning:  The requested profile "everything" could not be activated because it does not exist.
   ```



-- 
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-xjc-utils] reta merged pull request #69: CXFXJC-44: cxf-xjc-dv generates compilation failure when XJC simple binding mode is used

Posted by "reta (via GitHub)" <gi...@apache.org>.
reta merged PR #69:
URL: https://github.com/apache/cxf-xjc-utils/pull/69


-- 
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