Paul Krill
Editor at Large

Red Hat’s Quarkus Java stack moves toward production release

news
Nov 6, 20192 mins

Quarkus is a fast, lightweight, Kubernetes-native Java stack for building serverless and microservices applications

Java / coffee
Credit: Robert Shunev

The fast, lightweight, open source Quarkus Java stack will graduate from its current beta designation and become available as a production release at the end of November. Sponsored by Red Hat, the microservices-oriented Java stack supports both reactive and imperative programming models. 

Quarkus is a Kubernetes-native Java stack for cloud-native and serverless application development. Quarkus promises faster startup times and lower memory consumption than traditional Java-based microservices frameworks. It features a reactive core based on Vert.x, a toolkit for building reactive applications based on the JVM, and the ability to automatically reflect code changes in running applications. 

Other features of Quarkus 1.0 include:

  • APIs for building cloud-native applications.
  • Integrations with other technologies including the Apache Kafka streaming platform, Eclipse MicroProfile for Java microservices, Hibernate object-relational mapping, and RESTEasy for REST web services.
  • MicroProfile open tracing for observing traffic patterns.
  • MicroProfile Metrics for exposing the JVM, Quarkus runtime, and custom application metrics to monitoring platforms such as Prometheus.
  • Java framework extensions to support compiling an application to a native binary.
  • A non-blocking security layer enabling reactive authentication and authorization and allowing reactive security operations to integrate with Vert.x.
  • Improved Spring API compatibility including Spring Web, Spring Data JPA, and Spring DI.

Planned additions to Quarkus include:

  • Enhanced Spring API compatibility.
  • Improved observability.
  • Support for long-running transactions.
  • Java 11 native compilation support.

Quarkus supports Java 8, Java 11, and Java 13 when used on the JVM.

Getting started with Quarkus

Developers need an IDE such as Eclipse or Microsoft’s Visual Studio Code editor. Instructions on ramping up with Quarkus can be found on quarkus.io. Quarkus is available under an Apache Software License 2.0 or a compatible license.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author