You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by "eirbjo (via GitHub)" <gi...@apache.org> on 2023/04/20 06:59:45 UTC

[GitHub] [tomee] eirbjo opened a new pull request, #1035: Remove the obsolete EJBContext methods

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: dev-unsubscribe@tomee.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Remove obsolete EJBContext methods (tomee)

Posted by "rzo1 (via GitHub)" <gi...@apache.org>.
rzo1 merged PR #1035:
URL: https://github.com/apache/tomee/pull/1035


-- 
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: dev-unsubscribe@tomee.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org