Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This document provides compatibility details for WSO2 Identity Server {{is_version}} across various environments.

## {{product_name}} runtime compatibility

Check failure on line 5 in en/identity-server/7.2.0/docs/deploy/product-compatibility.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces

en/identity-server/7.2.0/docs/deploy/product-compatibility.md:5:42 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md009.md

Given below is the tested compatibility of the runtime of {{product_name}} {{is_version}}.
### Tested operating systems

Check failure on line 8 in en/identity-server/7.2.0/docs/deploy/product-compatibility.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/identity-server/7.2.0/docs/deploy/product-compatibility.md:8 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### Tested operating systems"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md

WSO2 Identity Server, being a Java application, is compatible with most operating systems. Listed below are the operating systems that have been tested with the {{product_name}} {{is_version}} runtime.

Expand Down Expand Up @@ -53,7 +53,7 @@

If you need IWA on an ARM64 deployment, use Kerberos authentication instead of NTLM.


Check failure on line 56 in en/identity-server/7.2.0/docs/deploy/product-compatibility.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/7.2.0/docs/deploy/product-compatibility.md:56 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
## Tested DBMSs

The {{product_name}} {{is_version}} runtime has been tested with the following database management systems (DBMSs):
Expand All @@ -63,7 +63,7 @@
<th>Versions</th>
<tr>
<td>MySQL</td>
<td>8.4, 8.0, 5.7</td>
<td>8.4, 8.0</td>
</tr>
<tr>
<td>Oracle RAC</td>
Expand Down Expand Up @@ -131,3 +131,3 @@
<td>Microsoft Active Directory Windows</td>
<td>2022</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

If you need IWA on an ARM64 deployment, use Kerberos authentication instead of NTLM.


Check failure on line 53 in en/identity-server/next/docs/deploy/product-compatibility.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

en/identity-server/next/docs/deploy/product-compatibility.md:53 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
## Tested DBMSs

The {{product_name}} {{is_version}} runtime has been tested with the following database management systems (DBMSs):
Expand All @@ -60,7 +60,7 @@
<th>Versions</th>
<tr>
<td>MySQL</td>
<td>8.4, 8.0, 5.7</td>
<td>8.4, 8.0</td>
</tr>
<tr>
<td>Oracle RAC</td>
Expand Down
Loading