This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit 6a0a1c16eec2440d64fcd300a022ddabe1d839d5 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Mar 16 15:03:23 2025 -0400 NodeSet.getPointers() is now typed with generics --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 70c9b77..6da44d1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -107,6 +107,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="strangelookingnerd">Migrate tests to JUnit5 #214.</action> <action dev="ggregory" type="fix" due-to="strangelookingnerd, Gary Gregory">Replace try-catch constructs in tests with assertThrows #215.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Use generics internally.</action> + <action dev="ggregory" type="fix" due-to="Gary Gregory">NodeSet.getPointers() is now typed with generics.</action> <!-- ADD --> <action issue="JXPATH-123" dev="mbenson" type="add"> XPath function "ends-with" is not implemented (although "starts-with" is).
