Skip to content

Commit

Permalink
HSEARCH-4935 Revert "HSEARCH-4931 Disable Spring ITs"
Browse files Browse the repository at this point in the history
This reverts commit ac6a0d7.
  • Loading branch information
marko-bekhta authored and yrodiere committed Sep 20, 2023
1 parent f9742aa commit e750e80
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ 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: 6 additions & 0 deletions build/reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@
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: 6 additions & 0 deletions integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<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 e750e80

Please sign in to comment.