Skip to content

Releases: xmlresolver/xmlresolver

4.6.4

14 Jan 10:28
4.6.4
700ad3d
Compare
Choose a tag to compare

What's Changed

  • Fixed #126 where an input document without a base URI (e.g., one with a null systemId) would cause an NPE
  • Fixed #127 where attempting to parse a RDDL document wasn't following redirects
  • Fussed with the CI process. There was no 4.6.1, 4.6.2, or 4.6.3 published release.

The W3C now redirects http: URIs to https: URIs, so you can't load namepace documents unless you follow redirects.

4.6.0

22 Nov 12:05
@ndw ndw
4.6.0
39daa18
Compare
Choose a tag to compare

This release contains two changes:

  1. I've fixed the bug where a catalog.xml file on the classpath (if the classpath pointed to a directory, for example) would not be loaded.
  2. It's now possible to set properties with either Java system properties or environment variables. (There are places where it's tricky to set system properties, and the C# version already supported environment variables, so it seemed reasonable).

4.5.2

19 Sep 09:57
@ndw ndw
4.5.2
15315d9
Compare
Choose a tag to compare

This release fixes a few bugs.

What's Changed

  • Make CatalogResolver.{resource,uncachedResource} protected by @ndw in #119
  • Encode (but don't double-encode) catalog filenames by @ndw in #120
  • Make sure that the catalog DTDs are resolved locally by @ndw in #121

Full Changelog: 4.5.1...4.5.2

4.5.1

18 Aug 15:54
@ndw ndw
4.5.1
0246c35
Compare
Choose a tag to compare

This release fixes #113, public identifier values in the catalog were not being normalized.

4.5.0

10 Aug 13:00
@ndw ndw
4.5.0
db92efd
Compare
Choose a tag to compare

The only significant change in this release is that the cache is disabled by default.

4.4.3

15 Jul 13:52
@ndw ndw
4.4.3
c0b17b8
Compare
Choose a tag to compare
XML Resolver 4.4.3 released

4.4.2

12 Jul 09:16
@ndw ndw
4.4.2
2ee7e8b
Compare
Choose a tag to compare
XML Resolver 4.4.2 released

4.4.1

11 Jul 15:03
@ndw ndw
4.4.1
ba788bf
Compare
Choose a tag to compare
XML Resolver 4.4.1 released

4.4.0

28 Jun 11:01
@ndw ndw
4.4.0
655fc89
Compare
Choose a tag to compare
XML Resolver 4.4.0 released

XML Resolver 4.3.0

01 Apr 14:25
@ndw ndw
4.3.0
4f95bc8
Compare
Choose a tag to compare

This release introduces a new API that should make it possible to use the resolver with the Xerces XML Schema validator, along with other bug fixes and enhancements.

What's Changed

  • Add XercesResolver; small fixes by @ndw in #95
  • PR #94 from @tuxji (was Update dependencies and fix compilation errors due to API changes) by @ndw in #96

Full Changelog: 4.2.0...4.3.0