RFR: 8326666: Remove the Java Management Extension (JMX) Subject Delegation feature [v7]
    Kevin Walls 
    kevinw at openjdk.org
       
    Tue Mar 12 19:43:26 UTC 2024
    
    
  
On Tue, 12 Mar 2024 15:38:37 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> It's a good suggestion.   Something like this:
>> 
>> All methods that take a `Subject` parameter will throw UOE if called with a non-null subject delegation.  JMX subject delegation feature is no longer supported.
>
> OK sure -- didn't want to make the individual delegationSubject mentions too terse, but if there is some earlier text then that could be OK...
Thanks, updating with those changes. Additionally, in JMXConnector I'm removing the text "Calling this method is equivalent to calling getMBSC(null)..." as that is pointless, and possibly misleading now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18025#discussion_r1522024836
    
    
More information about the serviceability-dev
mailing list