JAVA-20167 Add the spring-date-neo4j to the jdk8 profile
This commit is contained in:
parent
a0bf12b9d4
commit
caf72a58b2
|
@ -40,8 +40,6 @@
|
||||||
<module>java-jpa</module> <!-- long running -->
|
<module>java-jpa</module> <!-- long running -->
|
||||||
<module>java-jpa-2</module>
|
<module>java-jpa-2</module>
|
||||||
<module>java-jpa-3</module>
|
<module>java-jpa-3</module>
|
||||||
<!-- enable it when persistence-modules is migrated to JDK9+ -->
|
|
||||||
<!-- <module>java-mongodb</module>--> <!-- long running -->
|
|
||||||
<module>java-mongodb-2</module> <!-- long running -->
|
<module>java-mongodb-2</module> <!-- long running -->
|
||||||
<module>java-mongodb-3</module> <!-- long running -->
|
<module>java-mongodb-3</module> <!-- long running -->
|
||||||
<module>java-mongodb-queries</module> <!-- long running -->
|
<module>java-mongodb-queries</module> <!-- long running -->
|
||||||
|
@ -90,10 +88,9 @@
|
||||||
<module>spring-data-jpa-repo-2</module>
|
<module>spring-data-jpa-repo-2</module>
|
||||||
<module>spring-data-jdbc</module>
|
<module>spring-data-jdbc</module>
|
||||||
<module>spring-data-keyvalue</module>
|
<module>spring-data-keyvalue</module>
|
||||||
<!-- <module>spring-data-mongodb</module> FAILED -->
|
<module>spring-data-mongodb</module>
|
||||||
<module>spring-data-mongodb-2</module>
|
<module>spring-data-mongodb-2</module>
|
||||||
<module>spring-data-mongodb-reactive</module>
|
<module>spring-data-mongodb-reactive</module>
|
||||||
<!-- <module>spring-data-neo4j</module> FAILED -->
|
|
||||||
<module>spring-data-redis</module>
|
<module>spring-data-redis</module>
|
||||||
<!-- Moved to JDK9+ profiles-->
|
<!-- Moved to JDK9+ profiles-->
|
||||||
<!-- <module>spring-data-rest</module>-->
|
<!-- <module>spring-data-rest</module>-->
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -369,6 +369,7 @@
|
||||||
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
|
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
|
||||||
<module>persistence-modules/java-cassandra</module> <!-- JAVA-21464 cassandra-unit library doesn't support to run with jdk9 and above -->
|
<module>persistence-modules/java-cassandra</module> <!-- JAVA-21464 cassandra-unit library doesn't support to run with jdk9 and above -->
|
||||||
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
|
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
|
||||||
|
<module>persistence-modules/spring-data-neo4j</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
</profile>
|
</profile>
|
||||||
|
@ -547,6 +548,7 @@
|
||||||
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
|
<module>persistence-modules/hibernate-ogm</module> <!-- hibernate-ogm wasn't updated because it doesn't support jakarta API -->
|
||||||
<module>persistence-modules/java-cassandra</module> <!-- JAVA-21464 cassandra-unit library doesn't support to run with jdk9 and above -->
|
<module>persistence-modules/java-cassandra</module> <!-- JAVA-21464 cassandra-unit library doesn't support to run with jdk9 and above -->
|
||||||
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
|
<module>persistence-modules/spring-data-cassandra-reactive</module> <!--JAVA-21844-->
|
||||||
|
<module>persistence-modules/spring-data-neo4j</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
</profile>
|
</profile>
|
||||||
|
|
Loading…
Reference in New Issue