1. 19 7月, 2016 1 次提交
  2. 15 7月, 2016 2 次提交
  3. 30 6月, 2016 1 次提交
  4. 06 4月, 2016 1 次提交
    • A
      Improve Jaxb2Decoder · 75399814
      Arjen Poutsma 提交于
      - Introcuces XmlEventDecoder which decodes from DataBuffer to
        javax.xml.stream.events.XMLEvent. It uses the Aalto async XML API if
        available, but falls back to a blocking default if not.
      
      - Refacors Jaxb2Decoder to use said XmlEventDecoder, and split the
        stream of events into separate substreams by using the JAXB annotation
        value, one stream for each part of the tree that can be unmarshaled to
        the given type.
      
      - Various improvements in the JAXB code.
      75399814