Loading... (original) (raw)

JSR 379 propose to deprecate for removal the following modules:

java.activation
java.corba
java.transaction
java.xml.bind
java.xml.ws
java.xml.ws.annotation

@Deprecated(since="9", forRemoval=true) needs to be added to the module-info.java of each module to align with the proposal.

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8177586 Add @Deprecated(since="9", forRemoval=true) to EE modules

relates to

Bug - A problem which impairs or prevents the functions of the product. JDK-8181195 Add @Deprecated(since="9", forRemoval=true) to the java.se.ee aggregator module

Bug - A problem which impairs or prevents the functions of the product. JDK-8181702 Add @Deprecated(since="9", forRemoval=true) to the jdk.xml.bind and jdk.xml.ws modules