Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat build of Quarkus 2.2: Simplified Kubernetes-native Java

October 21, 2021
Jeff Beck
Related topics:
JavaQuarkus
Related products:
Red Hat build of QuarkusRed Hat OpenShift

    Red Hat has released the Red Hat build of Quarkus 2.2 to continue to support enterprise developers building Kubernetes-native Java applications. The latest release has many great features and performance improvements, including tools to improve developer productivity while in Dev Mode.

    Let's take a look at some highlights from this release. For a complete list, check out the release notes.

    Developer productivity

    One of Quarkus's founding principles is developer joy—that is, to provide a frictionless experience for Java developers through a combination of libraries, extensions, and other tools. This release continues that mission by offering new tools and services to make developers more efficient.

    Quarkus Dev UI

    The Quarkus Dev UI (see Figure 1) allows developers to quickly visualize and configure loaded extensions, including their status, documentation, and more. The Dev UI also provides quick access to application logs and testing components.

    The Quarkus Dev UI.
    Figure 1. Quarkus Developer UI with continuous testing results.

    To learn more, see the Quarkus Dev UI guide.

    Dev Services

    Dev Services provides automatic provisioning of unconfigured services, such as a database or identity server, when the application is started in Dev Mode. When the service extension is added, Quarkus will automatically start up the relevant service and wire up your application to use it. The growing list of Dev Services includes Kafka, Redis, Keycloak, AMQP, MongoDB, and more.

    Quarkus CLI

    The Quarkus command line lets you create projects, manage extensions, and perform essential build and dev commands using the underlying project build tool. The Quarkus CLI is currently available as a .jar installable using JBang.

    To install it in Linux, macOS, or Windows (using Windows Subsystem for Linux (WSL) or a bash-compatible shell like Cygwin or MinGW), run:

    curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force quarkus@quarkusio

    On Windows using PowerShell, run:

    iex "& { $(iwr https://ps.jbang.dev) } app install --fresh --force quarkus@quarkusio"

    To learn more, see the Quarkus CLI tooling guide.

    Continuous testing

    Quarkus supports continuous testing, in which tests run immediately after code changes have been saved. This lets you get instant feedback on your code changes. Quarkus detects which tests cover which code and uses this information only to run the relevant tests when code is changed.

    Learn more in the Quarkus continuous testing guide.

    {"preview_thumbnail":"/sites/default/files/styles/video_embed_wysiwyg_preview/public/video_thumbnails/0JiE-bRt-GU.jpg?itok=ujOAyfcx","video_url":"https://www.youtube.com/watch?v=0JiE-bRt-GU&ab_channel=EricDeandreaTV","settings":{"responsive":true,"width":"854","height":"480","autoplay":false},"settings_summary":["Embedded Video (Responsive)."]}

    Performance and framework efficiency

    Quarkus makes Java "supersonic subatomic" with fast startup times and low memory footprint. This release continues to improve the underlying framework efficiency and performance.

    RESTEasy Reactive support

    Quarkus delivers improved performance with support for lighting-fast RESTEasy Reactive. This integration optimizes your HTTP handling logic at build time, whether you use imperative or reactive programming.

    For more about RESTEasy Reactive in Quarkus, see the Quarkus blog.

    Vert.x 4

    This release has been upgraded to the next generation Eclipse Vert.x 4. This upgrade is a significant improvement to the full stack’s reactive capabilities and boosts overall performance.

    How to try Quarkus

    The best way to experience the new features of Quarkus is to start using it. Generate your code at code.quarkus.redhat.com.

    You can find more Quarkus resources on Red Hat Developer, including:

    • E-book: Quarkus for Spring Developers
    • E-book: Quarkus Cookbook
    • Tutorial: Learn Quarkus faster with quick starts in the Developer Sandbox for Red Hat OpenShift

    Migrating to Quarkus 2.0

    Ready to dive into Quarkus 2.0? The Quarkus community has created a Migration Guide 2.0 guide to make it easy for you to take advantage of all these great features.

    Last updated: June 4, 2024

    Related Posts

    • Why should I choose Quarkus over Spring for my microservices?

    • Quarkus for Spring developers: Kubernetes-native design patterns

    • Quarkus for Spring developers: Getting started

    • 10 reasons to develop Quarkus applications on Red Hat OpenShift

    • RESTEasy Reactive and more in Quarkus 2.0

    Recent Posts

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.