-
Enhancement
-
Resolution: Fixed
-
P2
-
9
-
b162
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177586 | 10 | Lance Andersen | P2 | Resolved | Fixed | b04 |
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.
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
-
JDK-8177586 Add @Deprecated(since="9", forRemoval=true) to EE modules
- Resolved
- relates to
-
JDK-8181195 Add @Deprecated(since="9", forRemoval=true) to the java.se.ee aggregator module
- Closed
-
JDK-8181702 Add @Deprecated(since="9", forRemoval=true) to the jdk.xml.bind and jdk.xml.ws modules
- Closed