On Thu, 14 Mar 2024 12:23:09 GMT, Kevin Walls <[email protected]> wrote:
>> The deprecated Subject Delegation feature in JMX will be removed.
>>
>> This was marked in JDK 21 as deprecated for removal (JDK-8298966).
>
> Kevin Walls has updated the pull request incrementally with one additional
> commit since the last revision:
>
> RMIConnectionImpl_Stub also should explicity inherit the unchecked UOE.
The spec updates are good with me. Caught one formatting nit in the
`RMIConnection` class spec.
src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java
line 85:
> 83: *
> 84: * <p>JMX Subject Delegation has been removed. All methods that take a
> 85: * delegationSubject parameter will throw UnsupportedOperationException if
Suggestion:
* delegation subject parameter will throw {@code
UnsupportedOperationException} if
-------------
Marked as reviewed by mchung (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18025#pullrequestreview-1937202285
PR Review Comment: https://git.openjdk.org/jdk/pull/18025#discussion_r1525173122