[jdk20] Integrated: 8299891: JMX ObjectInputFilter additional classes needed
Kevin Walls
kevinw at openjdk.org
Wed Feb 1 09:18:04 UTC 2023
On Wed, 11 Jan 2023 09:40:11 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> 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-related 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.
This pull request has now been integrated.
Changeset: 225f8053
Author: Kevin Walls <kevinw at openjdk.org>
URL: https://git.openjdk.org/jdk20/commit/225f80532cbeb1597c7f5d660e67d4fa4248c83f
Stats: 158 lines in 2 files changed: 145 ins; 0 del; 13 mod
8299891: JMX ObjectInputFilter additional classes needed
Reviewed-by: dfuchs, sspitsyn, cjplummer
-------------
PR: https://git.openjdk.org/jdk20/pull/97
More information about the serviceability-dev
mailing list