This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
from 76d224d3 Bump commons-lang3 from 3.19.0 to 3.20.0
new 0ebb4a3a Refactor JXPathIntrospector internal static maps to use
concurrent classes instead of synchronization
new e99007e4 Bump org.apache.commons:commons-parent from 91 to 92
new dc1fdad3 Use try-with-resources
new 10136c7e Reuse StringUtils.isNotEmpty()
new 1e0c3811 Reuse String.isEmpty()
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 2 +-
src/changes/changes.xml | 3 +-
.../commons/jxpath/JXPathContextFactory.java | 14 ++++----
.../apache/commons/jxpath/JXPathIntrospector.java | 40 ++++++++--------------
.../commons/jxpath/ri/NamespaceResolver.java | 2 +-
.../jxpath/ri/model/dom/DOMNodePointer.java | 3 +-
.../jxpath/ri/model/jdom/JDOMNodePointer.java | 2 +-
7 files changed, 30 insertions(+), 36 deletions(-)