For my application we have migrated everything to Jakarta EE 9 so renaming every namespace from “javax” to “jakarta” and also update hibernate from 5 to 6. My problem is that it needs to deploy on JBoss 7.4, is it possible to make use of the “deployment-structure.xml” to make it possible to deploy it on JBoss 7.4? or is that impossible to make it?
Have tried excluding modules but with no success yet.
JBoss EAP 7.4 is Java EE 8 /JakartaEE 8 certified so a Jakarta EE9 application won't deploy on it. For Jakarta EE 10 you should use JBoss EAP 8