8000 Release using the new jakarta namespace (jakarta.xml.bind 3.x) · Issue #227 · xmlunit/xmlunit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Release using the new jakarta namespace (jakarta.xml.bind 3.x) #227
@michael-schnell

Description

@michael-schnell

Currently there is a dependency to the Jakarta XML bind version 2.33, which is still using the old "javax." namespace. For projects starting to migrate fully to the new "jakarta." namespace, this pulls in unwanted dependencies.

XML unit should provide a release that uses version 3.x of jakarta.xml.bind" that has the package namespace changed to jakarta.xml.bind.* (Currently version 3.0.1).

<properties>
    <!-- Jakarta XML Binding version -->
    <jakarta.xml.bind.version>2.3.3</jakarta.xml.bind.version>
  </properties>

    <dependency>
        <groupId>jakarta.xml.bind</groupId>
        <artifactId>jakarta.xml.bind-api</artifactId>
        <version>${jakarta.xml.bind.version}</version>
      </dependency>
      <dependency>
        <groupId>org.glassfish.jaxb</groupId>
        <artifactId>jaxb-runtime</artifactId>
        <version>${jakarta.xml.bind.version}</version>
      </dependency>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0