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/02/24 12:36:12 UTC

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

ppalaga commented on a change in pull request #547:
URL: https://github.com/apache/camel-website/pull/547#discussion_r581922426



##########
File path: content/blog/2021/02/camel-quarkus-release-1.7.0/index.md
##########
@@ -0,0 +1,104 @@
+---
+title: "Camel Quarkus 1.7.0 Released"
+date: 2021-02-24
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 1.7.0 Released"
+summary: "The highlights of Camel Quarkus 1.7.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.7.0 of Camel Quarkus! Here are the highlights.
+
+## Camel 3.8.0 and Quarkus 1.12.0.Final
+
+We stand on the shoulders of two giants. Please check the release announcements for
+[Camel 3.8.0](/blog/2021/02/Camel38-Whatsnew/) and [Quarkus 1.12.0.Final](https://quarkus.io/blog/quarkus-1-12-0-final-released/) to learn about the news they bring.
+
+The [change of default packaging format](https://quarkus.io/blog/quarkus-1-12-0-final-released/#fast-jar-as-default)
+to Fast JAR in Quarkus 1.12 is worth mentioning also here. Before Camel Quarkus 1.7.0 you used to start your application
+in JVM mode via something like
+
+```sh
+$ java -jar target/*-runner.jar
+```
+
+and now since Camel Quarkus 1.7.0, you have to use
+
+```sh
+$ java -jar target/quarkus-app/quarkus-run.jar
+```
+
+Your Docker files and deployment scripts might need an adjustment when you upgrade to Camel Quarkus 1.7.0.
+
+You can go back to the original behavior by setting `quarkus.package.type=legacy-jar` in your
+`application.properties`.
+
+## Support for more Camel components
+
+Camel Quarkus brings support for six new Camel components:
+
+* [Azure Event Hubs](/camel-quarkus/latest/reference/extensions/azure-eventhubs.html)
+* [Kamelet](/camel-quarkus/latest/reference/extensions/kamelet.html)
+* [OAI-PMH](/camel-quarkus/latest/reference/extensions/oaipmh.html)
+* [Spring RabbitMQ](/camel-quarkus/latest/reference/extensions/spring-rabbitmq.html)
+* [XML Security Sign and Verify](/camel-quarkus/latest/reference/extensions/xmlsecurity.html)
+* [JFR](/camel-quarkus/latest/reference/extensions/jfr.html) (JVM only)
+
+Components newly supported in native mode::

Review comment:
       Thanks, fixed in 72fd09d




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