Blog - page 32

The idea is simple, you pick your extensions and they are able to provide example code to get you started.

Exploring some SmallRye OpenAPI features

Hackathon Finalists Announced!

Quarkus 1.7 has been released with new extensions for Elasticsearch and Redis clients. It also brings significant improvements to Reactive routes and the Funqy serverless framework.

1.6.1.Final fixes some regressions and bugs and also got some documentation improvements.

With the release of Quarkus 1.6 Quarkus now supports test profiles, allowing you to easily test multiple different configurations inside the same module. This post outlines what test profiles are and how you can use them. Recap on how @QuarkusTest works Before we talk about test profiles let’s talk briefly about how @QuarkusTest annotated tests actually work. The first time one of these tests is run the Quarkus test extension will start Quarkus. Quarkus will...

With the new Quarkus extension for Apache Cassandra® released in Quarkus 1.6, all it takes is a few lines of code to connect to and access your data stored in Cassandra and you get all of the benefits of Quarkus (fast-startup, low resource utilization, reactive programming).

Quarkus 1.6 has been released with AppCDS support, extensions for Google Cloud Functions, Reactive Db2 and Cassandra clients and has been upgraded to GraalVM 20.1.0.

Quarkus Newsletter #7

Latest online content in and around Quarkus.

gRPC with Quarkus!

Discover the Quarkus gRPC support