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 bbe9978  Use GitHub Action badge
     new 48fefc0  Organize
     new 439f2ef  Organize imports
     new d2ea80c  Update description

The 3 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:
 src/changes/changes.xml                            | 35 +++++++++++-----------
 .../commons/jxpath/JXPathContextFactory.java       |  1 +
 .../apache/commons/jxpath/JXPathIntrospector.java  |  2 +-
 .../jxpath/ri/JXPathCompiledExpression.java        |  2 +-
 .../jxpath/ri/JXPathContextReferenceImpl.java      |  4 +--
 .../commons/jxpath/ri/compiler/Expression.java     | 10 +++----
 .../jxpath/ri/compiler/VariableReference.java      |  2 +-
 .../commons/jxpath/ri/parser/XPathParser.java      |  3 +-
 .../commons/jxpath/servlet/HttpSessionHandler.java |  1 +
 .../jxpath/servlet/JXPathServletContexts.java      |  1 +
 .../jxpath/servlet/ServletContextHandler.java      |  1 +
 .../jxpath/servlet/ServletRequestHandler.java      |  1 +
 .../org/apache/commons/jxpath/JXPathTestCase.java  |  4 +--
 .../commons/jxpath/issues/JXPath118Test.java       |  6 ++--
 .../jxpath/issues/JXPath172DynamicTest.java        |  4 +--
 .../commons/jxpath/issues/JXPath172Test.java       |  4 +--
 .../commons/jxpath/issues/JXPath177Test.java       |  4 ++-
 .../ri/JXPathContextReferenceImplTestCase.java     |  4 +--
 .../org/apache/commons/jxpath/ri/StressTest.java   |  4 +--
 .../jxpath/ri/axes/SimplePathInterpreterTest.java  |  4 +--
 .../commons/jxpath/ri/compiler/TestFunctions.java  |  2 +-
 .../model/beans/BadlyImplementedFactoryTest.java   |  4 +--
 .../commons/jxpath/ri/model/dom/DOMModelTest.java  |  1 -
 .../jxpath/ri/model/jdom/JDOMModelTest.java        |  1 -
 .../jxpath/servlet/JXPathServletContextTest.java   |  2 ++
 .../jxpath/util/BasicTypeConverterTest.java        |  4 +--
 .../apache/commons/jxpath/util/ValueUtilsTest.java |  1 +
 27 files changed, 62 insertions(+), 50 deletions(-)

Reply via email to