Blog - page 45
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.
We are very pleased to announce the 1.0.0 release of Quarkus Tools for IntelliJ. This release brings enhanced code completion and syntax validation for application.properties and better support for Microprofile in Java files. It is not based anymore on the LSP Support plugin in order to increase stability. In order to install it, search for Quarkus Tools in the JetBrains marketplace or download from here. Here is an overview of the major features: application.properties support...
Quick look at MicroProfile GraphQL version 1.0 that is now part of Quarkus 1.5.