1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Anuncie Aqui
    Anuncie aqui você Também: fdantas@4each.com.br

[JBoss] Support for Java 8 built EAR in JBoss EAP 8.0

Discussão em 'StackOverflow' iniciado por Stack, Novembro 21, 2025.

  1. Stack

    Stack Membro Participativo

    Our application with legacy components is built on Java 8 and is running successfully on JBoss EAP 7.4. The client now wants to migrate the application to JBoss EAP 8.0.

    However, when we try to deploy the application on EAP 8.0, we encounter javax.* exceptions, since EAP 8.0 uses Jakarta EE 10 (which replaces java.* with jakarta.*).

    We cannot upgrade our source application to use jakarta.* for various reasons.


    Questions

    1. Is there a backward compatibility like Tomcat that provides for version 10 and onwards (jakartaConverter="TOMCAT")?
    2. If not, what is the best way to convert my .ear file for it to be ready for deployment on JBoss?

    Continue reading...

Compartilhe esta Página