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.
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.