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.
This release fixes a couple of small bugs and adds new configuration features:
CACHE_ENABLED can be explicitly set false to disable all caching.
SAXPARSERFACTORY_CLASS and XMLREADER_SUPPLIER can configure the resolver to construct a new parser without relying on JAXP global defaults.
The XML Resolver Data jar now includes a resource that does not exist on the web: https://xmlresolver.org/data/resolver/succeeded/test/check.xml If this URI resolves successfully, you can be sure that the data jar is on the classpath and is being used.
Manifest improvements proposed by @aanno fix problems under Java 9+.
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.
What's Changed
... (truncated)
Commits
655fc89 Merge pull request #103 from ndw/fix-windows-system-identifiers
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.4.0.
Release notes
Sourced from xmlresolver's releases.
... (truncated)
Commits
655fc89
Merge pull request #103 from ndw/fix-windows-system-identifiersf76b478
Release version 4.4.0ce8c70d
Implement fix-windows-system-identifiers11e174e
Fix the other automatic module namescb94b99
Change the private checkWindows() method to public isWindows()e898626
Merge pull request #102 from ndw/update-ciaab4485
Update data (for build fix)59f1999
Update CI image6c8a67c
Merge pull request #101 from karlkauc/main4975a7f
Merge pull request #100 from chludwig-haufe/fix/resolve-resource-NPEDependabot 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)