You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/03 12:22:22 UTC

[GitHub] [camel-spring-boot] apupier opened a new pull request, #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

apupier opened a new pull request, #604:
URL: https://github.com/apache/camel-spring-boot/pull/604

   Currently have this build error:
   ```
   [ERROR] Failed to execute goal org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:3.19.0-SNAPSHOT:generate-dependencies-bom (default) on project camel-spring-boot-dependencies-generator: Found 4 conflicts between the current managed dependencies and the external BOMS:
   [ERROR]  - org.codehaus.groovy:groovy-ant:jar
   [ERROR]  - org.codehaus.groovy:groovy-jsr223:jar
   [ERROR]  - org.codehaus.groovy:groovy-xml:jar
   [ERROR]  - org.codehaus.groovy:groovy:jar
   [ERROR] -> [Help 1]
   ```
   I do not find other references in this project. Can it be that it needs to be updated in apache/camel project first? But it will break the build if we start merging the apache/camel and not apache/camel-spring-boot . Wondering how I can test locally with new version of apache/camel, run in offlien mode locally after build of apache/camel? (even if I would have expected that it picked the latest locally built) Or is it a real problem in another project?


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] davsclaus commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by GitBox <gi...@apache.org>.
davsclaus commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1203941648

   Yes we need both quarkus and spring boot to upgrade to groovy 4


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] apupier commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by GitBox <gi...@apache.org>.
apupier commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1203951186

   reported https://github.com/quarkusio/quarkus/issues/27111 for Quarkus


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] davsclaus commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by GitBox <gi...@apache.org>.
davsclaus commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1203924105

   There is some "weird" code somewhere in camel-spring-boot that aligns camel dependency versions vs spring boot versions and then fail if something is not aligned.
   
   So it seems that spring boot groovy is on 3.x and when you upgrade to 4.x they dont match.


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] apupier commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by GitBox <gi...@apache.org>.
apupier commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1203929147

   ![image](https://user-images.githubusercontent.com/1105127/182615598-591f8084-f611-4721-9c12-19814ad04487.png)
   
   So would mean that Spring Boot would need to upgrade to groovy 4.x before we can upgrade in Camel?


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] apupier commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by GitBox <gi...@apache.org>.
apupier commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1203931978

   sounds they did it for Spring 3.x https://github.com/spring-projects/spring-boot/issues/31631


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] apupier commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by GitBox <gi...@apache.org>.
apupier commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1203882621

   (the failur eon the Pull request buidl seems not related to this Pull request)


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] davsclaus closed pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus closed pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4
URL: https://github.com/apache/camel-spring-boot/pull/604


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-spring-boot] davsclaus commented on pull request #604: CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #604:
URL: https://github.com/apache/camel-spring-boot/pull/604#issuecomment-1461750182

   https://github.com/apache/camel-spring-boot/pull/774


-- 
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: commits-unsubscribe@camel.apache.org

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