Skip to content

fix(deps): update dependency jakarta.xml.bind:jakarta.xml.bind-api to v4

This MR contains the following updates:

Package Type Update Change
jakarta.xml.bind:jakarta.xml.bind-api compile major 2.3.3 -> 4.0.0

Release Notes

eclipse-ee4j/jaxb-api

v4.0.0

Compare Source

The major release contains following changes:

  • drops compatibility with JAXB 1.0
  • removes constraints on using java.desktop/java.beans.Introspector
  • removes deprecated jakarta.xml.bind.Validator
  • removes deprecated jakarta.xml.bind.context.factory property
  • drops implementation lookup through META-INF/services/jakarta.xml.bind.JAXBContext
  • drops implementation lookup through jaxb.properties file
  • adds implementation lookup through the properties Map passed to JAXBContext.newInstance(...) methods
  • provided implementation of the DatatypeConverterInterface throws exception on invalid input

Project Board: https://github.com/eclipse-ee4j/jaxb-api/projects/1 Full Changelog: https://github.com/eclipse-ee4j/jaxb-api/compare/3.0.0...4.0.0

v3.0.1

Compare Source

The 3.0.1 release is a bug fix release of 3.0.0.

Following changes are included:

v3.0.0

Compare Source

The 3.0.0 release is the first release under the jakarta.xml.bind.* namespace.


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 MR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports