Blog - page 42
Quarkus 1.9 has been released with lots of improvements on top of existing features.
Micrometer is the recommended approach for metrics with Quarkus.
We are very pleased to announce the 1.2.0 release of Quarkus Tools for IntelliJ. This release brings enhanced support for Eclipse Microprofile. Eclipse Microprofile Reactive Messaging If your application is based on Eclipse Microprofile Reactive Messaging, properties are enabled for: @Connector annotation @Outgoing annotation @Incoming annotation Here is an example of a Kafka based application: Eclipse Microprofile JWT If your application is based on Eclipse Microprofile JWT, the following properties will be enabled for your...
1.8.3.Final downgrades slf4j-jboss-logging to fix a regression.
Emitting messages with Reactive Messaging Emitters
1.8.2.Final fixes some bugs and includes some documentation improvements.
Hacktoberfest has begun and you wonder how to contribute to your favorite framework? We will try to give you some answers in this article.
In Java 15 *biased locking* is now disabled by default and is planned to be removed in the Java Virtual Machine as per JEP 374. We need your help seeing if it affects Quarkus performance in your application.