JAVA-27737: Adding spring-hibernate-3 module (#15542)

This commit is contained in:
Bipin kumar 2024-01-05 00:19:53 +05:30 committed by GitHub
parent 9b299f01ae
commit 0b27ba93ff
2 changed files with 15 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<module>spring-data-rest-querydsl</module> <module>spring-data-rest-querydsl</module>
<module>spring-data-solr</module> <module>spring-data-solr</module>
<module>spring-data-shardingsphere</module> <module>spring-data-shardingsphere</module>
<!-- <module>spring-hibernate-3</module> FAILED --> <module>spring-hibernate-3</module>
<!-- <module>spring-hibernate-5</module> FAILED --> <!-- long running --> <!-- <module>spring-hibernate-5</module> FAILED --> <!-- long running -->
<module>spring-hibernate-6</module> <module>spring-hibernate-6</module>
<module>spring-jpa</module> <module>spring-jpa</module>

View File

@ -73,6 +73,20 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
</plugins>
</build>
<properties> <properties>
<!-- Spring --> <!-- Spring -->
<org.springframework.version>4.3.4.RELEASE</org.springframework.version> <org.springframework.version>4.3.4.RELEASE</org.springframework.version>