This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new c4cb9b9 Add blog post for Camel Quarkus 1.0.0-CR3 release c4cb9b9 is described below commit c4cb9b95ddb1e9af1751a6a736401a78b0d55982 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Jul 7 08:44:50 2020 +0100 Add blog post for Camel Quarkus 1.0.0-CR3 release --- .../07/camel-quarkus-release-1.0.0-CR3/index.md | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/content/blog/2020/07/camel-quarkus-release-1.0.0-CR3/index.md b/content/blog/2020/07/camel-quarkus-release-1.0.0-CR3/index.md new file mode 100644 index 0000000..b1f5215 --- /dev/null +++ b/content/blog/2020/07/camel-quarkus-release-1.0.0-CR3/index.md @@ -0,0 +1,55 @@ +--- +title: "Camel Quarkus 1.0.0-CR3 Released" +date: 2020-07-07 +authors: ["jamesnetherton"] +categories: ["Releases", "Camel Quarkus"] +preview: What's new in Camel Quarkus 1.0.0-CR3 +--- + +We are pleased to announce the release 1.0.0-CR3 of Camel Quarkus. Camel Quarkus brings the outstanding integration +capabilities of Apache Camel to [Quarkus](https://quarkus.io/) - the toolkit for writing subatomically small and +supersonically fast Java, Kotlin and Scala applications. + +Here are some highlights of Camel Quarkus 1.0.0-CR3. + +## New extensions + +The following new extensions were added: + +* [AWS 2 Athena](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-athena.html) +* [Component DSL](https://camel.apache.org/camel-quarkus/latest/extensions/componentdsl.html) +* [JOLT](https://camel.apache.org/camel-quarkus/latest/extensions/jolt.html) +* [JTA](https://camel.apache.org/camel-quarkus/latest/extensions/jta.html) +* [OpenApi Java](https://camel.apache.org/camel-quarkus/latest/extensions/openapi-java.html) +* [Tika](https://camel.apache.org/camel-quarkus/latest/extensions/tika.html) +* [Vert.x](https://camel.apache.org/camel-quarkus/latest/extensions/vertx.html) + + +The following extensions added native mode support: + +* [AWS 2 DynamoDB Streams](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-ddb.html) +* [AWS 2 Elastic Compute Cloud (EC2)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-ec2.html) +* [AWS 2 Elastic Container Service (ECS)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-ecs.html) +* [AWS 2 Elastic Kubernetes Service (EKS)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-eks.html) +* [AWS 2 Identity and Access Management (IAM)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-iam.html) +* [AWS 2 Key Management Service (KMS)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-kms.html) +* [AWS 2 Managed Streaming for Apache Kafka (MSK)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-msk.html) +* [AWS 2 MQ](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-mq.html) +* [AWS 2 Simple Email Service (SES)](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-ses.html) +* [AWS 2 Translate](https://camel.apache.org/camel-quarkus/latest/extensions/aws2-translate.html) + +All supported extensions can be seen in the [List of Camel Quarkus extensions](https://camel.apache.org/camel-quarkus/latest/list-of-camel-quarkus-extensions.html). + +## Camel 3.4.0 + +Camel was upgraded to [3.4.0](https://camel.apache.org/blog/2020/06/camel34-whatsnew/). For Quarkus this brings some performance improvements, +with JAXB dependencies having been removed from the OpenAPI components. There's also some enhancements to the health check APIs and a new +[health example](https://github.com/apache/camel-quarkus/tree/master/examples/health) was added to demonstrate this. + +## Quarkus 1.6.0.Final + +Quarkus was upgraded to 1.6.0.Final. + + +Enjoy! Feel free to give feedback via the [mailing lists](https://camel.apache.org/manual/latest/mailing-lists.html) +or [GitHub issues](https://github.com/apache/camel-quarkus/issues).