Loading... (original) (raw)

JDK 9 proposes to deprecate for removal the following tool modules:

jdk.xml.bind
jjdk.xml.ws

@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-8181999 Add @Deprecated(since="9", forRemoval=true) to the jdk.xml.bind and jdk.xml.ws modules

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-8182346 Add @Deprecated(since="9", forRemoval=true) to the jdk.xml.bind and jdk.xml.ws modules

clones

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

relates to

Enhancement - null JDK-8174728 Add @Deprecated(since="9", forRemoval=true) to EE modules