@@ -10,13 +10,14 @@ title: 'Guide'
1010The following table lists the minimum Java language version requirements for each version of the Apache Fesod(
1111Incubating) library:
1212
13- | Version | JDK Version Support Range | Notes |
14- | ------------------| ---------------------------| --------------------|
15- | 2.0.0-incubating | JDK8 - JDK25 | NA(not available) |
16- | 1.3.x | JDK8 - JDK25 | Non-Apache release |
17- | 1.2.x | JDK8 - JDK21 | Non-Apache release |
18- | 1.1.x | JDK8 - JDK21 | Non-Apache release |
19- | 1.0.x | JDK8 - JDK21 | Non-Apache release |
13+ | Version | JDK Version Support Range | Notes |
14+ | ------------------| ---------------------------| --------------------------|
15+ | 2.0.1-incubating | JDK8 - JDK25 | Apache Incubator release |
16+ | 2.0.0-incubating | JDK8 - JDK25 | NA(not available) |
17+ | 1.3.x | JDK8 - JDK25 | Non-Apache release |
18+ | 1.2.x | JDK8 - JDK21 | Non-Apache release |
19+ | 1.1.x | JDK8 - JDK21 | Non-Apache release |
20+ | 1.0.x | JDK8 - JDK21 | Non-Apache release |
2021
2122We strongly recommend using the latest version of Apache Fesod(Incubating), as performance optimizations, bug fixes, and
2223new features
@@ -48,7 +49,7 @@ If you are using Maven for project building, add the following configuration in
4849<dependency >
4950 <groupId >org.apache.fesod</groupId >
5051 <artifactId >fesod-sheet</artifactId >
51- <version >version </version >
52+ <version >2.0.1-incubating </version >
5253</dependency >
5354```
5455
@@ -63,7 +64,7 @@ For better dependency management, you can use the Fesod BOM:
6364 <dependency >
6465 <groupId >org.apache.fesod</groupId >
6566 <artifactId >fesod-bom</artifactId >
66- <version >version </version >
67+ <version >2.0.1-incubating </version >
6768 <type >pom</type >
6869 <scope >import</scope >
6970 </dependency >
@@ -85,6 +86,6 @@ If you are using Gradle for project building, add the following configuration in
8586
8687``` gradle
8788dependencies {
88- implementation 'org.apache.fesod:fesod-sheet:version '
89+ implementation 'org.apache.fesod:fesod-sheet:2.0.1-incubating '
8990}
9091```
0 commit comments