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
This release contains two changes:
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.
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).
This release fixes #113, public identifier values in the catalog were not being normalized.
4.5.0
The only significant change in this release is that the cache is disabled by default.
4.4.3
No release notes provided.
4.4.2
No release notes provided.
4.4.1
No release notes provided.
4.4.0
No release notes provided.
XML Resolver 4.3.0
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.
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 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 xmlresolver from 2.1.1 to 4.6.4.
Release notes
Sourced from xmlresolver's releases.
... (truncated)
Commits
700ad3d
Merge pull request #131 from ndw/fix-fix-fixcdaaacf
Publish release before sonatype4cc6df4
Merge pull request #130 from ndw/build-fix3758e79
Fix version0a314b7
Merge pull request #129 from ndw/fix-branch-testf461a79
Attempt to obtain branch namef1fe1d2
Merge pull request #128 from ndw/maine7f651b
Switch to GitHub actions0d6f479
Test for null system ID0de1593
Bump verisonDependabot 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 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)