[jdk20] RFR: 8299891: JMX ObjectInputFilter additional classes needed [v2]

Kevin Walls kevinw at openjdk.org
Wed Jan 18 17:56:43 UTC 2023


> The default setting for the ObjectInputFilter for JMX, introduced in jdk20, is too restrictive.
> javax.management.Attribute and AttributeList classes are also needed, and Query related classes.
> 
> There are a number of Query-relate classes, so adding javax.management.* is appropriate otherwise the list becomes hard to manage.  This is a * and not a ** which would mean all subpackages, so the openmean subpackage stays in the list.

Kevin Walls has updated the pull request incrementally with two additional commits since the last revision:

 - filter properties update: more classes logged as ALLOWED during wider testing
 - Add a Notification test

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

Changes:
  - all: https://git.openjdk.org/jdk20/pull/97/files
  - new: https://git.openjdk.org/jdk20/pull/97/files/96cc5120..ab81891d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk20&pr=97&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk20&pr=97&range=00-01

  Stats: 51 lines in 2 files changed: 48 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk20/pull/97.diff
  Fetch: git fetch https://git.openjdk.org/jdk20 pull/97/head:pull/97

PR: https://git.openjdk.org/jdk20/pull/97


More information about the serviceability-dev mailing list