SPW-DIG / metawal-core-geonetwork

Metawal - Catalogue pour l'information géographique de Wallonie
http://metawal.wallonie.be
GNU General Public License v2.0
3 stars 1 forks source link

Bump xom from 1.1 to 1.3.9 #829

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps xom from 1.1 to 1.3.9.

Release notes

Sourced from xom's releases.

XOM 1.2.11

Update and improve build system and website generation.

The binary is now compiled against Java 1.6 or later by default. It should still be source compatible with Java 1.4 but this has not been extensively tested.

Removes an unthrown IOException from the Canonicalizer.setInclusiveNamespacePrefixList(). method.

Fixes one bug in the verification of a leading plus sign in the IPv4 parts of IPv6 addresses.

1.3.8

Purely internal changes that improve compatibility with Java 17+.

1.3.7

Purely internal changes:

  • Remove direct dependency on xml-apis:xml-apis artifact since these classes are now available in the core runtime.
  • Eliminate usage of com.sun classes to make XOM compatible with JDK 16.
  • Replace remaining usages of StringBuffer with StringBuilder to slightly improve performance.

1.3.6

This is a very minor release that makes some internal changes with the goal of improving performance in more modern VMs. In particular many local StringBuffers were replaced with StringBuilders. Otherwise there are no changes or bug fixes since 1.3.5.

1.3.5

Adds Automatic-Moduole-Name to jar

1.3.3

Improves performance with applications that build many small documents frequently.

XOM 1.3.0

The Nodes and Elements classes are iterable so you can use the enhanced for loop syntax on instances of these classes.

The copy() method is now covariant.

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