Go to file
Stuart Douglas 5fbf0b6656
Merge pull request #40484 from stuartwdouglas/fix-test
Fix test issue
2024-05-07 15:08:57 +10:00
.forbiddenapis Ban the use of AnnotationValue#toString() 2024-02-06 12:09:32 +02:00
.github Revert "Split dependabot into two groups" 2024-04-25 09:15:56 -05:00
.gitpod Update JDK to 17.0.10-tem for sdkman usages 2024-02-13 16:36:41 +01:00
.idea Add Quarkus dark logo from design.jboss.org 2022-11-02 14:19:40 +02:00
.jbang
.mvn Bump com.gradle:develocity-maven-extension to 1.21.2 2024-04-19 12:01:22 -03:00
adr Update the status of the Reactive Rename ADR to 'accepted' 2024-04-29 13:15:22 +02:00
bom Merge pull request #40451 from quarkusio/dependabot/maven/org.checkerframework-checker-qual-3.43.0 2024-05-06 20:16:48 +00:00
build-parent Bump net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.0 2024-04-30 21:49:53 +00:00
core Merge pull request #40442 from yrodiere/disable-logging-feature-bugfix 2024-05-06 08:58:04 +02:00
coverage-report
devtools Merge pull request #40225 from radcortez/sr-config-3.8.0 2024-04-27 15:19:11 +02:00
docs add missing ! to fix #40195 2024-05-06 18:23:42 +02:00
extensions Merge pull request #40484 from stuartwdouglas/fix-test 2024-05-07 15:08:57 +10:00
independent-projects Start using the new helper from more modules 2024-05-03 15:41:18 +01:00
integration-tests add test security attribute type handling 2024-05-03 20:12:08 -04:00
relocations Change quarkus-webjars-locator realocation message as it was pointing to wrong one 2024-04-25 15:55:15 +02:00
tcks Update the RESTEasy Reactive TCK 2024-04-26 09:57:31 +02:00
test-framework add test security attribute type handling 2024-05-03 20:12:08 -04:00
.gitattributes Force Linux line endings for mvnw 2023-06-09 20:14:00 +02:00
.gitignore Add .mvn/.gradle-enterprise/ back to .gitignore 2024-04-07 22:05:59 +02:00
.gitpod.yml ⬆️ Update Gitpod configuration with Java 17 2023-10-24 15:56:22 +02:00
.sdkmanrc Update JDK to 17.0.10-tem for sdkman usages 2024-02-13 16:36:41 +01:00
ACTIONS.md some spelling fixes 2022-12-29 19:46:54 +00:00
ADOPTERS.md Update ADOPTERS.md 2023-09-07 12:36:15 +02:00
COMMITTERS.adoc
CONTRIBUTING.md Upgrade to Develocity extension 1.21 2024-04-05 15:05:53 +02:00
DECISIONS.adoc
LICENSE Add LICENSE file to released jars 2024-04-03 18:46:34 +02:00
MAINTAINERS.adoc Remove Consul entry from MAINTAINERS.adoc 2024-01-19 10:27:28 +02:00
README.md Update README.md and CONTRIBUTING.md for Java 17+ 2023-11-30 14:50:43 +01:00
SECURITY.md Add (3.8 LTS) to SECURITY.md 2024-04-04 19:47:27 +03:00
TROUBLESHOOTING.md Dev UI Toggle 2023-03-31 10:01:28 +02:00
build.scenario Add a Gradle profiler scenario and some instructions 2024-02-25 15:41:41 +01:00
dco.txt
mvnw Update Apache Maven to 3.8.8 and Maven Wrapper to 3.2.0 2023-03-16 12:06:01 +01:00
mvnw.cmd Use consistent versions of Maven for Maven wrapper and mvnd 2023-10-05 15:31:35 +02:00
pom.xml Bump io.quarkus:quarkus-platform-bom-maven-plugin 2024-05-01 21:42:33 +00:00
update-extension-dependencies.sh Make sure the scripts listing dependencies are locale independent 2024-04-03 15:43:16 +02:00
update-version.sh Fix update-version.sh script 2024-03-13 16:39:01 +01:00

README.md

Quarkus Quarkus

Version GitHub Actions Status Commits License Project Chat Gitpod Ready-to-Code Supported JVM Versions Develocity GitHub Repo stars

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 turnaround 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.