Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.3.0] Merge Installation Prerequisites and Product Compatibility pages #1197

Merged
merged 5 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 4 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
113 changes: 40 additions & 73 deletions en/docs/install-and-setup/install/installation-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,77 +53,44 @@ Prior to installing WSO2 Micro Integrator, make sure that the appropriate prereq
- It is not recommended to use Apache DS in a production environment due to scalability issues. Instead, use an LDAP like OpenLDAP as your user store.
- If you have difficulty in setting up the Micro Integrator in a specific platform or database, [contact us](https://wso2.com/contact/).

## Tested Environments
## Tested environments

<table>
<tr>
<th>JDK</th>
<th>Operating Systems</th>
<th>RDBMS</th>
</tr>
<tr>
<td>
<ul>
<li>
CorrettoJDK 11, 17
</li>
<li>
AdoptOpenJDK 11, 17
</li>
<li>
OpenJDK 11, 17
</li>
<li>
Oracle JDK 11, 17
</li>
</ul>
</td>
<td>
<ul>
<li>
Ubuntu 22.04
</li>
<li>
SUSE Linux 12
</li>
<li>
Windows 2019
</li>
<li>
MacOS 10.15
</li>
<li>
Rocky Linux 8.10
</li>
<li>
RHEL 7.4, 8.2
</li>
</ul>
</td>
<td>
<ul>
<li>
Microsoft SQL Server 2019
</li>
<li>
MySql 5.7, 8
</li>
<li>
MariaDB 10.5
</li>
<li>
PostgreSQL 12.2, 13.2
</li>
<li>
DB2 11.5
</li>
<li>
Oracle 19c
</li>
<li>
Oracle 12c
</li>
</ul>
</td>
</tr>
</table>
The details of the tested environments for the WSO2 Micro Integrator (MI) 4.3.0 runtimes are given below.

### Tested operating systems

The Micro Integrator runtime is tested with the following operating systems:

| Operating System | Versions |
|--------------------------|------------|
| Windows | 2019 |
| Ubuntu | 22.04 |
| Red Hat Enterprise Linux | 7.4, 8.2 |
| Rocky Linux | 8.10 |
| MacOS | 10.15 |
| SUSE Linux | 12 |
| RHEL | 7.4, 8.2 |
DinithiDiaz marked this conversation as resolved.
Show resolved Hide resolved
DinithiDiaz marked this conversation as resolved.
Show resolved Hide resolved

### Tested JDKs

The Micro Integrator runtime is tested with the following JDKs:

| JDK |Versions|
|-------------|--------|
| CorrettoJDK | 11, 17 |
| AdoptOpenJDK | 11, 17 |
| OpenJDK | 11, 17 |
| Oracle JDK | 11, 17 |

### Tested DBMSs

The Micro Integrator runtime is tested with the following databases:

| DBMS | Versions |
|----------------------|--------------------|
| MySQL | 5.7, 8 |
| Oracle | 12c release 2, 19c |
| Microsoft SQL Server | 2019 |
| PostgreSQL | 12.2, 13.2 |
| MariaDB | 10.5 |
| DB2 | 11.5 |

This file was deleted.

2 changes: 1 addition & 1 deletion en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ nav:
- Reference:
- Common Runtime and Configuration Artifacts: install-and-setup/setup/reference/common-runtime-and-configuration-artifacts.md
- Default Product Ports: install-and-setup/setup/reference/default-product-ports.md
- Product Compatibility: install-and-setup/setup/reference/product-compatibility.md
- Performance Test Results: install-and-setup/setup/deployment-best-practices/performance-test-results-mi.md
- Supported Cipher Suites: install-and-setup/setup/reference/supported-cipher-suites.md
- Observe and Manage:
Expand Down Expand Up @@ -1019,6 +1018,7 @@ plugins:
'learn/examples/file-processing/vfs-transport-examples.md' : 'https://mi.docs.wso2.com/en/4.3.0/learn/integration-tutorials/file-processing/'
'learn/examples/rabbitmq-examples/store-forward-rabbitmq.md' : 'https://mi.docs.wso2.com/en/4.3.0/learn/integration-tutorials/storing-and-forwarding-messages/'
'learn/examples/working-with-transactions.md' : 'https://mi.docs.wso2.com/en/4.3.0/learn/learn-overview/'
'install-and-setup/setup/reference/product-compatibility.md' : https://mi.docs.wso2.com/en/4.3.0/install-and-setup/install/installation-prerequisites/

# Extra
extra_css:
Expand Down