Skip to content

Commit

Permalink
Merge pull request wso2#4886 from indeewari/removing_outdated_jdks
Browse files Browse the repository at this point in the history
Removing JDK 1.8 from recommended JDKs
  • Loading branch information
indeewari authored Nov 27, 2024
2 parents c7e3908 + 1876ad1 commit 274c39e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en/identity-server/7.0.0/docs/deploy/deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The above recommendations can change based on the expected concurrency and perfo
</tr>
<tr class="even">
<th>Java</th>
<td>Oracle JDK 1.8</td>
<td>Open JDK 11</td>
</tr>
<tr class="odd">
<th>Web browsers</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Log forging can be prevented by appending a UUID to the log message.

## JVM parameters

- The recommended JDK versions are JDK 1.8 and 11. For more information, see <a href="{{base_path}}/deploy/get-started/install/#prerequisites">Prerequisites</a>.
- The recommended JDK versions are JDK 11 and 17. For more information, see <a href="{{base_path}}/deploy/get-started/install/#prerequisites">Prerequisites</a>.

```java
-Xms512m -Xmx2048m
Expand Down
2 changes: 1 addition & 1 deletion en/identity-server/next/docs/deploy/deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The above recommendations can change based on the expected concurrency and perfo
</tr>
<tr class="even">
<th>Java</th>
<td>Oracle JDK 1.8</td>
<td>Open JDK 11</td>
</tr>
<tr class="odd">
<th>Web browsers</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Log forging can be prevented by appending a UUID to the log message.

## JVM parameters

- The recommended JDK versions are JDK 1.8 and 11. For more information, see <a href="{{base_path}}/deploy/get-started/install/#prerequisites">Prerequisites</a>.
- The recommended JDK versions are JDK 11 and 17. For more information, see <a href="{{base_path}}/deploy/get-started/install/#prerequisites">Prerequisites</a>.

```java
-Xms512m -Xmx2048m
Expand Down

0 comments on commit 274c39e

Please sign in to comment.