Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.xmlresolver:xmlresolver from 5.2.3 to 6.0.10 #5448

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps org.xmlresolver:xmlresolver from 5.2.3 to 6.0.10.

Release notes

Sourced from org.xmlresolver:xmlresolver's releases.

6.0.10

No release notes provided.

6.0.9

No release notes provided.

6.0.8

Restores the NamespaceResolver API. This API, like the other shims for 5.x backwards compatibility, is deprecated, but it does make version 6.0.8 a better drop-in replacement for version 5.x.

6.0.7

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.

6.0.4

No release notes provided.

6.0.3

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.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner September 23, 2024 03:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 23, 2024
@dizzzz
Copy link
Member

dizzzz commented Sep 30, 2024

continuation of #5419

@dependabot dependabot bot force-pushed the dependabot/maven/org.xmlresolver-xmlresolver-6.0.10 branch from c31ed00 to 36ef2a4 Compare October 11, 2024 08:23
@dizzzz
Copy link
Member

dizzzz commented Oct 20, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.xmlresolver-xmlresolver-6.0.10 branch from 36ef2a4 to a33117e Compare October 20, 2024 11:54
@dizzzz
Copy link
Member

dizzzz commented Oct 27, 2024

@dependabot rebase

Bumps [org.xmlresolver:xmlresolver](https://github.com/xmlresolver/xmlresolver) from 5.2.3 to 6.0.10.
- [Release notes](https://github.com/xmlresolver/xmlresolver/releases)
- [Commits](xmlresolver/xmlresolver@5.2.3...6.0.10)

---
updated-dependencies:
- dependency-name: org.xmlresolver:xmlresolver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.xmlresolver-xmlresolver-6.0.10 branch from a33117e to daac1ea Compare October 27, 2024 20:23
@ndw
Copy link

ndw commented Oct 28, 2024

I'm about to push 6.0.11 which does include the ability to define a custom scheme resolver.

Where do things stand with respect to your tests? I've lost track of what the current error(s) is(are).

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

Superseded by #5526.

@dependabot dependabot bot closed this Oct 29, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.xmlresolver-xmlresolver-6.0.10 branch October 29, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants