This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 67dadfa0 Fix lang() to match whole language subtags, not any prefix 
(#287).
67dadfa0 is described below

commit 67dadfa0e49c83d0ddcb01e9bfda35dbdf02c584
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 18:49:36 2026 -0400

    Fix lang() to match whole language subtags, not any prefix (#287).
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8e45233f..a93bea75 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Refactor 
JXPathIntrospector internal static maps to use concurrent classes instead of 
synchronization.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix inconsistent 
synchronization of NamespaceResolver.pointer; locked 50% of time (SpotBugs: 
MT_CORRECTNESS IS2_INCONSISTENT_SYNC).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
-      <action type="fix" dev="ggregory" due-to="DNaveed Khan, Gary 
Gregory">Restrict XPath string-to-number conversion to the number grammar 
(#286).</action>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Restrict XPath string-to-number conversion to the number grammar 
(#286).</action>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix 
lang() to match whole language subtags, not any prefix (#287).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 81 to 102 #239, #262, 
#265, #282.</action>

Reply via email to