Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      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
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java 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

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • 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

Quick links: redhat.com, Customer Portal, Red Hat's developer site, Red Hat's partner site.

  • You are here

    Red Hat

    Learn about our open source products, services, and company.

  • You are here

    Red Hat Customer Portal

    Get product support and knowledge from the open source experts.

  • You are here

    Red Hat Developer

    Read developer tutorials and download Red Hat software for cloud application development.

  • You are here

    Red Hat Partner Connect

    Get training, subscriptions, certifications, and more for partners to build, sell, and support customer solutions.

Products & tools

  • Ansible.com

    Learn about and try our IT automation product.
  • Red Hat Ecosystem Catalog

    Find hardware, software, and cloud providers―and download container images―certified to perform with Red Hat technologies.

Try, buy, & sell

  • Red Hat Hybrid Cloud Console

    Access technical how-tos, tutorials, and learning paths focused on Red Hat’s hybrid cloud managed services.
  • Red Hat Store

    Buy select Red Hat products and services online.

Events

  • Red Hat Summit and AnsibleFest

    Register for and learn about our annual open source IT industry event.

Leading the future of Java with the Red Hat build of Quarkus 1.7

 

November 10, 2020
Jeff Beck
Related topics:
JavaKubernetesQuarkusServerless
Related products:
Red Hat build of OpenJDKRed Hat build of QuarkusRed Hat JBoss Enterprise Application Platform

Share:

Share on twitter Share on facebook Share on linkedin Share with email
  • Native code compilation
  • Additional features and capabilities
  • What’s next for Quarkus?
  • Get started with the Red Hat build of Quarkus 1.7

The latest supported version of the Red Hat build of Quarkus continues to drive the future of Java development for Kubernetes-native and serverless applications. This article introduces the technologies making it easier than ever to create fast, lightweight Java applications for container-based and serverless environments using the Red Hat build of Quarkus 1.7.

Native code compilation

Native code compilation

Developers using the Red Hat build of Quarkus can now choose between deploying natively compiled code or JVM-based code depending on an application's needs. Natively compiled Quarkus applications are extremely fast and memory-efficient, making Quarkus a great choice for serverless and high-density cloud deployments. Quarkus 1.7's support for native executables is provided by Mandrel, a downstream distribution of GraalVM based on OpenJDK 11.

Note: See this summary of the recently published Quarkus IDC Lab Validation Report for more about how Quarkus performs compared to traditional Java frameworks.

Additional features and capabilities

Additional features and capabilities

The Red Hat build of Quarkus 1.7 includes these additional features and capabilities:

  • Red Hat OpenShift 4.5 certification for supported configurations.
  • Support for Red Hat OpenShift Serverless (Knative Serving).
  • Integration with Red Hat Data Grid 8 (Infinispan client) and Red Hat's single sign-on technology (Keycloak).
  • Spring compatibility enhancements for cache, config, and scheduled.
  • The gRPC extension for remote procedure calls.
  • Support for the Mutiny reactive framework.

The gRPC extension and remote development

One of the founding principles of Quarkus is to bring Java developers joy. Quarkus delivers on this promise by providing developers with tools and capabilities such as live coding, unified configuration, IDE plug-ins, and more. The Red Hat build of Quarkus also supports a vast ecosystem of extensions for easily configuring, integrating, and compiling other frameworks and technologies. One such technology is the gRPC extension, which lets developers expose and consume remote procedure calls with Transport Layer Security (TLS) encryption and authentication.

Quarkus also provides a remote development mode that lets developers run Quarkus in container environments such as OpenShift. Changes to local files are immediately visible when in remote development mode.

OpenShift and serverless deployments

Its small memory footprint and fast boot times make Quarkus an ideal runtime for serverless applications. The Red Hat build of Quarkus is optimized for use with containers and Red Hat OpenShift Container Platform. As a result, developers can easily deploy Kubernetes-native and serverless applications without worrying about the underlying infrastructure. The Quarkus OpenShift extension lets you use Apache Maven in a single build command or the Source-to-Image (S2I) method to deploy Quarkus applications and Kubernetes resources on OpenShift. The Quarkus OpenShift extension also supports deploying Quarkus applications to OpenShift with Knative Serving installed. Knative Serving scales application services up and down depending on the load size.

Note: See the Red Hat Build of Quarkus 1.7 documentation for more about deploying Quarkus applications on OpenShift and as OpenShift Serverless services.

More tools for developers

In addition to the optimizations and integrations with OpenShift, the Red Hat build of Quarkus is also tightly integrated with Red Hat Data Grid 8 and Red Hat's single sign-on technology.

Red Hat Data Grid 8 is an in-memory, distributed, NoSQL datastore solution based on Infinispan. Using the Quarkus Infinispan extension, developers can connect to a Data Grid server running outside of application processes and create native executables. See Securely connect Quarkus and Red Hat Data Grid on Red Hat OpenShift for more about this technology.

Red Hat's single sign-on technology provides support with securing web applications. The Keycloak extension provides the architecture, authentication and authorization mechanisms, and other tools for creating production-quality security for your applications. See the DevNation Tech Talk, Easily secure your cloud-native microservices with Keycloak to learn more about securing Quarkus microservices with single sign-on technology from Red Hat.

What’s next for Quarkus?

What’s next for Quarkus?

The Quarkus community is rapidly innovating and releasing updates. We will continue to mirror this innovation to support Java developers creating cloud-native applications with Quarkus. Future releases of the Red Hat build of Quarkus will add new features and capabilities to improve developer productivity. We will also continue to find ways to support developers in creating serverless applications beyond OpenShift.

Get started with the Red Hat build of Quarkus 1.7

Get started with the Red Hat build of Quarkus 1.7

For developers interested in getting started, the Quarkus initializer is a powerful way to bootstrap your Quarkus application and discover its extensions ecosystem.

Last updated: February 11, 2024

Recent Posts

  • 4 essential network automation use cases for everyone

  • 6 benefits of Models-as-a-Service for enterprises

  • GuideLLM: Evaluate LLM deployments for real-world inference

  • Unleashing multimodal magic with RamaLama

  • Integrate Red Hat AI Inference Server & LangChain in agentic workflows

Red Hat Developers logo LinkedIn YouTube Twitter Facebook

Products

  • Red Hat Enterprise Linux
  • Red Hat OpenShift
  • Red Hat Ansible Automation Platform

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

Red Hat legal and privacy links

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

Report a website issue