javaee / ejb-spec

See javax.ejb project for API. Contains legacy issues only.
https://github.com/javaee/javax.ejb
6 stars 1 forks source link

Identity scheduled for removal #130

Open glassfishrobot opened 8 years ago

glassfishrobot commented 8 years ago

javax.ejb.EJBContext references the deprecated java.security.Identity type twice. This type as been deprecated since 1.2. In SE 9 java.security.Identity is marked as for removal so a removal can happen in SE 10.

Given that EE 8 is likely to ship after SE 9 and how EE release cycles have been in the past it is not unlikely that people will eventually run EE 8 und SE 10.

glassfishrobot commented 8 years ago

Reported by braghest

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA EJB_SPEC-130

bshannon commented 6 years ago

See JDK-8175091. The current plan is to remove Identity in JDK 12.