Skip to content

Releases: xmlresolver/xmlresolver

6.0.4

03 Feb 08:01
6.0.4
4df9bd7
Compare
Choose a tag to compare
XML Resolver 6.0.4 released

6.0.3

02 Feb 18:03
6.0.3
c13f65e
Compare
Choose a tag to compare

This release introduces (deprecated) APIs that implement some of the most common features from the V5.x APIs. This should allow version 6.x to substitute for version 5.x until dependent libraries can be updated.

It also fixes a bug where classpath: URIs were not being masked.

6.0.2

01 Feb 15:35
6.0.2
f8be816
Compare
Choose a tag to compare
XML Resolver 6.0.2 released

6.0.1

31 Jan 13:18
6.0.1
6ac988c
Compare
Choose a tag to compare

This release fixes a bug in 6.0.0 that introduced a compile-time dependency on every resolver API implemented by XMLResolver, even APIs not actually used by the application. This has been resolved by adding adapter classes.

6.0.0

30 Jan 15:10
6.0.0
4fbc304
Compare
Choose a tag to compare
XML Resolver 6.0.0 released

5.2.3

28 Jan 13:08
5.2.3
e76e9f0
Compare
Choose a tag to compare

This release fixes bug #156 where the resolver would throw an NPE if no class loader is available.

5.2.2

28 Sep 13:04
5.2.2
a455397
Compare
Choose a tag to compare
XML Resolver 5.2.2 released

5.2.1

22 Aug 10:13
5.2.1
6056528
Compare
Choose a tag to compare
XML Resolver 5.2.1 released

5.2.0

13 May 08:55
5.2.0
c59628a
Compare
Choose a tag to compare

Version 5.2.0 adds a new API for constructing a catalog directly from a stream of SAX events. This makes it possible to construct a catalog directly from a database, for example, or from a novel format.

5.1.3

07 May 09:41
5.1.3
65b0071
Compare
Choose a tag to compare

Fixes a small bug wherein same document references were not handled correctly if the ALWAYS_RESOLVE feature was true.