Skip to content

quarkusio/quarkus

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2021
Dec 16, 2020
Apr 1, 2021
Mar 29, 2021
Apr 1, 2021
Mar 12, 2020
Mar 31, 2021
Apr 1, 2021
Apr 1, 2021
Mar 31, 2021
Apr 1, 2021
Mar 15, 2021
Apr 1, 2021
Sep 24, 2018
Dec 15, 2020
Oct 28, 2020
Mar 13, 2021
Mar 13, 2021
Mar 30, 2020
Dec 16, 2020
Mar 31, 2021
Feb 11, 2021
Jul 17, 2020
Nov 4, 2020
Mar 1, 2019
Dec 16, 2020
Dec 16, 2020
Apr 1, 2021
Mar 16, 2021

Repository files navigation

Quarkus

Version GitHub Actions Status License Project Chat Supported JVM Versions

Quarkus - Supersonic Subatomic Java

Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications.

  • Container First: Minimal footprint Java applications optimal for running in containers.
  • Cloud Native: Embraces 12 factor architecture in environments like Kubernetes.
  • Unify imperative and reactive: Brings under one programming model non-blocking and imperative styles of development.
  • Standards-based: Based on the standards and frameworks you love and use (RESTEasy and JAX-RS, Hibernate ORM and JPA, Netty, Eclipse Vert.x, Eclipse MicroProfile, Apache Camel...).
  • Microservice First: Brings lightning fast startup time and code turn around to Java apps.
  • Developer Joy: Development centric experience without compromise to bring your amazing apps to life in no time.

All under ONE framework.

Getting Started

Migration Guides

We collect all the migration notes in our migration guides.

Release Planning

Interested in when the next release is coming? Check our release planning document for details.

How to build Quarkus

The build instructions are available in the contribution guide.