[jdk23] Integrated: 8333344: JMX attaching of Subject does not work when security manager not allowed

2024-06-21 Thread Kevin Walls
On Thu, 20 Jun 2024 15:24:35 GMT, Kevin Walls  wrote:

> 844: JMX attaching of Subject does not work when security manager not 
> allowed

This pull request has now been integrated.

Changeset: 23f2c97f
Author:Kevin Walls 
URL:   
https://git.openjdk.org/jdk/commit/23f2c97f4ce42316fd51290175b01b41bcc24f6b
Stats: 162 lines in 17 files changed: 113 ins; 3 del; 46 mod

844: JMX attaching of Subject does not work when security manager not 
allowed

Reviewed-by: dfuchs
Backport-of: bcf4bb4882e06d8c52f6eb4e9c4e027ba0622c5f

-

PR: https://git.openjdk.org/jdk/pull/19810


Integrated: 8333344: JMX attaching of Subject does not work when security manager not allowed

2024-06-19 Thread Kevin Walls
On Mon, 10 Jun 2024 11:28:28 GMT, Kevin Walls  wrote:

> JMX uses APIs related to the Security Mananger which are deprecated.  Use of 
> AccessControlContext will be removed when Security Manager is removed.
> 
> Until then, updates are needed to not require setting  
> -Djava.security.manager=allow to use JMX authentication.

This pull request has now been integrated.

Changeset: bcf4bb48
Author:Kevin Walls 
URL:   
https://git.openjdk.org/jdk/commit/bcf4bb4882e06d8c52f6eb4e9c4e027ba0622c5f
Stats: 162 lines in 17 files changed: 113 ins; 3 del; 46 mod

844: JMX attaching of Subject does not work when security manager not 
allowed

Reviewed-by: weijun, dfuchs

-

PR: https://git.openjdk.org/jdk/pull/19624