RFR: 8276141: XPathFactory set/getProperty method [v2]

Joe Wang joehw at openjdk.java.net
Wed Nov 3 01:14:09 UTC 2021


On Wed, 3 Nov 2021 01:10:46 GMT, Joe Wang <joehw at openjdk.org> wrote:

>> Add setProperty/getProperty methods to the XPath API so that properties can be supported in the future.
>
> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add default impl; Add tests.

Thanks Alan. Added "since"; Added default impl; Added tests. Note that I removed the run with security manager from this test. As the Security Manager is deprecated, the run with security manager in tests unrelated to secure processing will need to be removed.

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

PR: https://git.openjdk.java.net/jdk/pull/6215


More information about the core-libs-dev mailing list