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
The following commit(s) were added to refs/heads/master by this push:
new c72661e Migrate tests to JUnit5 #214
c72661e is described below
commit c72661e64f9b06747e5891f0f3a918fcb9fa9be2
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 7 14:39:48 2025 -0500
Migrate tests to JUnit5 #214
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 70698f8..26b579f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add generics to
JXPathContext.iterate(String).</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add generics to
JXPathContext.iteratePointers(String).</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add generics to
JXPathContext.decimalFormats.</action>
+ <action dev="ggregory" type="fix" due-to="strangelookingnerd">Migrate
tests to JUnit5 #214.</action>
<!-- ADD -->
<action issue="JXPATH-123" dev="mbenson" type="add">
XPath function "ends-with" is not implemented (although "starts-with"
is).