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

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

    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

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    • Red Hat UBI 8 builders have been promoted to the Paketo Buildpacks organization

    • Using eBPF in Red Hat products

    • How we made one data layer serve the UI, the mocks, and the E2E tests

    • Build trusted Python containers with Project Hummingbird and Calunga

    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

    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