RFR: 8333344: JMX attaching of Subject does not work when security manager not allowed [v19]
    Kevin Walls 
    kevinw at openjdk.org
       
    Tue Jun 18 12:17:46 UTC 2024
    
    
  
> 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.
Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
  Additional test runs with SM enabled
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/19624/files
  - new: https://git.openjdk.org/jdk/pull/19624/files/384a3a19..697fc0d6
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19624&range=18
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19624&range=17-18
  Stats: 7 lines in 3 files changed: 7 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/19624.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19624/head:pull/19624
PR: https://git.openjdk.org/jdk/pull/19624
    
    
More information about the core-libs-dev
mailing list