Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Tatu Saloranta edited this pageSep 26, 2025 ·28 revisions

Home: Aalto XML processor

Aalto XML processor is an ultra-high performance Stax XML processor (parser, generator) implementation. It also implements SAX2 API, as well asStax2 extension to core Stax API.

Licensing

Aalto is licensed under Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt).

Releases

Aalto followsApache versioning convention, and similar toSemantic Versioning from external user perspective.

1.3.4

Released on September 26, 2025.

Only changes were to publishing (via Sonatype Central) and Maven build; no functional changes

1.3.3

Released on June 7, 2024. Fixes included:

  • #86: Multi-byte characters are split inwriteCData() if first byte sits right at the end of the buffer
  • #90: Update stax2-api dep to 4.2.2 (from 4.2)
  • #91: Multi-byte characters are split inwriteComment() if first byte sits right at the end of the buffer
  • #93: Multi-byte characters are split inwritePI() if first byte sits right at the end of the buffer

1.3.2

Released on April 25, 2022. Fixes included:

  • #78: Async parsing turns " inside element content into apostrophe

1.3.1

Released on January 14, 2022. Fixes included:

  • #75: Fixing a bug when multi-byte characters were split

1.3.0

Released on May 11, 2021. Fixes included:

  • #65: Support disabling General Entity Reference replacement in attribute values (using newAaltoInputProperties.P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES property for SAX and Stax)
  • Fix minor offset check bug inAsyncByteArrayScanner/AsyncByteBufferScanner

Documentation

Usage

Javadocs

Artifacts

Most commonly artifacts are accessed using Maven, via Maven 2 repositories:

  • groupId:com.fasterxml
  • artifactId:aalto-xml

New releases are done usingSonatype Maven repository,from which they are automatically copied (with an hour of delay) to theCentral Maven repository.Here are quick links to the central Maven repository for manual downloading:

  • 1.3.4:jar (released 26-Sep-2025)
  • 1.2.2:jar (released 14-Sep-2019) -- With JDK9+module-info;BufferRecycler fix
  • 1.1.1:jar (released 18-Sep-2018)
  • 1.0.0:jar (released 23-Nov-2015)

[8]ページ先頭

©2009-2025 Movatter.jp