> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aseeflow.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Environments

Run ASEE Flow in every Java-runnable environment. ASEE Flow is supported with our QA infrastructure in the following environments.

<Info>
  **Supported Environments**
  Please note that the environments listed in this section depend on the version of ASEE Flow. Please select the corresponding version of this documentation to see the environment that fits to your version of ASEE Flow.
</Info>

## Container/Application Server for Runtime Components

### Application-Embedded Process Engine

* All Java application servers
* ASEE Flow Spring Boot Starter: Embedded Tomcat
  * [Supported versions](/user-guide/spring-boot-integration/version-compatibility)
  * [Deployment scenarios](/user-guide/spring-boot-integration#supported-deployment-scenarios)
* ASEE Flow Engine Quarkus Extension
  * [Supported versions](/user-guide/quarkus-integration/version-compatibility)
  * [Deployment scenarios](/user-guide/quarkus-integration#supported-deployment-scenarios)

### Container-Managed Process Engine and ASEE Flow Cockpit, Tasklist, Admin

* Apache Tomcat 9.0 / 10.1
* JBoss EAP 7.4 / 8.0
* WildFly Application Server 33.0 / 35.0

## Databases

### Supported Database Products

* MySQL  8.0
* Oracle 19c / 23ai
* IBM DB2 11.5 (excluding IBM z/OS for all versions)
* PostgreSQL 14 / 15 / 16 / 17
* Amazon Aurora PostgreSQL compatible with PostgreSQL 14 / 15 / 16
* Microsoft SQL Server 2017 / 2019 / 2022 (see [Configuration Note](/user-guide/process-engine/database/mssql-configuration))
* Microsoft Azure SQL with ASEE Flow-supported SQL Server compatibility levels
  (see [Configuration Note](/user-guide/process-engine/database/mssql-configuration#azure-sql-compatibility-levels-supported-by-asee-flow)):
  * SQL Server on Azure Virtual Machines
  * Azure SQL Managed Instance
  * Azure SQL Database
* H2 2.3 (not recommended for [Cluster Mode](/introduction/architecture#clustering-model) - see [Deployment Note](/user-guide/process-engine/deployments))

### Database Clustering & Replication

Clustered or replicated databases are supported given the following conditions. The communication between ASEE Flow and the database cluster has to match with the corresponding non-clustered / non-replicated configuration. It is especially important that the configuration of the database cluster guarantees the equivalent behavior of READ-COMMITTED isolation level.

## Web Browser

* Google Chrome latest
* Mozilla Firefox latest
* Microsoft Edge latest

## Java

* Java 11 / 17 / 21 (Compatibility is tested with Eclipse Temurin JDK)

## Camunda Modeler

[Supported environments](https://docs.camunda.io/docs/reference/supported-environments/#camunda-modeler) for Camunda Flow Modeler have moved to [docs.camunda.io](https://docs.camunda.io/).

### Adding Environments

Whenever a new version of one of the following environments is released, we target support of that new version with the next minor release of ASEE Flow. A new released environment has to be available three months before the next ASEE Flow minor release to be considered.

* Java Language (LTS)
* Spring Boot
* Wildfly Application Server
* Oracle Database (LTS)
* PostgreSQL

The exact release in which we support a new environment depends on factors such as the release date of the environment and the required implementation effort.

Version support for other environments is decided case by case, much of which is based on the demand in our user base.

### Removing Environments

Whenever a new version of one of the following environments is supported, we usually discontinue support of the oldest version with the same release:

* Wildfly Application Server

Note that we may decide to deviate from this policy on a case-by-case basis.
