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
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
The 3.0.1 release is a bug fix release of 3.0.0.
Following changes are included:
- #172 - Default factory class name changed
- Classloading related fixes
- uses Jakarta Activation APIs 2.0.1
v3.0.0
The 3.0.0 release is the first release under the jakarta.xml.bind.*
namespace.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.