RFR: 8347433: Deprecate XML interchange in java.management/javax/management/modelmbean/DescriptorSupport for removal [v2]
Daniel Fuchs
dfuchs at openjdk.org
Mon Feb 24 12:35:56 UTC 2025
On Sun, 23 Feb 2025 20:58:08 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> But the question is interesting. There could be code out there that instantiate and throws this exception for its own purpose. Or that tries to catch it, or instanceof it... Maybe we should let it linger longer than the associated API that throws it.
>
> If we wanted to be really cautious, we could hold off removal of the exception class. But we should still deprecate it for removal now.
> Code out there using specifically javax/management/modelmbean/XMLParseException would most likely be a mistake, it most likely meant some other XMLParseException class... There really should not be any external usage...
OK
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23038#discussion_r1967559781
More information about the serviceability-dev
mailing list