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

What's new in JBoss Enterprise Application Platform 8.0

February 5, 2024
Philip Hayes
Related topics:
Java
Related products:
Red Hat JBoss Enterprise Application Platform

Share:

    Red Hat recently announced the latest release of their Jakarta EE compliant platform, JBoss EAP 8.0. With this release, companies will be able to take advantage of the latest Jakarta EE APIs and significantly extend the life cycle of their enterprise Java applications.

    JBoss EAP 8.0 introduces improvements across many areas of the platform, including the management console and CLI, security, clustering, datasource and EJB subsystems. For a more detailed list of the new features and enhancements, as well as the removed and deprecated features, refer to the JBoss EAP 8.0 release notes.

    In this article, we will describe the new JBoss EAP 8.0 features and the tools provided by Red Hat to help customers migrate from older versions of JBoss EAP.

    Long-life support for Jakarta EE applications

    JBoss EAP 8.0 is adopting a long life cycle support policy, as indicated in the support life cycle page.

    Jakarta EE 10 compatibility

    JBoss EAP 8.0 provides implementations of the Jakarta EE 10 APIs, compared to Jakarta EE 8, which is supported by JBoss EAP 7.4. Jakarta EE 10 comes with many changes to Jakarta EE. Learn more about how to migrate your JBoss EAP applications from Jakarta EE 8 to Jakarta EE 10.

    One of the most significant changes introduced by the move to Jakarta EE 10 is the namespace change from javax to jakarta. This follows the move of Java EE to the Eclipse Foundation and the establishment of Jakarta EE.

    To help our customers with the application code changes required for this move, Red Hat has updated our Migration Toolkit for Applications (MTA) with rules to identify and implement these changes.

    Jakarta EE 10 Core Profile

    Jakarta EE 10 Core Profile is now available in JBoss EAP 8.0. Jakarta EE Core Profile is introduced with Jakarta EE 10 and targets developers of modern cloud applications with a focus on a minimal set of APIs that support cloud-native development and microservices. The Jakarta EE 10 Core Profile is available as a Galleon provisioning layer, ee-core-profile-server.

    Modernized provisioning system

    JBoss EAP 8.0 introduces a new provisioning system that provides increased consistency across all deployment targets (bare metal, VM, or cloud) and reduces disparity between testing/staging and production environments.

    Depending on the target environment, the appropriate tools perform provisioning (e.g., Maven plugin for the cloud or the jboss-eap-installation-manager CLI for bare metal / VM). At the core of these tools are the same three concepts: feature packs, layers, and channels. A channel is a collection of backwards-compatible releases of components required to provision a particular product version (e.g., 8.0, 8.1, etc.) For cloud deployments, the provisioning system is designed to deploy only the layers required to support applications dependencies, resulting in a reduced image size and attack surface.

    Operations teams benefit from consistent configuration and the use of these concepts regardless of deployment target or environment, by using the same datasource layer to deploy database drivers on VM and on the cloud, for example.

    The new provisioning system supports both online and offline deployments. Online deployments dependencies are pulled from the Red Hat maven repository. Offline deployments are enabled using a local archive of the maven repository, which can be downloaded from Red Hat's download servers.

    Improved cloud workflow tools

    JBoss EAP 8. introduces updated tools to help with the provisioning of JBoss EAP 8.0 applications images for running on the Red Hat OpenShift Container Platform. These tools empower developers to manage and optimize the deployment of their Jakarta EE applications on Kubernetes platforms, such as Red Hat OpenShift. With JBoss EAP 8.0, developers have a lot more control over how JBoss EAP is deployed and configured on OpenShift, leading to improved productivity and more streamlined and secure OpenShift images.

    One of the main improvements is the introduction of the JBoss EAP Maven plugin, which provides significant improvements that make configuring JBoss EAP on OpenShift easier and more flexible.

    For more information, take a look at the article, How JBoss EAP 8 makes deployment on OpenShift easier.

    Security enhancements

    The security enhancements introduced by JBoss EAP 8.0 include a new elytron-oidc-client subsystem that provides native support for OpenID Connect. It will now be possible to secure apps deployed to JBoss EAP 8.0 with OIDC without using the RH SSO OIDC adapter, which is no longer provided by JBoss EAP.

    JBoss EAP 8.0 removes legacy security frameworks (picketlink and picketbox). These have been deprecated since JBoss EAP 7.1. For more information about the security enhancements for JBoss EAP 8.0, refer to the security section in the release notes.

    JDK support

    Red Hat recommends using JDK 17 because JDK 11 support was deprecated in JBoss EAP 7.4. JDK 11 continues to be deprecated in JBoss EAP 8.0 while it is still supported.

    Support for Java SE 21 is planned for a future release of JBoss EAP 8.

    Migration tooling

    Red Hat is also delivering an updated Migration Toolkit for Applications (MTA) to help customers move to JBoss EAP 8.0 from earlier versions of JBoss EAP and to Java 11 / 17 from Java 8.

    In addition to the MTA update, Red Hat is also shipping an updated server migration tool, which will automate the server configuration changes required to upgrade from JBoss EAP 7.x to JBoss EAP 8.0.

    Datasources feature pack support

    The eap-datasources-galleon-pack Galleon feature-pack includes layers that provide the required drivers and modules for the following databases: Oracle, Microsoft SQL Server, and PostgreSQL.

    The modernized provisioning system enables you to deploy and configure these drivers to any target environment (e.g., bare metal, VM, or cloud).

    JBoss EAP XP (expansion pack) 5.0

    After the JBoss EAP 8.0 GA release, there is a plan to release JBoss EAP XP 5.0 GA as its compatible expansion pack and an Eclipse MicroProfile version that aligns with Jakarta EE 10.

    Adding the expansion pack to JBoss EAP enables developers to add cloud-native functionality to their existing Jakarta EE applications, such as adding metrics, health endpoints, and reactive messaging support.

    JBoss EAP XP 5.0 tentatively plans to add support for the following:

    • MP OpenTelemetry replacing MP OpenTracing
    • More OpenShift / Kubernetes Cloud Native Enhancements:
      • Helm Charts for EAP XP templates functionality
    • Micrometer Metrics version 1.9
    • MicroProfile LRA (Long Running Actions) - Tech Preview
    • Support for AMQP Connector to AMQ Broker using MP Reactive Messaging

    For the exact feature set, please refer to the JBoss EAP expansion pack 5.0 release notes after the release.

    Summary

    With the release of JBoss EAP 8.0, Red Hat is demonstrating continued commitment to providing support for Jakarta EE applications, enabling the use of updated Jakarta EE APIs and providing a consistent deployment approach independent of target environment. JBoss EAP 8.0 enhances application security with the removal of legacy security frameworks and introduction of native OpenID connect support.

    Red Hat is providing Jakarta EE Core profile support and improved cloud workflow tools for customers who want to modernize their Jakarta EE applications and move to a cloud-native environment.

    Related Posts

    • How to migrate apps from JBoss EAP 7.x to JBoss EAP 8.0

    • The road to JBoss EAP 8

    • Using Clustered Camel Quartz Jobs on JBoss EAP

    • What enterprise developers need to know about security and compliance

    Recent Posts

    • How Trilio secures OpenShift virtual machines and containers

    • How to implement observability with Node.js and Llama Stack

    • How to encrypt RHEL images for Azure confidential VMs

    • How to manage RHEL virtual machines with Podman Desktop

    • Speech-to-text with Whisper and Red Hat AI Inference Server

    What’s up next?

    Learn how to deploy applications to multiple application servers via Tomcat, JBoss Enterprise Application Platform (JBoss EAP), and Wildfly with the IntelliJ IDE extension.

    Start learning
    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