On Wed, 3 Nov 2021 01:10:46 GMT, Joe Wang <jo...@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