jmx-dev RFR: 8326666: Remove the Java Management Extension (JMX) Subject Delegation feature [v5]

Kevin Walls kevinw at openjdk.org
Thu Mar 14 12:26:52 UTC 2024


On Mon, 11 Mar 2024 15:19:08 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>>> Is there any value in keeping `SubjectDelegationPermission` after this change? If so, I would mark that API deprecated for removal, so that it can be removed in the next release or two.
>> 
>> No, nothing uses SubjectDelegationPermission.  That can be deprecated.
>> 
>>> Are there remaining tests that test the JMX fine grained permissions feature w/o depending on subject delegation?
>> 
>> Yes there are some tests other than those changed here, which use MBeanPermission in policies and become irrelevant post-SM.
>
>> Is there any value in keeping `SubjectDelegationPermission` after this change? If so, I would mark that API deprecated for removal, so that it can be removed in the next release or two.
> 
> No issue with deprecation. I guess it can be removed once `java.security.Policy` is removed?

Thanks @dfuch for the comments and review. 8-)

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18025#issuecomment-1997329701


More information about the jmx-dev mailing list