About 73 results
Open links in new tab
  1. Quarkus - Supersonic Subatomic Java

    Quarkus streamlines framework optimizations in the build phase to reduce runtime dependencies and improve efficiency. By precomputing metadata and optimizing class loading, it ensures fast startup …

  2. Get Started - Quarkus

    Deploying Quarkus Applications on Kubernetes This guide covers how to deploy a native application on Kubernetes. Want to learn more? Check out the guides to continue your journey.

  3. What is Quarkus? - Quarkus

    Quarkus allows developers to automatically generate Kubernetes resources including building and deploying container images without having to manually create YAML files.

  4. Creating Your First Application - Quarkus

    Mar 9, 2012 · With Quarkus, there is no need to create an Application class. It’s supported, but not required. In addition, only one instance of the resource is created and not one per request. You can …

  5. Guides - Latest - Quarkus

    Learn how to migrate your Vert.x OIDC application to Quarkus and choose to either retain Vert.x OIDC or replace it with Quarkus OIDC.

  6. Getting Started With Reactive - Quarkus

    With this in mind, let’s see how we can develop a CRUD application with Quarkus, which will use the I/O thread to handle the HTTP requests, interact with a database, process the result, and write the HTTP …

  7. Quarkus - Start coding with code.quarkus.io

    This page will help you bootstrap your Quarkus application and discover its extension ecosystem. Think of Quarkus extensions as your project dependencies. Extensions configure, boot and integrate a …

  8. release - Quarkus

    Apr 22, 2020 · Today, we released Quarkus 3.30, which introduces support for `@JsonView` on the REST Client, an update to Hibernate Validator 9.1, a CLI command to decrypt secrets, and more.

  9. Building Quarkus apps with Quarkus Command Line Interface (CLI)

    Building Quarkus apps with Quarkus Command Line Interface (CLI) The quarkus command lets you create projects, manage extensions and do essential build and development tasks using the …

  10. Vert.x Reference Guide - Quarkus

    By default, Quarkus includes the Brotli native library matching the platform you are running on. But sometimes, you need to include the native library for a different platform.