Skip to content

Commit e4b3efd

Browse files
committed
HSEARCH-5493 Limit Spring integration tests to JDK < 25
1 parent c0189c4 commit e4b3efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,13 +522,13 @@ stage('Non-default environments') {
522522
// so we skip them.
523523
String mavenBuildAdditionalArgs = ''' \
524524
-pl !documentation \
525-
-pl !integrationtest/mapper/orm-spring \
526525
-pl !integrationtest/v5migrationhelper/orm \
527526
-pl !integrationtest/java/modules/orm-lucene \
528527
-pl !integrationtest/java/modules/orm-elasticsearch \
529528
-pl !integrationtest/java/modules/orm-outbox-polling-elasticsearch \
530529
-pl !lucene-next/documentation \
531530
-pl !lucene-next/integrationtest/java/modules/orm-lucene \
531+
-P !springITs \
532532
'''
533533
String mavenDockerArgs = ""
534534
def startedContainers = false

build/reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
<id>springITs</id>
285285
<activation>
286286
<!-- Hack to activate by default, except when explicitly disabled -->
287-
<jdk>[17,)</jdk>
287+
<jdk>[17,25)</jdk>
288288
</activation>
289289
<dependencies>
290290
<dependency>

0 commit comments

Comments
 (0)