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

EJBContext.getCallerIdentity should be removed #136

Closed bshannon closed 6 years ago

bshannon commented 6 years ago

The EJBContext.getCallerIdentity method returns an object of type java.security.Identity. Identity has been deprecated for removal in Java SE. See JDK-8175091. The current plan is to remove it in JDK 12.

A future version of the EJB spec needs to remove the getCallerIdentity method to enable support on JDK 12 and later.

bshannon commented 6 years ago

Duplicate of https://github.com/javaee/ejb-spec/issues/130.