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/01/21 10:51:18 UTC

[GitHub] [camel-website] ppalaga opened a new pull request #531: Blog: Camel Quarkus 1.6.0

ppalaga opened a new pull request #531:
URL: https://github.com/apache/camel-website/pull/531


   


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

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



[GitHub] [camel-website] jamesnetherton commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on a change in pull request #531:
URL: https://github.com/apache/camel-website/pull/531#discussion_r561777017



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       ```suggestion
   Camel Quarkus brings support for three new Camel components:
   ```




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

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



[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel components:
+
+* [JSONATA](https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonata.html)
+* [Vert.x Kafka](https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-kafka.html)
+* [Redis](https://camel.apache.org/camel-quarkus/latest/reference/extensions/redis.html) (JVM only)
+
+Components newly supported in native mode:
+
+* [Azure Storage Blob Service](https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html)
+* [Debezium MongoDB Connector](https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html)
+* [Google BigQuery](https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html)

Review comment:
       Ah ok, the jvmSince was not correct. It is fixed in this [commit](https://github.com/apache/camel-quarkus/commit/7d8d55f44ccb79fe688d3d2e13e818c6756035cf).




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

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



[GitHub] [camel-website] jamesnetherton commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on a change in pull request #531:
URL: https://github.com/apache/camel-website/pull/531#discussion_r561790579



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       'bits' is like a casual, catch-all expression that can mean pretty much anything you like. So it doesn't really describe what three new things we have added support for.
   
   As ever, I'm pretty relaxed about the language. So it's your choice whether to change it or not.




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

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



[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       Some time ago, I started using "bits" when I speak about languages, data formats and "others" in addition to components. Does "bits" sound too strange? I do not mind changing it here, but would still be nice to hear your your native speaker's opinion about "bits" :)




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

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



[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #531:
URL: https://github.com/apache/camel-website/pull/531#issuecomment-764563380


   🚀 Preview for bd61d706595fa5ac551ac8c1bbc75eb9851a2da8 is available at https://pr-531--camel.netlify.app


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

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



[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel components:
+
+* [JSONATA](https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonata.html)
+* [Vert.x Kafka](https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-kafka.html)
+* [Redis](https://camel.apache.org/camel-quarkus/latest/reference/extensions/redis.html) (JVM only)
+
+Components newly supported in native mode:
+
+* [Azure Storage Blob Service](https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html)
+* [Debezium MongoDB Connector](https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html)
+* [Google BigQuery](https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html)

Review comment:
       The google big query page indicates nativeSince = 1.5.0. Maybe we need to remove from release note ?

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and

Review comment:
       Any reason to link on the camel website directly ?
   I'm curious whether "/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/" would also work ?

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and

Review comment:
       yes it does :+1: 

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel components:
+
+* [JSONATA](https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonata.html)
+* [Vert.x Kafka](https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-kafka.html)
+* [Redis](https://camel.apache.org/camel-quarkus/latest/reference/extensions/redis.html) (JVM only)
+
+Components newly supported in native mode:
+
+* [Azure Storage Blob Service](https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html)
+* [Debezium MongoDB Connector](https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html)
+* [Google BigQuery](https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html)

Review comment:
       Ah ok, the jvmSince was not correct. It is fixed in this [commit](https://github.com/apache/camel-quarkus/commit/7d8d55f44ccb79fe688d3d2e13e818c6756035cf).




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

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



[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

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


   > > I wonder if we should add a little note about camel-fop as per [this thread](https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756807434)?
   > 
   > +1, let me add a sentence.
   
   Added a Known issue section in 857ef0c


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

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



[GitHub] [camel-website] ppalaga merged pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
ppalaga merged pull request #531:
URL: https://github.com/apache/camel-website/pull/531


   


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

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



[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       Replaced in 857ef0c




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

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



[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #531:
URL: https://github.com/apache/camel-website/pull/531#issuecomment-764594965


   🚀 Preview for e1cb8d9f78a0addaa7fa4bd5e03710b3792e024f is available at https://pr-531--camel.netlify.app


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

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



[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

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






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

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



[GitHub] [camel-website] ppalaga merged pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
ppalaga merged pull request #531:
URL: https://github.com/apache/camel-website/pull/531


   


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

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



[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #531:
URL: https://github.com/apache/camel-website/pull/531#issuecomment-764578964


   🚀 Preview for 857ef0c78d64d07e8fdc1e64f35e2e8fcd1605e9 is available at https://pr-531--camel.netlify.app


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

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



[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

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


   Thanks for the suggestions, everybody!


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

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



[GitHub] [camel-website] jamesnetherton commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on a change in pull request #531:
URL: https://github.com/apache/camel-website/pull/531#discussion_r561777017



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       ```suggestion
   Camel Quarkus brings support for three new Camel components:
   ```

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       'bits' is like a casual, catch-all expression that can mean pretty much anything you like. So it doesn't really describe what three new things we have added support for.
   
   As ever, I'm pretty relaxed about the language. So it's your choice whether to change it or not.




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

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



[GitHub] [camel-website] ppalaga commented on pull request #531: Blog: Camel Quarkus 1.6.0

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


   > I wonder if we should add a little note about camel-fop as per [this thread](https://github.com/apache/camel-quarkus/issues/2113#issuecomment-756807434)?
   
   +1, let me add a sentence.


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

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



[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel components:
+
+* [JSONATA](https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonata.html)
+* [Vert.x Kafka](https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-kafka.html)
+* [Redis](https://camel.apache.org/camel-quarkus/latest/reference/extensions/redis.html) (JVM only)
+
+Components newly supported in native mode:
+
+* [Azure Storage Blob Service](https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html)
+* [Debezium MongoDB Connector](https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html)
+* [Google BigQuery](https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html)

Review comment:
       The google big query page indicates nativeSince = 1.5.0. Maybe we need to remove from release note ?




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

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



[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and

Review comment:
       yes it does :+1: 




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

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



[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #531:
URL: https://github.com/apache/camel-website/pull/531#issuecomment-764661159


   🚀 Preview for b43e689b4c0cc2cd54019effe5078df573da4525 is available at https://pr-531--camel.netlify.app


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

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



[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       Some time ago, I started using "bits" when I speak about languages, data formats and "others" in addition to components. Does "bits" sound too strange? I do not mind changing it here, but would still be nice to hear your your native speaker's opinion about "bits" :)

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,86 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel bits:

Review comment:
       Replaced in 857ef0c

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and

Review comment:
       Let me try

##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel components:
+
+* [JSONATA](https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonata.html)
+* [Vert.x Kafka](https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-kafka.html)
+* [Redis](https://camel.apache.org/camel-quarkus/latest/reference/extensions/redis.html) (JVM only)
+
+Components newly supported in native mode:
+
+* [Azure Storage Blob Service](https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html)
+* [Debezium MongoDB Connector](https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html)
+* [Google BigQuery](https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html)

Review comment:
       Yes, exactly.




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

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



[GitHub] [camel-website] aldettinger commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and

Review comment:
       Any reason to link on the camel website directly ?
   I'm curious whether "/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/" would also work ?




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

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



[GitHub] [camel-website] github-actions[bot] commented on pull request #531: Blog: Camel Quarkus 1.6.0

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #531:
URL: https://github.com/apache/camel-website/pull/531#issuecomment-764563380






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

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



[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and
+following the same requirement by Quarkus, Camel Quarkus now requires Java 11+.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for three new Camel components:
+
+* [JSONATA](https://camel.apache.org/camel-quarkus/latest/reference/extensions/jsonata.html)
+* [Vert.x Kafka](https://camel.apache.org/camel-quarkus/latest/reference/extensions/vertx-kafka.html)
+* [Redis](https://camel.apache.org/camel-quarkus/latest/reference/extensions/redis.html) (JVM only)
+
+Components newly supported in native mode:
+
+* [Azure Storage Blob Service](https://camel.apache.org/camel-quarkus/latest/reference/extensions/azure-storage-blob.html)
+* [Debezium MongoDB Connector](https://camel.apache.org/camel-quarkus/latest/reference/extensions/debezium-mongodb.html)
+* [Google BigQuery](https://camel.apache.org/camel-quarkus/latest/reference/extensions/google-bigquery.html)

Review comment:
       Yes, exactly.




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

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



[GitHub] [camel-website] ppalaga commented on a change in pull request #531: Blog: Camel Quarkus 1.6.0

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



##########
File path: content/blog/2021/01/camel-quarkus-release-1.6.0/index.md
##########
@@ -0,0 +1,91 @@
+---
+title: "Camel Quarkus 1.6.0 Released"
+date: 2021-01-18
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.6.0 Released"
+summary: "The highlights of Camel Quarkus 1.6.0"
+---
+
+<sub><sup>Original image by <a href="https://commons.wikimedia.org/wiki/User:99of9">Toby Hudson</a> <a href="https://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a> via <a href="https://en.wikipedia.org/wiki/Camel_racing#/media/File:CamelRacingCamelCup2009Heat.JPG">Wikipedia</a></sup></sub>
+
+We are pleased to announce the release 1.6.0 of Camel Quarkus! Here are the highlights.
+
+## Java 11 required
+
+Having deprecated Java 8 [long time ago](https://camel.apache.org/blog/2020/04/Camel-Quarkus-release-1.0.0-M7/) and

Review comment:
       Let me try




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

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