jakartaee / jaf-api

Jakarta Activation Specification project

Home Page:https://jakartaee.github.io/jaf-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove SecurityManager references from API code in response to JEP 411

rmcdouga opened this issue · comments

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)