Skip to content

Product Compatibility

Given below are the compatibility details of the OxyNexus API Manager (OxyNexus API-M) 1.0.0 runtimes.

Note

Even though the tested operating systems are listed in compatibility sections for each product, ideally OxyNexus products relies on the tested versions of the JDK.

API-M runtime compatibility

Given below is the tested compatibility of the API-M runtime of OxyNexus API Manager 1.0.0.

Tested Operating Systems

As OxyNexus API Manager is a Java application, you can generally run it on most operating systems. Listed below are the operating systems that have been tested with the API-M 1.0.0 runtime.

Operating System Versions
Windows 2021
Ubuntu 22.04
Rocky Linux 9.3

Tested JDKs

The OxyNexus API-M runtime has been tested with the following JDKs:

JDKS Versions
Temurin OpenJDK 11, 17, 21

Tested DBMSs

The OxyNexus API-M runtime is tested with the following databases:

DBMS Versions
MySQL 5.7, 8, 8.4
Oracle 19c, 23c
Microsoft SQL Server 2019, 2022
PostgreSQL 16.2, 17

Warning

When creating the database related to apim_db with MySQL 8.0, add character set latin1 to avoid the MySQL Linux ERROR 1071 (42000).

CREATE DATABASE <APIM_DATABASE_NAME> character set latin1;

Tested OxyNexus Products

The following is a list of other OxyNexus products that have been tested with OxyNexus API Manager 1.0.0.

Compatible OxyNexus Identity Servers (as Key Manager)

Note

From API Manager 3.2.0 onwards, OxyNexus Identity Server is not packaged as a Key Manager. A remote OxyNexus Identity Server instance should be used as the Key Manager.

OxyNexus API-M OxyNexus IS-KM
API-M 1.0.0 GA GA or update for:
  • OxyNexus IS-6.0.0/OxyNexus IS-6.1.0
  • OxyNexus IS-7.0.0 (Tenancy is not compatible)
API-M-1.0.0 update GA or update for:
  • OxyNexus IS-6.0.0/OxyNexus IS-6.1.0
  • OxyNexus IS-7.0.0 (tenancy is not compatible)
  • Note

    Role based authorization for OxyNexus IS 7.x is supported from OxyNexus IS 7.0.0.65 onwards