Skip to content

Commit 134c397

Browse files
Oleksandr123234MykolaMarusenko
authored andcommitted
docs: Describe Java 25 support (#515)
1 parent 1bf3aac commit 134c397

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

docs/about-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The platform consists of the following blocks:
3333

3434
|Language|Framework|Build Tool|Application|Library|Autotest|
3535
|:-|:-:|:-:|:-:|:-:|:-:|
36-
|Java|Java 17, Java 21|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
36+
|Java|Java 17, Java 21, Java 25|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
3737
|Python|Python 3.8, FastAPI, Flask|Python|:white_check_mark:|:white_check_mark:||
3838
|C#|.Net 3.1, .Net 6.0|.Net|:white_check_mark:|:white_check_mark:||
3939
|C|None|Make,CMake|:white_check_mark:|||

docs/operator-guide/artifacts-management/package-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The table below displays the supported registries and the languages they corresp
2626

2727
|Language|Framework|Build Tool|Proxy Registry|Snapshots/Releases Registry|
2828
|------------|:-------------------------------------------------------:|:------------------:|:-----------------------------------------:|:-----------------------------------------:|
29-
| Java|Java 8<br />Java 11<br />Java 17|Maven| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
29+
| Java|Java 17<br />Java 21<br />Java 25<br />|Maven| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
3030
| Python|Python 3.8<br />FastAPI<br />Flask|Python|Nexus<br />Gitlab<br />Azure DevOps|Nexus<br />Gitlab<br />Azure DevOps|
3131
| C#|.Net 3.1<br />.Net 6.0|.Net|No proxy is used for this language.|Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
3232
| JavaScript | React<br />Vue<br />Angular<br />Express<br />Next.js<br />Antora |NPM| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps |

docs/user-guide/add-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Follow the instructions below to fill in the fields of the **Codebase Info** men
7777

7878
* **Application Code Language** - defines the code language with its supported frameworks:
7979

80-
* Java – selecting a specific Java version (17 and 21 are available; Java 8 and 11 deprecated since v3.12).
80+
* Java – selecting a specific Java version (17, 21, and 25 are available; Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12).
8181
* JavaScript - selecting JavaScript allows using React, Vue, Angular, Express, Next.js and Antora frameworks.
8282
* Python - selecting Python allows using the Python v.3.8, FastAPI, Flask frameworks.
8383
* Go - selecting Go allows using the Beego, Gin and Operator SDK frameworks.

docs/user-guide/add-autotest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In our case, we will use the **Clone** strategy:
7979
2. Specify the autotest language properties:
8080

8181
* **Autotest code language** - defines the code language with its supported frameworks. Selecting **Other** allows extending the default code languages and get the necessary build tool.
82-
* **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 17 or Java 21 to be used. Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12.
82+
* **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 17, Java 21, or Java 25 to be used. Java 8 and 11 have been deprecated starting from KubeRocketCI version 3.12.
8383
* **Build Tool** - allows to choose the build tool to use. In case of autotests, Gradle and Maven are available.
8484
* **Autotest report framework** - all the autotest reports will be created in the Allure framework by default.
8585

docs/user-guide/add-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ In our example, we will use the **Create from template** strategy:
7878

7979
* **Library code language** - defines the code language with its supported frameworks:
8080

81-
* Java – selecting specific Java version (17 and 21 are available; Java 8 and 11 deprecated since v3.12).
82-
* JavaScript - selecting JavaScript allows using the NPM tool.
81+
* Java – selecting specific Java version (17, 21, and 25 are available; Java 8 and 11 deprecated since v3.12).
82+
* JavaScript - selecting JavaScript allows using the React, Vue, Angular, Express, and Next.js frameworks.
8383
* Python - selecting Python allows using the Python v.3.8, FastAPI, Flask.
8484
* Groovy-pipeline - selecting Groovy-pipeline allows having the ability to customize a stages logic.
8585
* Terraform - selecting Terraform allows using the Terraform different versions via the **Terraform version manager** ([tfenv](https://github.com/tfutils/tfenv#usage)).

versioned_docs/version-3.11/operator-guide/artifacts-management/package-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The table below displays the supported registries and the languages they corresp
2626

2727
|Language|Framework|Build Tool|Proxy Registry|Snapshots/Releases Registry|
2828
|------------|:-------------------------------------------------------:|:------------------:|:-----------------------------------------:|:-----------------------------------------:|
29-
| Java|Java 8<br />Java 11<br />Java 17|Maven| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
29+
| Java|Java 8<br />Java 11<br />Java 17<br />Java 21|Maven| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
3030
| Python|Python 3.8<br />FastAPI<br />Flask|Python|Nexus<br />Gitlab<br />Azure DevOps|Nexus<br />Gitlab<br />Azure DevOps|
3131
| C#|.Net 3.1<br />.Net 6.0|.Net|No proxy is used for this language.|Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
3232
| JavaScript | React<br />Vue<br />Angular<br />Express<br />Next.js<br />Antora |NPM| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps |

versioned_docs/version-3.12/operator-guide/artifacts-management/package-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The table below displays the supported registries and the languages they corresp
2626

2727
|Language|Framework|Build Tool|Proxy Registry|Snapshots/Releases Registry|
2828
|------------|:-------------------------------------------------------:|:------------------:|:-----------------------------------------:|:-----------------------------------------:|
29-
| Java|Java 8<br />Java 11<br />Java 17|Maven| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
29+
| Java|Java 8<br />Java 11<br />Java 17<br />Java 21|Maven| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
3030
| Python|Python 3.8<br />FastAPI<br />Flask|Python|Nexus<br />Gitlab<br />Azure DevOps|Nexus<br />Gitlab<br />Azure DevOps|
3131
| C#|.Net 3.1<br />.Net 6.0|.Net|No proxy is used for this language.|Nexus<br />Gitlab<br />GitHub<br />Azure DevOps|
3232
| JavaScript | React<br />Vue<br />Angular<br />Express<br />Next.js<br />Antora |NPM| Nexus<br />Gitlab<br />GitHub<br />Azure DevOps | Nexus<br />Gitlab<br />GitHub<br />Azure DevOps |

0 commit comments

Comments
 (0)