Jump to content

Quarkus

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Dujo (talk | contribs) at 10:03, 29 January 2021 (Update release version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Quarkus
Developer(s)Red Hat
Stable release
1.11.1[1] / January 27, 2021; 3 years ago (2021-01-27)
RepositoryQuarkus Repository
Written inJava
PlatformJava
TypeApplication framework
LicenseApache License 2.0
Websitequarkus.io

Quarkus[2][3][4][5] is a full-stack, Kubernetes-native, Java Application Framework tailored for OpenJDK HotSpot and GraalVM. Comparatively to other frameworks, such as Spring, it offers small memory footprint and reduced boot time. It allows to combine both imperative code and non-blocking reactive style.

References

  1. ^ "Quarkus Github repository, last release commit".
  2. ^ Red Hat, What is Quarkus?
  3. ^ Red Hat, Developer Blog, Introducing Quarkus: a next-generation Kubernetes native Java framework
  4. ^ LogicMonitor, Quarkus vs. Spring
  5. ^ Baeldung, Guide to QuarkusIO