On Mon, 18 Nov 2024 07:16:32 GMT, Alan Bateman <[email protected]> wrote:
> I think Brent and/or Lance have been working on this already.
Happy to yield if Brent/Lance has something cooking. Otherwise, perhaps their
time is better spent as reviewers.
> If you are taking this, can you remove
> src/java.sql.rowset/share/classes/com/sun/rowset/internal/XmlReaderContentHandler.java
> from the patch as it introduces a behavioural change that may require
> further work.
Seems like a clean inline, how does this introduce a behavioural change?
`ReflectUtil`:
public static Class<?> forName(String name) throws ClassNotFoundException {
return Class.forName(name);
}
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22185#issuecomment-2482224945