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?