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 xmlresolver from 1.0.8 to 3.0.1 #69

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps xmlresolver from 1.0.8 to 3.0.1.

Release notes

Sourced from xmlresolver's releases.

XML Resolver 3.0.1

The 3.x release is a major refactoring. Partly this is in aid of porting it to C#, partly it was just to clean up some design issues. The new design has its own data structure for managing the parsed catalogs and supports a wide range of new features.

There’s documentation at XMLResolver.org and a complete sample application that demonstrates many of its features with an application that can parse, validate, and transform documents.

There’s also a new cache control application to help you manage the local, automatic caching features of the resolver, if you use them.

A non-exhaustive list of features and improvements:

  • The highest-level user features (simply naming the org.xmlresolver.tools.ResolvingXMLReader and org.xmlresolver.Resolver classes for parsers and resolvers) are unchanged. It should be a drop-in replacement with the earlier versions in most cases.
  • There are new interfaces for easier integration with applications.
  • There’s a generic “feature” class for extensibility.
  • Support for automatic identification of catalogs in jar files. Put the jar file on the classpath and resolution will automatically take advantage of resources in that catalog.
  • Added a “data” jar file to the release that includes a wide range of standard resources.
  • Improved support for data:, classpath:, and jar: URI schemes.
  • Reworked implementation of the cache. Added many tests and the separate cache control application.
  • Reworked the RDDL parsing feature so that it works reliably.
  • Added an optional validating catalog loader to help find errors in catalogs. (Catalog errors are usually ignored, but being able to find them can quickly identify resolver problems.)
  • Many JavaDoc improvements.
  • Many bugs fixed.
  • Many, many more tests added.

3.0.1-SNAPSHOT-a1

This release fixes several bugs in the 3.0.0 release and (alas) makes a few API changes.

XML Resolver 3.0.1beta6

No release notes provided.

XML Resolver version 3.0.1beta5

  • Fixes a bug where the xml:base attribute was ignored on the root element
  • Fixes a bug where some access to the catalog list was not synchronized
  • Supports the TR9401 extension elements in their own namespace. For backwards compatibility, they are still accepted in the default catalog namespace
  • Fixes a bug where non-absolute URIs could confuse the cache and allow file:/// URIs to be cached by mistake
  • Fixes a bug where a missing extension property could cause a NullPointerException
  • There was no 3.0.1beta4 release

3.0.1beta3

No release notes provided.

3.0.1beta2

No release notes provided.

3.0.1beta1

Beta release for 3.0.1.

3.0.0

No release notes provided.

3.0.a1-SNAPSHOT

... (truncated)

Commits
  • c96f495 XML Resolver 3.0.1 released
  • 367a3a0 Update for infrastructure improvements
  • d7726c4 Infrastructure improvements
  • e983317 Make the compose names more distinct
  • a083d59 Moved resolver-migration repo to the xmlresolver organization
  • 54f9a0e Updated plugins, removed local version of docker plugin
  • a4148af Remove unnecessary call to toString()
  • 910a9bd Calculation of property-relative catalogs was incorrect
  • fbc4d35 Put in separate network
  • 7dbd72f Fix bugs in regular expressions
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 5, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #70.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.xmlresolver-xmlresolver-3.0.1 branch July 19, 2021 03:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants