Skip to content

spring-data-envers pulls in various javax and JBoss spec jars when their jakarta.* equivalents are preferred #331

Description

@wilkinsona

We had an initiative a few years ago across the Spring portfolio to consistently use jakarta.* spec jars. spring-data-envers has got out of step with this, pulling in the following:

  • javax.activation:javax.activation-api
  • javax.persistence:javax.persistence-api
  • javax.xml.bind:jaxb-api
  • org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec

Could these please be excluded and their Jakarta equivalents depended upon instead?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions