Skip to content

Commit

Permalink
HSEARCH-4931 Disable Spring ITs
Browse files Browse the repository at this point in the history
They don't work on Hibernate ORM 6.3.0.Final.

Co-Authored-By: Yoann Rodière <[email protected]>
  • Loading branch information
marko-bekhta and yrodiere committed Sep 1, 2023
1 parent 1e9eb08 commit ac6a0d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ stage('Non-default environments') {
// so we skip them.
String mavenBuildAdditionalArgs = ''' \
-pl !documentation \
-pl !integrationtest/mapper/orm-spring \
-pl !integrationtest/mapper/orm-batch-jsr352 \
-pl !integrationtest/v5migrationhelper/orm \
-pl !integrationtest/java/modules/orm-lucene \
Expand Down
6 changes: 0 additions & 6 deletions build/reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,6 @@
so we can easily exclude building them all in some scenarios like building on JDK11 etc.
-->
<id>springITs</id>
<activation>
<property>
<name>java-version.test.release</name>
<value>!11</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.hibernate.search</groupId>
Expand Down
6 changes: 0 additions & 6 deletions integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
<profiles>
<profile>
<id>springITs</id>
<activation>
<property>
<name>java-version.test.release</name>
<value>!11</value>
</property>
</activation>
<modules>
<!-- Spring Boot 3 requires at minimum JDK 17. Hence, we want to ignore these modules on JDK 11: -->
<module>mapper/orm-spring</module>
Expand Down

0 comments on commit ac6a0d7

Please sign in to comment.