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 2021/12/15 19:51:59 UTC

[GitHub] [camel-quarkus] zbendhiba opened a new pull request #3392: ⬆️ Upgrade Camel to 3.14.0

zbendhiba opened a new pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392


   <!-- Uncomment and fill this section if your PR is not trivial
   [ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round, each commit should fix just one issue, without pulling in other changes.
   [ ] Each commit in the pull request should have a meaningful and properly spelled subject line and body. Copying the title of the associated issue is typically enough. Please include the issue number in the commit message prefixed by #.
   [ ] The pull request description should explain what the pull request does, how, and why. If the info is available in the associated issue or some other external document, a link is enough.
   [ ] Phrases like Fix #<issueNumber> or Fixes #<issueNumber> will auto-close the named issue upon merging the pull request. Using them is typically a good idea.
   [ ] Please run mvn process-resources -Pformat (and amend the changes if necessary) before sending the pull request.
   [ ] Contributor guide is your good friend: https://camel.apache.org/camel-quarkus/latest/contributor-guide.html
   -->


-- 
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-quarkus] ppalaga commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
ppalaga commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-997052286


   Great to see that Camel 3.14 is finally available on Central!


-- 
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-quarkus] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-997008302


   > @ppalaga I failed setting the MAVEN_ARGS for tests running inside a sub-repo : functional-extension-tests ...
   Latest build: initial install and native tests were ok
   Lastest commit is an attempt to pass the absolute path of settings.xml for extension-jvm and other sub-directories maven builds


-- 
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-quarkus] ppalaga commented on a change in pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
ppalaga commented on a change in pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#discussion_r770047437



##########
File path: docs/pom.xml
##########
@@ -31,6 +31,12 @@
 
     <name>Camel Quarkus :: Documentation</name>
 
+    <properties>
+        <!-- Disable xref checks as long as there is no 3.14.x branch of Camel docs -->

Review comment:
       An issue for re-enabling and pasting it's URL here would be nice.




-- 
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-quarkus] aldettinger commented on a change in pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
aldettinger commented on a change in pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#discussion_r770318329



##########
File path: docs/antora-playbook-dev.yml
##########
@@ -26,7 +26,7 @@ content:
     start_path: docs
   - url: git@github.com:apache/camel.git
     branches:
-      - camel-3.13.x # replace ${camel.docs.branch}
+      - camel-3.14.x # replace ${camel.docs.branch}

Review comment:
       I thought `antora-playbook-dev.yml` and `antora-playbook` were not needed anymore with this [recent change](https://github.com/apache/camel-quarkus/commit/43cede1eca3fc257387ba448b371228df9669044).
   

##########
File path: docs/antora-playbook-dev.yml
##########
@@ -26,7 +26,7 @@ content:
     start_path: docs
   - url: git@github.com:apache/camel.git
     branches:
-      - camel-3.13.x # replace ${camel.docs.branch}
+      - camel-3.14.x # replace ${camel.docs.branch}

Review comment:
       I thought `antora-playbook-dev.yml` and `antora-playbook` were not needed anymore with this [recent change](https://github.com/apache/camel-quarkus/commit/43cede1eca3fc257387ba448b371228df9669044) ?
   




-- 
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-quarkus] zbendhiba merged pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba merged pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392


   


-- 
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-quarkus] zbendhiba commented on a change in pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on a change in pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#discussion_r770764253



##########
File path: docs/pom.xml
##########
@@ -31,6 +31,12 @@
 
     <name>Camel Quarkus :: Documentation</name>
 
+    <properties>
+        <!-- Disable xref checks as long as there is no 3.14.x branch of Camel docs -->

Review comment:
       @ppalaga  I didn't understand your comment




-- 
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-quarkus] zbendhiba commented on a change in pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on a change in pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#discussion_r770763157



##########
File path: docs/antora-playbook-dev.yml
##########
@@ -26,7 +26,7 @@ content:
     start_path: docs
   - url: git@github.com:apache/camel.git
     branches:
-      - camel-3.13.x # replace ${camel.docs.branch}
+      - camel-3.14.x # replace ${camel.docs.branch}

Review comment:
       There was a problem with rebase. Thanks for catching this




-- 
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-quarkus] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-997151501


   The build is fine against artifacts sync in central. Merging this, to be able to prepare the release 


-- 
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-quarkus] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-996034716


   I guess the staging repo is not available anymore, and artifacts not totally pushed to maven central.


-- 
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-quarkus] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-996933196


   @ppalaga I failed setting the MAVEN_ARGS for tests running inside a sub-repo : functional-extension-tests ...


-- 
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-quarkus] zbendhiba commented on pull request #3392: ⬆️ Upgrade Camel to 3.14.0

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #3392:
URL: https://github.com/apache/camel-quarkus/pull/3392#issuecomment-996853767


   Latest push:
   - removed the staging repository
   - remove the @Disabled on the SQS test because the bug was fixed in 3.14.0, with CAMEL-17158
   - Make CI fallback on https://repository.apache.org/content/repositories/releases, meanwhile waiting for artifacts to be available on maven central


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