After finishing the namespace-repairing mode for stream writers,
implementing coalescing mode, and ensuring that both pass 100% with
existing staxtest and stax2test unit test suites, it is time for one
of last pre-1.0 releases.
At this point, the main thing that remains to be wrapped up is the
non-blocking parser, which is mostly functional but lacks following:
(a) API extension/alternative over Stax, since Stax does not cover
non-blocking cases
* constructing non-blocking parsers
* feeding content (can't use input stream or reader, since they are blocking)
(b) Implementation of bootstrapping (auto-detection of encoding,
parsing of xml declaration).
and of course some documentation regarding non-blocking API.
But for blocking use cases (all existing Stax, stax2 use cases), Aalto
is getting rather ready for production use!
-+ Tatu +-