Removes two external dependencies. This makes the 6.x resolver release a drop-in replacement for the 5.x release in most cases.
6.0.6
This is a maintenance release of the 6.0.x resolver, which is still in "beta".
The following changes are included:
Improvements to support for UNC paths
Documents and catalogs that use Windows UNC paths are better supported if the FIX_WINDOWS_SYSTEM_IDENTIFIERS feature is enabled.
Support for Java 21
The build still produces class (and jar) files that will work with any version of Java back to Java 8. However, the build itself now uses Java 21. This closes issue #173.
Refactor the SAX entity resolvers
The SAX EntityResolver and EntityResolver2 interfaces are now implemented on separate objects. This closes issue #183.
Fix namespace-based lookup in the DOM
The LSResourceAdapter API used when resolving documents for the DOM did not correctly handle XML Schema validation. It was failing to lookup based on the namespace. This closes issue #180.
Improved support for concurrency
The catalog lookup code was not sufficiently careful about multi-threaded access. My thanks to JFK-DXML for the patch. This closes issue #182.
Reworked the FIX_WINDOWS_SYSTEM_IDENTIFIERS feature
This feature now applies irrespective of platform. This will enable Windows documents and catalogs to work correctly even on non-Windows systems. This closes issue #184.
A number of smaller issues (testing and build system issues and issues not expected to be user visible) have also been corrected. See the commit log for more details.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps org.xmlresolver:xmlresolver from 6.0.4 to 6.0.7.
Release notes
Sourced from org.xmlresolver:xmlresolver's releases.
Commits
2950fb6
Merge pull request #205 from ndw/jd-slf4jb1d4f3f
Removed out-of-date API referencedaca09d
Merge pull request #204 from ndw/v60726c83f3
Bump version to 6.0.7c4c9bcd
Merge pull request #203 from ndw/no-slf4j53012df
Remove the dependency on Apache HTTP Clientbc5131e
Version is now deprecated67395ce
Remove use of SLF4Jc228c3b
Merge pull request #202 from ndw/javadoc-fixesd8162a9
Fixed JavaDoc warningsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show