Skip to content

Commit f15011e

Browse files
Java requirement toned down to Java 17. Java 25 is tested, but it is still compatible to Java 25.
1 parent 28a6bd6 commit f15011e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ instructions** are in the documentation](https://xdev-software.github.io/spring-
6262
| ``2.5.1-2.5.2`` | ``17+`` | ``3.4.2`` | ``2.1.1`` |
6363
| ``2.5.3`` | ``17+`` | ``3.5.3`` | ``2.1.3`` |
6464
| ``2.5.4`` | ``17+`` | ``3.5.9`` | ``2.1.3`` |
65-
| ``>= 2.6.0`` | ``25+`` | ``4.0.1`` | ``2.1.3`` |
65+
| ``>= 2.6.0`` | ``17+`` | ``4.0.1`` | ``2.1.3`` |
6666

6767
## Demo
6868

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</organization>
1616

1717
<properties>
18-
<javaVersion>25</javaVersion>
18+
<javaVersion>17</javaVersion>
1919
<maven.compiler.release>${javaVersion}</maven.compiler.release>
2020

2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-data-eclipse-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<properties>
4545
<!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 -->
46-
<javaVersion>25</javaVersion>
46+
<javaVersion>17</javaVersion>
4747
<maven.compiler.release>${javaVersion}</maven.compiler.release>
4848

4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)