eirbjo opened a new pull request, #1035: URL: https://github.com/apache/tomee/pull/1035
The `EJBContext` methods `getEnvironment`, `getCallerIdentity` and `isCallerInRole(Identity)` were removed in Jakarta EE 9, but their implementations remain in `BaseContext`. This PR suggests we remove these now-obsolete methods and also add `@Override` annotations to prevent future removals going unnoticed. This also removed the depdency on the deprecated for-removal `java.security.Identity` class and allows TomEE to run on future JREs where this class has been removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
