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/12/15 14:00:11 UTC

[GitHub] [camel-quarkus] ppalaga opened a new pull request, #4342: [2.13.x] Upgrade to Quarkus 2.13.6

ppalaga opened a new pull request, #4342:
URL: https://github.com/apache/camel-quarkus/pull/4342

   Let's test Camel Quarkus 2.13.x against the upcoming Quarkus core 2.13.6


-- 
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 diff in pull request #4342: [2.13.x] Upgrade to Quarkus 2.13.6

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on code in PR #4342:
URL: https://github.com/apache/camel-quarkus/pull/4342#discussion_r1052323450


##########
docs/antora.yml:
##########
@@ -27,7 +27,7 @@ asciidoc:
     # Project versions
     camel-version: 3.18.3 # replace ${camel.version}
     camel-docs-version: 3.18.x # replace ${camel.docs.components.version}
-    quarkus-version: 2.13.5.Final # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}

Review Comment:
   this should be 2.13.6.Final 



-- 
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 closed pull request #4342: [2.13.x] Upgrade to Quarkus 2.13.6

Posted by GitBox <gi...@apache.org>.
ppalaga closed pull request #4342: [2.13.x] Upgrade to Quarkus 2.13.6
URL: https://github.com/apache/camel-quarkus/pull/4342


-- 
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 diff in pull request #4342: [2.13.x] Upgrade to Quarkus 2.13.6

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on code in PR #4342:
URL: https://github.com/apache/camel-quarkus/pull/4342#discussion_r1052323900


##########
pom.xml:
##########
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>1.0.4</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>1.0.6</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>1.0.3</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>2.13.5.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+        <quarkus.version>999-SNAPSHOT</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->

Review Comment:
   this should be 2.13.6.Final 



-- 
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 diff in pull request #4342: [2.13.x] Upgrade to Quarkus 2.13.6

Posted by GitBox <gi...@apache.org>.
ppalaga commented on code in PR #4342:
URL: https://github.com/apache/camel-quarkus/pull/4342#discussion_r1052362327


##########
docs/antora.yml:
##########
@@ -27,7 +27,7 @@ asciidoc:
     # Project versions
     camel-version: 3.18.3 # replace ${camel.version}
     camel-docs-version: 3.18.x # replace ${camel.docs.components.version}
-    quarkus-version: 2.13.5.Final # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}

Review Comment:
   Yes, you are right, but the goal of this draft was solely to build against Guillaume's 2.13 Quarkus core branch. It is not intended for merging in this state. Let me close the PR and eventually send a new one once Quarkus 2.13.6 is ready.



-- 
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 diff in pull request #4342: [2.13.x] Upgrade to Quarkus 2.13.6

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on code in PR #4342:
URL: https://github.com/apache/camel-quarkus/pull/4342#discussion_r1052324924


##########
pom.xml:
##########
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>1.0.4</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>1.0.6</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>1.0.3</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>2.13.5.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+        <quarkus.version>999-SNAPSHOT</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->

Review Comment:
   @ppalaga  is 999-SNAPSHOT pointing to next 2.13.x 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