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 008fb2a3 Restrict XPath string-to-number conversion to the number
grammar (#286).
008fb2a3 is described below
commit 008fb2a3e1f259e2bd3644652965204ca80232b9
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 13:36:15 2026 -0400
Restrict XPath string-to-number conversion to the number grammar (#286).
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d891772f..8e45233f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ 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="Dexter.k">Use
ConcurrentHashMap for DocumentContainer parser registries (#285).</action>
+ <action type="fix" dev="ggregory" due-to="DNaveed Khan, Gary
Gregory">Restrict XPath string-to-number conversion to the number grammar
(#286).</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>