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 48fefc07a032d4d91a58b57be513fe4ce4abc47d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 18 14:31:51 2022 -0400

    Organize
---
 src/changes/changes.xml | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 34c4db1..2ad2721 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,23 +48,23 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- The release date is the date RC is cut -->
     <release version="1.4" date="2014-??-??" description="New features and bug 
fixes.">
       <!-- FIX -->
-      <action issue="JXPATH-172" dev="britter" type="update" due-to="Michele 
Vivoda">
-        Clarify Javadoc of JXPathContext#getPointer
+      <action issue="JXPATH-172" dev="britter" type="fix" due-to="Michele 
Vivoda">
+        Clarify Javadoc of JXPathContext#getPointer.
       </action>
       <action issue="JXPATH-113" dev="britter" type="fix" due-to="Michele 
Vivoda">
-        NullPointerException in ChildContext when document only contains an 
empty root node
+        NullPointerException in ChildContext when document only contains an 
empty root node.
       </action>
       <action issue="JXPATH-160" dev="britter" type="fix" due-to="Stefan 
Albrecht, Michele Vivoda, Uwe Barthel">
-        ValueUtils.getValue throws exception with set and index above size
+        ValueUtils.getValue throws exception with set and index above size.
       </action>
       <action issue="JXPATH-162" dev="britter" type="fix" due-to="Uwe Barthel">
-        Concurrency problem for JXPathContextFactory.factoryImplName static 
field
+        Concurrency problem for JXPathContextFactory.factoryImplName static 
field.
       </action>
       <action issue="JXPATH-141" dev="mbenson" type="fix">
-        FunctionLibrary Multithreading issue
+        FunctionLibrary Multithreading issue.
       </action>
       <action issue="JXPATH-131" dev="mbenson" type="fix" due-to="Gabriel 
Buades Rubio">
-        Bean exception handling
+        Bean exception handling.
       </action>
       <action issue="JXPATH-128" dev="mbenson" type="fix" due-to="Gabriel 
Buades Rubio">
         JXPath support for LazyDynaBean is broken.
@@ -73,29 +73,30 @@ The <action> type attribute can be add,update,fix,remove.
         MethodLookupUtils#matchType uses TypeUtils#canConvert which causes 
"Ambiguous method call" exception.
       </action>
       <action issue="JXPATH-153" dev="mbenson" type="fix">
-        Wrong entry IMPORT-PACKAGE in the file MANIFEST.MF for jdom and 
commons-beanutils
+        Wrong entry IMPORT-PACKAGE in the file MANIFEST.MF for jdom and 
commons-beanutils.
       </action>
-      <action issue="JXPATH-153" dev="mbenson" type="update" due-to="John 
Trimble">
+      <action issue="JXPATH-153" dev="mbenson" type="fix" due-to="John 
Trimble">
         Change dynamic class loading to consult context class loader.
       </action>
-      <action issue="JXPATH-123" dev="mbenson" type="add">
-        "ends-with" XPath function is not implemented (although "starts-with" 
is)
-      </action>
       <action issue="JXPATH-152" dev="mbenson" type="fix">
-        Concurrent access on hashmap of JXPathIntrospector
+        Concurrent access on hashmap of JXPathIntrospector.
       </action>
       <action dev="ggregory" type="fix">
         Fix possible NPE in PackageFunctions.getFunction(String, String, 
Object[]).
       </action>
+      <!-- ADD -->
+      <action issue="JXPATH-123" dev="mbenson" type="add">
+        XPath function "ends-with" is not implemented (although "starts-with" 
is).
+      </action>
       <!-- UPDATE -->
       <action issue="JXPATH-184" dev="britter" type="update" due-to="britter, 
Gary Gregory">
-        Update to Java 8
+        Bump Java to 8.
       </action>
       <action issue="JXPATH-184" dev="ggregory" type="update" due-to="britter, 
Gary Gregory">
-        Bump JUnit 3.8.1 to 4.13.2
+        Bump JUnit 3.8.1 to 4.13.2.
       </action>
       <action issue="JXPATH-184" dev="ggregory" type="update" 
due-to="Dependabot">
-        Bump commons-logging from 1.1.1 to 1.2 #34
+        Bump commons-logging from 1.1.1 to 1.2 #34.
       </action>
     </release>
   </body>

Reply via email to