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

Serguei Spitsyn sspitsyn at openjdk.org
Wed Feb 1 00:00:59 UTC 2023


On Tue, 31 Jan 2023 14:29:38 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.
>
> Kevin Walls has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - Test additional print, and comment edit
>  - properties comment and formatting
>  - Print in getNotificationInfo

Thank you for the update, Kevin!
Thanks,
Serguei

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

Marked as reviewed by sspitsyn (Reviewer).

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


More information about the serviceability-dev mailing list