Skip to content

Commit

Permalink
HSEARCH-5287 Skip running Spring tests on JDK 25
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 23, 2024
1 parent 4e4f58c commit 3c33175
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,20 @@
</properties>
</profile>

<profile>
<id>testWithJdk25</id>
<activation>
<property>
<name>java-version.test.release</name>
<value>25</value>
</property>
</activation>
<properties>
<!-- Spring Boot 3 isn't ready for JDK25 yet -->
<failsafe.spring.skip>true</failsafe.spring.skip>
</properties>
</profile>

<profile>
<id>compiler-eclipse</id>
<build>
Expand Down

0 comments on commit 3c33175

Please sign in to comment.