Package aalto-xml: Information

    Source package: aalto-xml
    Version: 1.2.2-alt1_5jpp11
    Build time:  Jun 4, 2021, 06:40 PM in the task #273605
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2)
    Description: 
    The Aalto XML processor is a StAX XML processor implementation. It
    is not directly related to other existing mature implementations
    (such as Woodstox or Sun Java Streaming XML Parser), although it
    did come about as a prototype for evaluating implementation strategies
    that differ from those traditionally used for Java-based parsers.
    
    Two main goals (above and beyond stock StAX/SAX API implementation) are:
    
    A. Ultra-high performance parsing by making the Common Case Fast
      (similar to original RISC manifesto). This may mean limiting
      functionality, but never compromising correctness. XML 1.0
      compliance is not sacrificed for speed.
    
    A. Allowing non-block, asynchronous parsing: it should be possible to
      "feed" more input and incrementally get more XML events out, without
      forcing the current thread to block on I/O read operation.

    List of rpms provided by this srpm:
    aalto-xml (noarch)
    aalto-xml-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. /proc
      2. /proc
      3. maven-local
      4. rpm-build-java
      5. mvn(com.fasterxml.woodstox:woodstox-core)
      6. mvn(com.fasterxml:oss-parent:pom:)
      7. mvn(junit:junit)
      8. mvn(org.apache.felix:maven-bundle-plugin)
      9. mvn(org.codehaus.woodstox:stax2-api)
      10. jpackage-11-compat

    Last changed


    June 4, 2021 Igor Vlasenko 1.2.2-alt1_5jpp11
    - fixed build
    April 29, 2021 Igor Vlasenko 1.2.2-alt1_2jpp11
    - new version
    May 25, 2019 Igor Vlasenko 1.0.0-alt1_7jpp8
    - new version