jakartaee / jaf-api

Jakarta Activation Specification project
https://jakartaee.github.io/jaf-api/
BSD 3-Clause "New" or "Revised" License
31 stars 33 forks source link

Remove SecurityManager references from API code in response to JEP 411 #125

Open rmcdouga opened 1 year ago

rmcdouga commented 1 year ago

JEP 411 deprecates Security Manager for future removal.

SecurityManager references appear throughout the API code. Specifically: CommandInfo.java (3 matches) CommandMap.java (3 matches) DataHandler.java (3 matches) FileTypeMap.java (3 matches) MailcapCommandMap.java MimetypesFileTypeMap.java ServiceLoaderUtil.java (2 matches)