Skip to content

Instantly share code, notes, and snippets.

@marschall
Created October 13, 2016 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marschall/3f97e487c24e545b4a17689b0c236f24 to your computer and use it in GitHub Desktop.
Save marschall/3f97e487c24e545b4a17689b0c236f24 to your computer and use it in GitHub Desktop.
EE 7 jdeprscan
$JAVA_HOME/bin/jdeprscan --for-removal --release 9 oracle-javaee-api-7.0.jar
interface javax/ejb/EJBContext method getCallerIdentity has return type Ljava/security/Identity; deprecated FOR REMOVAL
interface javax/ejb/EJBContext method isCallerInRole has parameter type Ljava/security/Identity; deprecated FOR REMOVAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment