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

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

    Use ConcurrentHashMap for DocumentContainer parser registries (#285).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1fafe627..078ba4b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +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>
       <!-- 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