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:
Oliver Drotbohm
2021-10-08 12:30:19 +02:00
parent b4218de3ad
commit 0efd1502d0
7 changed files with 14 additions and 76 deletions

View File

@@ -16,7 +16,7 @@
<modules>
<module>spring-data-rest-tests-core</module>
<module>spring-data-rest-tests-geode</module>
<!--<module>spring-data-rest-tests-jpa</module>-->
<module>spring-data-rest-tests-jpa</module>
<module>spring-data-rest-tests-mongodb</module>
<!--<module>spring-data-rest-tests-security</module>-->
<module>spring-data-rest-tests-shop</module>

View File

@@ -51,7 +51,8 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate5</artifactId>
<artifactId>jackson-datatype-hibernate5-jakarta</artifactId>
<version>${jackson}</version>
</dependency>
</dependencies>