Server

Nuxeo Server LTS 2023 Release Notes

Updated: April 1, 2025

This page relates to the release notes of Nuxeo Server and related addons for LTS 2023 cycle. It will list the improvements and features that are successively shipped with the 2021.x releases.

Upgrade Notes
This page mentions what's new. Refer to the upgrade notes to transition to this version.

What's New in LTS 2023.28 / LTS 2023-HF28

Upgrade Plexus-Archiver

Maven Plugins have been updated

The Maven Plugins used by Nuxeo were updated to not depend on very old libraries, this is the case for:

  • maven-clean-plugin
  • maven-enforcer-plugin
  • maven-install-plugin
  • maven-jar-plugin

We removed the Maven Eclipse Plugin from our dependency tree as it was not maintained. if you were leveraging it, you should add it back to your pom:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-eclipse-plugin</artifactId>
  <version>2.10</version>
</plugin>

Make Creation of User Without Password Using the REST API Configurable

The nuxeo.user.password.empty.enabled nuxeo configuration property can be set to true to create users without password. Its default value is false.

Upgrade Notes
Refer to the LTS 2023 upgrade notes to transition to this version.

LTS 2023 Release Notes summary