Skip to content

Releases: openjax/xml

v1.0.0

27 Feb 12:45
Compare
Choose a tag to compare
  • #13 XmlMojo use mojo parameters provided by BaseMojo

v0.9.5

20 Sep 12:44
Compare
Choose a tag to compare
  • #12 EntityResolver does not follow redirects
  • #10 Rewrite CharacterDatas
  • #9 Support standalone execution
  • #8 Add base64BinaryNonEmpty to datatypes-0.9.xsd
  • #7 Null pointer exception when validating XML with no targetNamespace defined in XSD
  • #6 Transition to GitHub Actions
  • #5 Add Documents class for operations pertaining to Document
  • #4 Upgrade Maven dependencies
  • #2 Properly set line/column for new SAXParseException in FastSAXParser.parse(...)
  • #1 FastSAXParser should throw SAXParseException instead of IllegalStateException in case of malformed XML

v0.9.4

23 May 06:14
Compare
Choose a tag to compare
  • Add CachedInputSource.
  • Add DelegateErrorHandler.
  • Add FastSAXHandler.
  • Add FastSAXParser.
  • Add FasterSAXHandler.
  • Move Parsers to SAXParsers.
  • Support parsing and validation with XInclude.
  • Rewrite SchemaResolver.
  • Rewrite XmlCatalog.
  • Add XmlCatalogResolver, XmlEntity, XmlPreview, and XmlPreviewParser.
  • Upgrade net.sf.saxon:Saxon-HE from v9.9.1-4 to v9.9.1-5.
  • Improve tests.
  • Improve javadocs.

v0.9.3

22 Jul 10:15
Compare
Choose a tag to compare
  • Improve date regex in datatypes-0.8.xsd.
  • Add SilentErrorHandler.
  • Add configurable logging levels to LoggingErrorHandler.
  • Refactor FileSetMojo to PatternSetMojo.
  • Fix concurrency issue in Parsers.
  • Add basic and extended iso8601 formats to datatypes-0.9.xsd.
  • Upgrade http://www.openjax.org/xml/datatypes-0.8.xsd to http://www.openjax.org/xml/datatypes-0.9.xsd.
  • Upgrade net.sf.saxon:Saxon-HE:9.9.1-2 to 9.9.1-4.
  • Upgrade org.libj:net:0.5.0 to 0.5.1.

v0.9.2

20 Sep 12:44
Compare
Choose a tag to compare
  • Initial public release.