Further steps towards JakartaEE.
Remove temporary version placeholders and obsolete version declarations for modules we do not test against anymore. Tweaked the JPA integration and the Jackson Hibernate 5 one in particular to work with the new Jakarta variants. Re-enabled JPA tests. Removed support for Jackson Hibernate 4 integration and JodaTime.
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -28,22 +28,14 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<!-- Temporarily here -->
|
||||
<spring>6.0.0-SNAPSHOT</spring>
|
||||
<spring-hateoas>2.0.0-SNAPSHOT</spring-hateoas>
|
||||
<validation>3.0.0</validation>
|
||||
|
||||
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>2.6.0-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>3.3.0-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.geode>2.6.0-SNAPSHOT</springdata.geode>
|
||||
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
|
||||
<springdata.cassandra>3.3.0-SNAPSHOT</springdata.cassandra>
|
||||
<springdata.keyvalue>2.6.0-SNAPSHOT</springdata.keyvalue>
|
||||
<springdata.jpa>3.0.0-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>4.0.0-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.geode>3.0.0-SNAPSHOT</springdata.geode>
|
||||
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
|
||||
<servlet.version>5.0.0</servlet.version>
|
||||
|
||||
<hibernate.version>5.5.7.Final</hibernate.version>
|
||||
<bundlor.enabled>false</bundlor.enabled>
|
||||
</properties>
|
||||
|
||||
<developers>
|
||||
|
||||
Reference in New Issue
Block a user