[teiid-commits] [teiid/teiid] b4f2f6: TEIID-5225 (#1056)

Steven Hawkins shawkins at redhat.com
Wed Jan 24 12:33:00 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: b4f2f662c36dee17cac93d9564c9c84816722882
      https://github.com/teiid/teiid/commit/b4f2f662c36dee17cac93d9564c9c84816722882
  Author: Steven Hawkins <shawkins at redhat.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M build/kits/karaf/teiid-karaf-features.xml
    M engine/pom.xml
    M engine/src/main/java/org/teiid/query/function/source/XMLSystemFunctions.java
    M pom.xml
    A saxon-xom/LEGAL.txt
    M saxon-xom/pom.xml
    A saxon-xom/src/main/java/nux/xom/binary/ArrayByteList.java
    A saxon-xom/src/main/java/nux/xom/binary/ArrayCharList.java
    A saxon-xom/src/main/java/nux/xom/binary/ArrayIntList.java
    A saxon-xom/src/main/java/nux/xom/binary/BinaryParsingException.java
    A saxon-xom/src/main/java/nux/xom/binary/BinaryXMLCodec.java
    A saxon-xom/src/main/java/nux/xom/binary/LRUHashMap1.java
    A saxon-xom/src/main/java/nux/xom/binary/LRUHashMap2.java
    A saxon-xom/src/main/java/nux/xom/binary/NodeBuilder.java
    A saxon-xom/src/main/java/nux/xom/binary/StreamingBinaryXMLSerializer.java
    A saxon-xom/src/main/java/nux/xom/binary/StreamingVerifier.java
    A saxon-xom/src/main/java/nux/xom/binary/UnicodeUtil.java
    A saxon-xom/src/main/java/nux/xom/binary/Util.java
    A saxon-xom/src/main/java/nux/xom/io/StreamingSerializer.java
    A saxon-xom/src/main/java/nux/xom/pool/XOMUtil.java
    A saxon-xom/src/main/java/nux/xom/xquery/ResultSequenceSerializer.java
    A saxon-xom/src/main/java/nux/xom/xquery/StreamingPathFilter.java
    A saxon-xom/src/main/java/nux/xom/xquery/StreamingPathFilterException.java
    A saxon-xom/src/main/java/nux/xom/xquery/StreamingTransform.java
    R teiid-feature-pack/wildfly-integration-feature-pack/src/main/resources/modules/system/layers/dv/nux/nux/main/module.xml
    M teiid-feature-pack/wildfly-integration-feature-pack/src/main/resources/modules/system/layers/dv/org/jboss/teiid/main/module.xml

  Log Message:
  -----------
  TEIID-5225 (#1056)

* TEIID-5225: removing the external dependecy to nux library and pulling in needed classes inline. Also updating xercesImpl version to match the one in maven central

* TEIID-5225 removing unnecessary nux classes

* TEIID-5225 explicitly adding xml-apis




More information about the teiid-commits mailing list