The English version of quarkus.io is the official project site. Translated sites are community supported on a best-effort basis.

Blog - page 42

Let's learn how to enable mutual TLS in a Quarkus app.

Quarkus 1.4 brings command mode, HTTP 2 support, a new FaaS framework called Funqy, new mocking features and much more.

A handy guide to Quarkus sessions at Red Hat's free Summit Virtual Experience.

Understand when and how to use the Quarkus IO thread and its influence on microbenchmarks.

Quarkus Tools for Visual Studio Code 1.4.0 has been released on the VS Code Marketplace. vscode-quarkus 1.4.0 fixes several bugs, including some performance issues, but the highlights of this release revolve around bringing support for multiple MicroProfile modules (Fault Tolerance, Health, LRA, Metrics, Open API, Open Tracing, Rest Client), in both properties and Java files. Many of these MicroProfile related enhancements were contributed by IBM. For a list of all changes, please refer to the...

Developing cloud-ready solutions has become an industry standard, especially in the enterprise world. Sooner or later your application has to face the problem of poor horizontal scalability or high memory usage and we all know it is better to be prepared. We understand this at Payair as well. When we faced the challenge of preparing the backend to our mobile payment app, we decided to use frameworks supporting a serverless approach as much as possible....

1.3.2.Final fixes some regressions with the Hibernate ORM extension and bugs related to the container image extensions.

You have probably already heard about tooling for Microsoft VSCode or JetBrains IntelliJ. Last week the first version of Quarkus Tools for Eclipse was released. It’s free and open source and we encourage you to use it. Let’s see how you can get it and play with the features. Installation There are several ways to get Quarkus Tools inside the Eclipse IDE. Quarkus Tools is part of JBoss Tools. So if you are already a...

1.3.1.Final fixes some issues and bring some documentation improvements. Generated projects are now using Java 11 by default.

With the announcement that Quarkus 1.3 is now available, we’re pleased to additionally announce that Quarkus 1.3 passes the TCKs of all Eclipse MicroProfile 3.3 specifications. MicroProfile 3.3 includes the following specification updates: Config 1.4 Fault Tolerance 2.1 Health 2.2 Metrics 2.3 REST Client 1.4 Config The Config update includes fixes to prevent the incorrect caching of ConfigProviderResolver and classloader issues related to it as well. It also adjusted the priority of implicit converters and...