Update the EAP migration guide to describe Java Platform Module System (JPMS) changes in EAP 7.3.0, as compared to EAP 7.2.
This may impact developers of client side applications that use a JPMS (Java Platform Module System) architecture. Please note that JBoss EAP's JDK 11 support does not include deploying JPMS user modules to the server.
Java Platform Module System (JPMS) module name changes:
GroupId | EAP 7.2 module name | EAP 7.3 module name |
---|---|---|
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec | beta.jboss.jaxrs.api_2_1 | java.ws.rs |
org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.5_spec | beta.jboss.jacc.api_1_5 | java.security.jacc |
org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec | beta.jboss.jaspi.api_1_1 | java.security.auth.message |
- relates to
-
WINDUPRULE-396 JBoss EAP 7.3: Move to Jakarta EE Maven Artifacts
- Dev Complete