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 c3df48c  Remove unnecessary cast
     new a54476d  ExpressionContext.getContextNodeList() now uses generics
     new 8156620  JXPathBasicBeanInfo.propertyDescriptorMap now uses generics
     new 93de2ca  JXPathBasicBeanInfo.PROPERTY_DESCRIPTOR_COMPARATOR now uses 
generics
     new c38e94e  Use try-with-resources
     new f42a285  Use NIO
     new a86a19a  Use generics
     new 43328ba  BasicTypeConverter.unmodifiableCollection(Collection) now 
uses generics
     new 618e06b  NamespaceResolver.namespaceMap now uses generics
     new 04193cc  NamespaceResolver.reverseMap now uses generics
     new 69d356b  NamespaceResolver.compiled now uses generics
     new 754b914  Javadoc

The 11 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                            |  2 +
 .../apache/commons/jxpath/ExpressionContext.java   |  2 +-
 .../apache/commons/jxpath/JXPathBasicBeanInfo.java | 10 ++--
 .../org/apache/commons/jxpath/JXPathContext.java   |  2 +-
 .../commons/jxpath/JXPathContextFactory.java       | 61 ++++++++--------------
 .../apache/commons/jxpath/JXPathIntrospector.java  | 10 ++--
 .../org/apache/commons/jxpath/ri/EvalContext.java  |  2 +-
 .../jxpath/ri/JXPathContextReferenceImpl.java      | 14 ++---
 .../commons/jxpath/ri/NamespaceResolver.java       | 10 ++--
 .../jxpath/ri/axes/SimplePathInterpreter.java      |  2 +-
 .../jxpath/ri/compiler/CoreOperationCompare.java   |  6 +--
 .../CoreOperationRelationalExpression.java         |  6 +--
 .../commons/jxpath/ri/compiler/LocationPath.java   |  2 +-
 .../commons/jxpath/ri/compiler/NodeNameTest.java   |  2 +-
 .../apache/commons/jxpath/ri/compiler/Path.java    |  2 +-
 .../apache/commons/jxpath/ri/compiler/Step.java    |  2 +-
 .../commons/jxpath/ri/compiler/TreeCompiler.java   |  2 +-
 .../commons/jxpath/ri/model/NodePointer.java       |  2 +-
 .../ri/model/beans/PropertyOwnerPointer.java       |  4 +-
 .../jxpath/ri/model/beans/PropertyPointer.java     |  2 +-
 .../jxpath/ri/model/dynabeans/DynaBeanPointer.java |  2 +-
 .../model/dynabeans/DynaBeanPropertyPointer.java   |  2 +-
 .../jxpath/ri/model/jdom/JDOMNodePointer.java      |  2 +-
 .../commons/jxpath/util/BasicTypeConverter.java    | 11 ++--
 .../org/apache/commons/jxpath/xml/XMLParser2.java  | 12 ++---
 .../jxpath/ri/compiler/ExtensionFunctionTest.java  |  2 +-
 26 files changed, 79 insertions(+), 97 deletions(-)

Reply via email to