Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

What's new in the Red Hat build of Quarkus version 3.2

October 27, 2023
Jeff Beck
Related topics:
JavaKubernetesQuarkus
Related products:
Red Hat build of Quarkus

Share:

    Continuing the mission to support enterprise developers in building Kubernetes-native Java applications, Red Hat has released version 3.2 of the Red Hat build of Quarkus. The latest release has a number of great features and performance improvements including tools to improve developer productivity.

    Let’s take a look at the highlights of this release. For a complete list of new features, check out the official Red Hat build of Quarkus 3.2 release notes.

    New features improve developer productivity

    One of the founding principles of Quarkus is to provide joy to Java developers by creating a frictionless experience with a combination of tools, libraries, extensions, and more. This release continues that mission by making developers more efficient with new tools and services such as DevUI, Quarkus CLI, and PACT contract testing.

    Dev UI

    Red Hat build of Quarkus 3.2 includes a new and improved Dev UI (Figure 1) with many new features, including new menu navigation, the ability to view and update configuration files, view Dev Services information, manage and visualize continuous testing, view build information, and more. You can access the new Dev UI at /q/dev-ui while in Dev Mode. For more information, refer to the Dev UI guide.

    Check out the Dev UI playlist on the Quarkus YouTube channel to learn more.

    An animated illustration of the new Dev UI console.
    Figure 1: This illustration shows the new Dev UI console.

    Quarkus CLI

    The Quarkus command line tool now includes almost thirty various commands to create projects, manage extensions, and perform essential build and dev commands. This release includes additional features, such as the Quarkus deploy command that enables the deployment of Quarkus applications to platforms like Kubernetes, Knative, and Red Hat OpenShift without requiring changes to the project dependencies or configuration. Visit the Quarkus blog for a list of supported commands and more about the Quarkus CLI.

    Pact

    Red Hat build of Quarkus 3.2 introduces Pact contract-based testing capability, which has a significant impact on the development process for Quarkus developers. Quarkus provides out-of-the-box support for Pact, allowing developers to easily integrate it into their testing and deployment workflows without any additional setup. This can help save time and ensure that developers can focus on writing code. Read this blog post for more information about using Pact.

    The following 6-minute video, "Quarkus 3 Technical Spotlight: PACT contract testing", describes the benefits of contract testing.

    New Kubernetes-native features

    Quarkus enables Java developers to create performant, easily deployable, and maintainable applications on Kubernetes. This release includes impactful Kubernetes-native features, including a new Dev Service for Kubernetes deployments.

    Kubernetes Dev Services

    It can be difficult for developers to get access to a Kubernetes cluster for local development. Red Hat build of Quarkus 3.2 includes a new Dev Service for Kubernetes that automatically starts and configures a Kubernetes API server in dev mode and when running tests utilizing Docker. Dev Services for Kubernetes implements a service discovery mechanism for your Quarkus applications running in dev mode to share a single cluster.

    Learn more about Dev Services for Kubernetes.

    More efficient framework performance

    Quarkus makes Java supersonic and subatomic with fast startup times, low memory footprint, and a small disk footprint. This release continues to improve the Quarkus framework's performance and efficiency.

    Hibernate upgrade

    Hibernate ORM 6.2 is a major upgrade to the main persistence layer of Quarkus. It brings a lot of improvements and new features, including migration to the Jakarta Persistence 3.0 specification, performance improvements to JDBC, and more. The move to Hibernate 6.2 introduces many great features, but it also introduces a few breaking changes. We created a Hibernate migration guide to make the upgrade from version 5 to 6 as smooth as possible.

    Hibernate Reactive 2

    Hibernate Reactive has been upgraded to version 2.0 to be compatible with Hibernate ORM 6. Hibernate Reactive supports non-blocking database drivers and provides a reactive style of interaction with the database.

    Learn how to use Hibernate Reactive.

    Azure Functions

    Red Hat build of Quarkus 3.2 introduces a new Azure Functions integration that allows developers to bootstrap Quarkus automatically using CDI beans during the implementation of the function. Azure Functions provides a serverless platform on Azure cloud for developers to build, deploy, and manage event-driven serverless functions with multiple languages, Azure services integration, scalability, and good developer experience.

    Refer to the Azure Functions guide for more information. The following 10-minute video, "Quarkus 3 Technical Spotlight: Natively integrating with Azure Functions," demonstrates how this new Azure Functions integration works.

    Community and standards

    Quarkus begins and ends with the community. Quarkus includes a vast extension ecosystem of over 400 extensions in addition to support for popular Java APIs and standards. This release continues that mission with new features and standards support.

    Java SE 11 and 17

    Red Hat build of Quarkus 3.2 continues to target the minimal version of Java 11 with Java 17 as the recommended version. We will continue to revise the minimal Java version based on user feedback and the uptake of Java 17 in the ecosystem.

    Jakarta EE APIs

    Red Hat build of Quarkus 3.2 has updated to the latest Jakarta APIs, which includes a community alignment around the new jakarta*. package names. We know this is a big change, so we included an automated update tool to minimize your effort and make migrating as smooth as possible.

    Microprofile 6

    Red Hat build of Quarkus 3.2 is aligned with MicroProfile 6.0 and Jakarta EE Core Profile 10. The Micrometer Metrics extension is recommended over the deprecated SmallRye Metrics implementation of MicroProfile Metrics.

    Easy migration

    We want to make migrating to Red Hat build of Quarkus 3.2 seamless for our users. With that in mind, we have created a migration guide and automated tooling to facilitate this process, including migrating to Hibernate 6.2 and Jakarta EE APIs.

    Support

    The Red Hat build of Quarkus 3.2 release is a major release. With a major release, each feature is fully supported for one year until the next feature release (approximately every 6 months). When a feature release is superseded by a new version, Red Hat continues to provide six months of maintenance support.

    CVE update

    Rapid Reset (CVE-2023-44487), affecting the HTTP/2 protocol is fixed in this release. It impacts many products, including old and new versions of Quarkus. While we typically fix such issues in newer versions, we have backported fixes to the 2.13 stream and also applied them to the finalized 3.2 version. Due to this approach, some CVE scanning tools might show false positives for this CVE. However, since Red Hat builds from source, we can address the flaw in the current version with a new build number.

    Try Quarkus

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

    You can find more Quarkus resources on Red Hat Developer:

    • Get started
    • Quarkus on OpenShift
    • Quarkus for Spring Developers e-book
    • Quarkus Cookbook

    Related Posts

    • Supersonic, Subatomic gRPC services with Java and Quarkus

    • Kubernetes-native Spring apps on Quarkus

    • Quarkus: A quick-start guide to the Kubernetes-native Java stack

    • Kubernetes-native inner loop development with Quarkus

    Recent Posts

    • Kubernetes MCP server: AI-powered cluster management

    • Unlocking the power of OpenShift Service Mesh 3

    • Run DialoGPT-small on OpenShift AI for internal model testing

    • Skopeo: The unsung hero of Linux container-tools

    • Automate certificate management in OpenShift

    What’s up next?

    Build and deploy a Quarkus application to OpenShift in minutes!

    Start learning
    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue