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

Weijun Wang weijun at openjdk.org
Fri Mar 8 22:07:03 UTC 2024


On Thu, 7 Mar 2024 22:00:13 GMT, Kevin Walls <kevinw at openjdk.org> 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 three additional commits since the last revision:
> 
>  - Clarify deprecation comment.
>  - typo
>  - Remove additional passing of delegatedSubject in ClientListenerInfo and ClientNotifForwarder

src/java.management/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java line 2:

> 1: /*
> 2:  * Copyright (c) 2002, 2024 Oracle and/or its affiliates. All rights reserved.

Missing `,` after 2024.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18025#discussion_r1518357791


More information about the jmx-dev mailing list