[jdk11u-dev] RFR: 8276141: XPathFactory set/getProperty method
Matthias Baesken
mbaesken at openjdk.java.net
Thu Feb 17 13:08:10 UTC 2022
On Wed, 16 Feb 2022 16:06:59 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 11.0.15-oracle.
>
> I had to do two straight forward fixes:
> XPathFactoryImpl Tag @LastModified is adapted in head but does not exist in 11.
> XPathTest.java A larger hunk did not apply. Simple to patch by hand.
LGTM mostly; However I really wonder about the since 18 tags in the API see
src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java is this really what we want to have in 11 (or 17 where we find this in the backport too) ?
And the JCK breaking does not sound too well, is an update confirmed ?
-------------
Marked as reviewed by mbaesken (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/828
More information about the jdk-updates-dev
mailing list