ppalaga commented on a change in pull request #454: URL: https://github.com/apache/camel-website/pull/454#discussion_r468438853
########## File path: content/blog/2020/08/camel-quarkus-release-1.0.0/index.md ########## @@ -0,0 +1,77 @@ +--- +title: "Camel Quarkus 1.0.0 Released" +date: 2020-07-07 +authors: ["ppalaga"] +categories: ["Releases", "Camel Quarkus"] +preview: What's new in Camel Quarkus 1.0.0 +--- + +Apache Camel community celebrates the release 1.0.0 of Camel Quarkus! + +## What is 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. + +It is suitable not only for creating long living services and potentially short living serverless applications +but also for [command-style applications](https://camel.apache.org/blog/2020/07/command-line-utility-with-camel-quarkus/) +that execute some task and exit. + +## Developer joy + +Writing integrations has never offered more developer joy than with Camel Quarkus: + +* Easy to start with: either via [code.quarkus.io](https://code.quarkus.io/) or using `mvn quarkus:create` +* The "live coding" feature, a.k.a. `mvn compile quarkus:dev` shortens your development iterations +* Easy to test using JUnit 5 extensions +* Shields from the complexity of the native compilation using [GraalVM](https://www.graalvm.org/) or Review comment: Thanks! ---------------------------------------------------------------- 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: us...@infra.apache.org