This release contains two new features, improved (or at least simplified) logging and support for JAXP 185.
I've bumped it to 4.0.0 because the logging changes are backwards incompatible. To get the old behavior, you must explicitly select the SystemLogger using the ResolverFeature.RESOLVER_LOGGER_CLASS.
This release fixes a bug (#72) where an IllegalArgumentException thrown by the java.net.URI class was not correctly caught.
I've also added a feature where, if, for example, you're working with the resolver at a lower level in your own API, you can configure it to throw those exceptions. This will save you from having to test for invalid URIs independently, if you care.
This release adds a getCatalogResolver() method to the Resolver. This allows a user to get access to more detailed information about resource resolution. (Where the Resolver object returns the types required by the APIs it implements, CatalogResolver returns a resource description.)
XML Resolver version 3.1.6
This release, like 3.1.5, is really a release to update the data jar. There are a few build improvements behind the scenes, but those don't have any impact on the release artifacts.
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 3.1.0 to 4.1.2.
Release notes
Sourced from xmlresolver's releases.
... (truncated)
Commits
7b15679
Merge pull request #84 from ndw/update-dataa4fb424
Updated to use the XML Resolver Data 1.0.0 release6e34cf3
Merge pull request #83 from ndw/cp1252bf2c0a7
Bump version to 4.1.10261633
Fix typo7d12493
Clean up import statements4f36eba
Fix typo in non-Windows executable path4d2bfec
Avoid permissions/timing issue on Windowsfefbc6a
Attempt to avoid errors with Windows filenamesebc20da
More Windows fixesDependabot 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)