Wednesday 20 January 2021

Java11: Removal of CORBA and Java EE modules

Common Object Request Broker Architecture (CORBA) and Java Enterprise Edition (Java EE) modules were deprecated in Java9. These libraries are removed in Java11.

 

Following modules are deleted in Java11.

 

a.   java.xml.ws (JAX-WS, plus the related technologies SAAJ and Web Services Metadata)

b.   java.xml.bind (JAXB)

c.    java.activation (JAF)

d.   java.xml.ws.annotation (Common Annotations)

e.   java.corba (CORBA)

f.     java.transaction (JTA)

g.   java.se.ee (Aggregator module for the six modules above)

h.   jdk.xml.ws (Tools for JAX-WS)

i.     jdk.xml.bind (Tools for JAXB)

 

Reference

https://openjdk.java.net/jeps/320

Previous                                                    Next                                                    Home

No comments:

Post a Comment