LTS 2023.28 / LTS 2023-HF28

Updated: April 1, 2025

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.