Skip to content
Quarkus: Supersonic Subatomic Java.
Java FreeMarker HTML ANTLR Groovy Kotlin
Branch: master
Clone or download
gsmet Merge pull request #7168 from iocanel/module-names
chore: align module naming.
Latest commit f81ac03 Feb 12, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.dependabot Merge pull request #6916 from gastaldi/bump_plugins Feb 1, 2020
.github Let's run the tests for native JDK 11 because that's what we want :) Feb 6, 2020
.mvn/wrapper Add maven wrapper and enforce minimum maven version Oct 4, 2018
bom Merge pull request #7098 from cescoffier/features/vertx-mutiny Feb 12, 2020
build-parent Update Axle and declare the Mutiny and Vert.x Mutiny dependencies Feb 12, 2020
ci-templates Merge pull request #6985 from radcortez/tcks Feb 11, 2020
core Merge pull request #7098 from cescoffier/features/vertx-mutiny Feb 12, 2020
coverage-report Add CI support for code coverage Jan 23, 2020
devtools Configure all Test tasks properly (#3552) Feb 11, 2020
docs Merge pull request #7098 from cescoffier/features/vertx-mutiny Feb 12, 2020
extensions Merge pull request #7098 from cescoffier/features/vertx-mutiny Feb 12, 2020
ide-config Format the enums with one value per line Apr 2, 2019
independent-projects Bootstrap maven resolver: support for interpolating profiles Feb 11, 2020
integration-tests chore: align module naming. Feb 12, 2020
tcks Exclude osgi.annotation.versioning dependency Feb 5, 2020
test-framework Merge pull request #7067 from rsvoboda/polish.2020-02-07 Feb 10, 2020
.dockerignore Initial attempt at codeship CI integration Sep 24, 2018
.gitignore introduce an optional maven plugin to update the sam config Oct 21, 2019
ADOPTERS.md Add Talkdesk to ADOPTERS.md Dec 12, 2019
CONTRIBUTING.md Improved contributing guide by adding instructions about the MicroPro… Feb 11, 2020
DECISIONS.adoc Decisions framework Apr 9, 2019
LICENSE.txt Apache License Version 2.0 Nov 22, 2018
README.md Add some standards to the README Nov 18, 2019
azure-mvn-settings.xml remove jar and repo Sep 18, 2019
azure-pipelines.yml Config for boring cyborg auto labeling Jan 20, 2020
dco.txt Including the DCO notice Mar 1, 2019
mvnw Add maven wrapper and enforce minimum maven version Oct 4, 2018
mvnw.cmd Add maven wrapper and enforce minimum maven version Oct 4, 2018
pom.xml Removal of jacoco.version from root pom.xml, property is present in b… Feb 7, 2020

README.md

Quarkus

Version Build Status License Project Chat

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

How to build Quarkus

The build instructions are available in the contribution guide.

You can’t perform that action at this time.