Supported Technologies

2024-03-28

Supported Technologies Roadmap

This chart summarizes server-side dependency recommendations for past & current releases, and predictions for upcoming releases.

Do not use: not yet available or tested with this version of LabKey
         Recommended: fully supported and thoroughly tested with this version of LabKey
Upgrade ASAP: deprecated and no longer supported with this version of LabKey
Do not use: incompatible with this version of LabKey and/or past end of life (no longer supported by the organization that develops the component)

 

ComponentVersionLabKey 23.7.x
(Jul 2023)
LabKey 23.11.x
(Nov 2023)
LabKey 24.3.x
(Mar 2024)
LabKey 24.7.x
(Jul 2024)
LabKey 24.11.x
(Nov 2024)
Java Java 18+
Java 17 (LTS)          
Tomcat 10.1.x      
9.0.x    
PostgreSQL 16.x        
15.x          
14.x          
13.x          
12.x          
11.x  
Microsoft SQL Server (Premium Feature) 2022          
2019          
2017          
2016          
2014          

 

Browsers

LabKey Server requires a modern browser for many advanced features, and we recommend upgrading your browser(s) to the latest stable release. As a general rule, LabKey Server supports the latest version of the following browsers:

If you experience a problem with a supported browser feel free to search for, and if not found, post the details to the support forum so we're made aware of the issue.

Java

LabKey requires a Java 17 JDK; this is the only version of Java that LabKey supports. (LabKey does not support JDK 18 and higher.) We strongly recommend using the latest point release of Eclipse Temurin 17 64-bit (currently 17.0.10+7), the community-supported production-ready distribution of the Java Development Kit produced by the Adoptium Working Group. LabKey performs all development, testing, and deployment using Eclipse Temurin 17. Version 17 is a Long Term Support release (LTS), meaning that LabKey deployments can use it for an extended period, though groups should regularly apply point releases to stay current on security and other important bug fixes.

You must run the Java 17 JVM with these special flags --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED to allow certain libraries to function properly. (Note that standard startup scripts in the most recent Tomcat versions add these flags automatically.) We will upgrade the libraries as soon as they fully support the changes made in JEP 396.

LabKey Server has not been tested with other Java distributions such as Oracle OpenJDK, Oracle commercial Java SE, Amazon Corretto, Red Hat, Zulu, OpenJ9, etc.

Apache Tomcat

As of v24.3, LabKey requires and ships with embedded Tomcat 10.1.x. LabKey clients managing their own deployments must migrate all server settings during this upgrade; detailed instructions will be provided at release time. (LabKey Cloud clients will be migrated in a transparent manner to LabKey Server version 24.3 which embeds Tomcat 10.1.x.) This migration is dictated by the javax --> jakarta namespace change.

We recommend not using the Apache Tomcat Native library; this library can interfere with SSL and prevent server access via LabKey's client libraries.

PostgreSQL

For installations using PostgreSQL as the primary database, we recommend using the latest point release of PostgreSQL 16.x (currently 16.2).

For those who can't transition to 16.x yet, LabKey continues to support PostgreSQL 15.x, 14.x, 13.x, and 12.x, though here also we strongly recommend installing the latest point release (currently 15.6, 14.11, 13.14, and 12.18) to ensure you have all the latest security, reliability, and performance fixes. Note: PostgreSQL 11.x reached end of life on November 9, 2023 and LabKey has removed all support for this version; deployments using 11.x must upgrade to a supported version before upgrading to LabKey v24.3.

PostgreSQL provides instructions for how to upgrade your installation, including moving your existing data.

Microsoft SQL Server (Premium Feature)

Premium Editions of LabKey Server have the option of using Microsoft SQL Server databases as the primary database and as external data sources. For these installations, we recommend using Microsoft SQL Server 2022, which we've tested on both Windows and Linux.

LabKey continues to support SQL Server 2019, 2017, 2016, and 2014. LabKey does not support SQL Server 2012 or earlier releases.

Linux

LabKey does not recommend a specific version of Linux, but you will need to use one that supports the versions of Tomcat, Java, your database, and any other necessary components for your version of LabKey Server.

Previous Version

To step back to this topic in the documentation archives for the previous release, click here.