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 651d0877 Use ConcurrentHashMap for DocumentContainer parser registries 
(#285).
651d0877 is described below

commit 651d087795a538a087327bc683d5e8ff91169e55
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 12 01:55:36 2026 +0000

    Use ConcurrentHashMap for DocumentContainer parser registries (#285).
---
 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 078ba4b8..92e3d552 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="Gary Gregory">Use 
ConcurrentHashMap for DocumentContainer parser registries (#285).</action>
+      <action type="fix" dev="ggregory" due-to="Dexter.k">Use 
ConcurrentHashMap for DocumentContainer parser registries (#285).</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