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

ブログ - page 47

Showcasing the new Quarkus VS Code extension.

Quarkus 0.22.0 released

We just released Quarkus 0.22.0 with improved Spring API support.

Quarkus 0.21.2 released

We just released Quarkus 0.21.2 fixing several bugs and usability issues. Time to upgrade.

Quarkus 0.21.1 released

We just released Quarkus 0.21.1. As for 0.20.0, to build native executables, you will need GraalVM 19.1.1. 変更点 This release is mostly about fixing bugs and usability issues. The Kafka Streams and Apache Tika extensions got their usability greatly improved for instance. You can find the full changelog of 0.21.0 and the few additional issues we fixed in 0.21.1 on GitHub. We have a lot of interesting things in the works so stay tuned for...

Hibernate ORM lets you generate or update the database schema. Let's explore when to use such option in combination with live coding.

With a little bit of config mojo, it is possible (and useful) to build a native Quarkus application in CircleCI.

Quarkus 0.20.0 released

We just released Quarkus 0.20.0. If you use Quarkus with GraalVM to build native executables, Quarkus 0.20.0 now requires GraalVM 19.1.1 so please upgrade your GraalVM installation. 変更点 Here are the main highlights of this release: Jackson extensions, OAuth2 extension, Camel extensions moved outside the Quarkus tree, a new MicroProfile REST Client implementation, Syslog support and a new guide for Azure deployments. Hibernate ORM multi-line support in import scripts We enabled multi-line support for the...

Quarkus ArC is a build-time oriented dependency injection based on CDI 2.0. But what does it actually mean and what benefits does a build-time processing DI bring?

Quarkus 0.19.1 released

We just released Quarkus 0.19.1. This new version brings a lot of new extensions, especially in the persistence area. Quarkus 0.19.1 is still targeting GraalVM 19.0.2 as we discovered a bug in GraalVM 19.1.0 that affects Quarkus. The issue is already fixed but we are waiting for a 19.1.1 release. 変更点 Here are the main highlights of this release: MongoDB support, Neo4J support, Amazon DynamoDB support, Apache Tika support, Reactive Messaging MQTT support and better...

Quarkus has so far been focused on start-up time and memory footprint, but runtime performance is important as well. Find out how well Quarkus performs in both Native and JVM modes.