Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2024

This PR contains the following updates:

Package Change Age Confidence
org.xmlresolver:xmlresolver 5.2.2 -> 6.0.19 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

xmlresolver/xmlresolver (org.xmlresolver:xmlresolver)

v6.0.19

Compare Source

v6.0.18

Compare Source

v6.0.17

Compare Source

v6.0.16

Compare Source

v6.0.15

Compare Source

This release fixes issue #​242

v6.0.14

Compare Source

v6.0.13

Compare Source

v6.0.12

Compare Source

v6.0.11

Compare Source

v6.0.10

Compare Source

v6.0.9

Compare Source

v6.0.8

Compare Source

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.

v6.0.7

Compare Source

Removes two external dependencies. This makes the 6.x resolver release a drop-in replacement for the 5.x release in most cases.

v6.0.6

Compare Source

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.

v6.0.4

Compare Source

v6.0.3

Compare Source

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.

v6.0.2

Compare Source

v6.0.1

Compare Source

This release fixes a bug in 6.0.0 that introduced a compile-time dependency on every resolver API implemented by XMLResolver, even APIs not actually used by the application. This has been resolved by adding adapter classes.

v6.0.0

Compare Source

v5.3.3

Compare Source

This is the 5.3.3 maintenance release.

It fixes issue #​242. Also, since the previously published 5.x maintenance release,

  • 5.3.1 removed the dependency on the Apache HTTP libraries and an explicit dependency on XercesImpl
  • 5.3.2 fixed issue #​236 where catalog filenames were not always correctly handled on Windows

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

This is the 5.3.0 release.

v5.2.5

Compare Source

This is a maintenance release of the 5.x resolver.

The following changes are included:

  • 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.

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.

v5.2.4

Compare Source

This is a maintenance release to fix a Windows-only bug related to attempting to resolve documents with "Windows path" URIs, that is, invalid URIs with backslash characters in them.

The bug (#​184) was that when the URI wasn't resolved via the catalog and the resolver attempted to open the URI directly to return it, the backslashes weren't fixed and java.net.URI threw an exception. That's been fixed.

I've also changed how the FIX_WINDOWS_SYSTEM_IDENTIFIERS feature is interpreted. It's now treated the same on all platforms where it was previously ignored on non-Windows platforms.

These fixes have also been applied to the "v6" code on the main branch, but I have a number of other bugs to sort out before I can make a new release there.

v5.2.3

Compare Source

This release fixes bug #​156 where the resolver would throw an NPE if no class loader is available.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch 4 times, most recently from 3ffe62a to 7112187 Compare February 3, 2024 09:51
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch 2 times, most recently from 730db1d to 55152c1 Compare August 7, 2024 15:02
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch from 55152c1 to c33e2b6 Compare August 19, 2024 15:21
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch from c33e2b6 to 01c9f7c Compare September 22, 2024 10:36
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch from 01c9f7c to b877abc Compare October 28, 2024 14:39
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch from b877abc to 3fc5326 Compare January 24, 2025 14:03
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch 2 times, most recently from 71f30a1 to c5aacea Compare March 14, 2025 03:53
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch 3 times, most recently from 1835e2b to 795e24d Compare May 19, 2025 16:10
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch from 795e24d to db7e547 Compare June 30, 2025 19:54
@renovate renovate bot force-pushed the renovate/org.xmlresolver-xmlresolver-6.x branch from db7e547 to 689b476 Compare July 17, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant