cancel
Showing results for 
Search instead for 
Did you mean: 
angelborroy
Community Manager Community Manager
Community Manager

This release introduces Alfresco Content Services Community Edition 26.1, the first release of the 26.x family. It includes security fixes, stability improvements, and platform updates. This includes an upgrade of Apache ActiveMQ to the 6.x series. This release introduces important architectural changes, including the removal of Solr-based search support and improvements to the event delivery mechanism.

Installation

Alfresco Community Edition 26.1 is available as a distribution zip file for manual installation, or it can be installed using an Ansible playbook (Linux only) for non-containerized environments. It is also available as a set of Docker images that can be deployed in containerized environments using docker-compose or Helm charts (for Kubernetes).

You can find a summary of these options here:

https://support.hyland.com/r/Alfresco/Alfresco-Content-Services-Community-Edition/26.1/Alfresco-Cont...

ZIP Distribution files

Linux

Alfresco Ubuntu installer available in https://github.com/aborroy/alfresco-ubuntu-installer 

Ansible

Deployment resources available in https://github.com/Alfresco/alfresco-ansible-deployment

Docker Compose

Reference Docker Compose template is available in community-compose.yaml

Additional Docker Compose deployment methods:

Kubernetes

Helm charts are available in https://github.com/Alfresco/alfresco-helm-charts

Upgrading from previous releases

Care should be taken when upgrading from any previous releases of Alfresco Community Edition. There are some steps that should be reviewed and planned before you upgrade. Please take the time to familiarize yourself with the guidance below and plan your upgrade.

Please refer to the detailed Upgrading documentation, including Alfresco Content Services upgrade paths.

In particular, please ensure that the following steps are completed before you start your upgrade process:

  • Ensure that you have a functional backup of your Alfresco Repository and your Alfresco Database, before starting the upgrade process
  • Download and run the Alfresco Extension Inspector to understand, which customization or library items need to be reviewed or updated prior to starting
  • Review all new and deprecated features included in this release note
  • Review and implement the new supported stack options and the minimum versions of modules/extensions required, and update as necessary for the new deployment
  • Apply the recommended database optimization patch for larger implementations (see upgrade documentation for details)
  • Review the Apache ActiveMQ upgrade to 6.x. The reference Docker Compose files now use authenticated ActiveMQ 6.x images, so custom deployments should verify broker version and credentials before upgrading

Breaking Changes

  • Solr-based search removed – For Enterprise deployments, Alfresco Search Services (Solr) is no longer supported as a search subsystem and customers must migrate to Search Enterprise before upgrading. For Community deployments, Solr can continue to be used and is expected to keep working as before. OpenSearch / Elasticsearch support for Community is planned for a future release; until then, existing repository APIs remain available and Community users can continue using Solr.
  • Event mechanism v1 disabled by default – The legacy v1 event delivery mechanism is now disabled by default. Integrations relying on v1 events must be updated to use the v2 event model prior to upgrading.
  • ActiveMQ authentication required - ActiveMQ no longer runs without authentication in the reference containerized deployment. Review broker credentials and dependent service configuration before upgrading.
  • Java 21 required – This is the first version built on Java 21 instead of Java 17.

Specific Release Components

Alfresco Mobile

The latest release of Alfresco Mobile Workspace is 1.12.1 and is compatible with Alfresco Content Services 26.1

SDK

The latest release of the Alfresco in-process SDK is SDK 4.15.0, which is compatible with Alfresco Content Services 26.1.
The latest release of the Alfresco out-of-process Event SDK is SDK 7.2.0, which is compatible with Alfresco Content Services 26.1.

Documentation

The documentation has been refreshed for this release: https://support.hyland.com/p/alfresco

Localization

The Content Repository supports the following languages: French, German, Italian, Spanish, Japanese, Dutch, Norwegian (Bokmål), Russian, Brazilian Portuguese, Polish, Czech, Danish, Swedish, Finnish and Simplified Chinese.

Share supports the following languages: French, German, Italian, Spanish, Japanese, Dutch, Norwegian (Bokmål), Russian, Brazilian Portuguese and Simplified Chinese.

Alfresco Content Application supports the following languages: French, German, Italian, Spanish, Japanese, Dutch, Norwegian (Bokmål), Russian, Brazilian Portuguese, Polish, Czech, Danish, Swedish, Finnish and Simplified Chinese.

Contents

Images are available on Docker Hub

Following Docker Images are available in both AMD64 and ARCH64 architectures:

  • alfresco/alfresco-content-repository-community:26.1.0
  • alfresco/alfresco-share:26.1.0
  • alfresco/alfresco-activemq:6.2.1-jre17-rockylinux8
  • alfresco/alfresco-transform-core-aio:5.4.0
  • alfresco/alfresco-content-app:7.3.0

The source code for the packaging project that is used to create and run Docker images and build the distribution zip can be found here (https://github.com/Alfresco/acs-community-packaging/releases/tag/26.1.0).

Note: The reference Docker Compose deployment for this release uses Apache ActiveMQ 6.2.1. Authentication is configured by default in the sample deployment, so custom environments should ensure broker credentials are set consistently across connected services.

REPOSITORY: alfresco-content-repository-community

      Provenance: https://github.com/Alfresco/alfresco-docker-base-tomcat
      Size: 920 MB (-214 MB)
      Packages: 386 (-4)


  ## Environment Variables



      APR_LIBDIR=/usr/local/tomcat/apr
      CATALINA_HOME=/usr/local/tomcat
      JAVA_HOME=/etc/alternatives/jre
      LANG=C.UTF-8
      LC_ALL=C.UTF-8
      LD_LIBRARY_PATH=/usr/local/tomcat/native-jni-lib:/usr/local/tomcat/apr
      PATH=/usr/local/tomcat/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
      TOMCAT_NATIVE_LIBDIR=/usr/local/tomcat/native-jni-lib



  ## Labels


    + io.buildah.version=1.37.6
    + license=BSD-3-Clause
    + name=rockylinux
    + org.label-schema.build-date=2025-12-01T03:19:14Z
    + org.opencontainers.image.created=2025-12-01T03:19:14Z
    + org.opencontainers.image.license=BSD-3-Clause
    + org.opencontainers.image.name=rockylinux
    + org.opencontainers.image.revision=678
    + org.opencontainers.image.version=9
    + vendor=Rocky Enterprise Software Foundation
    + version=9
    - com.docker.compose.project=docker-compose
    - com.docker.compose.service=alfresco
    - com.docker.compose.version=5.0.2
    - org.label-schema.build-date=2025-07-14T10:18:17Z
    - org.opencontainers.image.created=2025-07-14T10:18:17Z
    - org.opencontainers.image.revision=584

      org.label-schema.description=Apache Tomcat Image tailored for Alfresco products
      org.label-schema.name=Alfresco Base Tomcat Image
      org.label-schema.schema-version=1.0
      org.label-schema.url=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.label-schema.vcs-ref=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.label-schema.vcs-url=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.label-schema.vendor=Hyland
      org.opencontainers.image.authors=Alfresco OPS-Readiness
      org.opencontainers.image.description=Apache Tomcat Image tailored for Alfresco products
      org.opencontainers.image.source=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.opencontainers.image.title=Alfresco Base Tomcat Image
      org.opencontainers.image.url=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.opencontainers.image.vendor=Hyland



  ## Packages and Vulnerabilities


    +   3 packages added
    -   7 packages removed
    ⎌ 146 packages changed (↑ 146 upgraded, ↓ 0 downgraded)
      237 packages unchanged

     Package                                                              Version        Previous

  ↑  catalina-ant/catalina-ant                                              11.0.13        10.1.43
  ↑  checker-qual/checker-qual                                              3.49.3         3.48.3
  ↑  com.nimbusds/content-type                                              2.3            2.2
  ↑  com.nimbusds/nimbus-jose-jwt                                           10.4           9.37.4
  ↑  com.nimbusds/oauth2-oidc-sdk                                           11.26.1        9.43.6
  ↑  io.micrometer/micrometer-commons                                       1.16.1         1.14.11
  ↑  io.micrometer/micrometer-observation                                   1.16.1         1.14.11
  ↑  io.netty/netty-buffer                                                  4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-codec                                                   4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-codec-http                                              4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-codec-socks                                             4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-common                                                  4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-handler                                                 4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-handler-proxy                                           4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-resolver                                                4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-tcnative-classes                                        2.0.74.Final   2.0.73.Final
  ↑  io.netty/netty-transport                                               4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-transport-classes-epoll                                 4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-transport-classes-kqueue                                4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-transport-native-epoll                                  4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-transport-native-kqueue                                 4.1.130.Final  4.1.127.Final
  ↑  io.netty/netty-transport-native-unix-common                            4.1.130.Final  4.1.127.Final
  ↑  jrt-fs/jrt-fs                                                          21.0.9         17.0.15
  ↑  junrar/junrar                                                          7.5.8          7.5.5
  ↑  org.alfresco.aos-module/alfresco-aos-module                            3.4.1          3.4.0
  ↑  org.alfresco.aos-module/alfresco-aos-repo-binding                      3.4.1          3.4.0
  ↑  org.alfresco.aos-module/alfresco-vti-bin                               3.4.1          3.4.0
  ↑  org.alfresco.officeservices/aoservices                                 4.0.13         4.0.11
  ↑  org.alfresco.officeservices/docproc                                    4.0.13         4.0.11
  ↑  org.alfresco/alfresco-core                                             26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-data-model                                       26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-mmt                                              26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-remote-api                                       26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-share-services                                   26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-transform-model                                  5.4.0          5.2.4
  ↑  org.apache.camel/camel-amqp                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-api                                             4.17.0         4.15.0
  ↑  org.apache.camel/camel-base                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-base-engine                                     4.17.0         4.15.0
  ↑  org.apache.camel/camel-bean                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-browse                                          4.17.0         4.15.0
  ↑  org.apache.camel/camel-cluster                                         4.17.0         4.15.0
  ↑  org.apache.camel/camel-controlbus                                      4.17.0         4.15.0
  ↑  org.apache.camel/camel-core                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-catalog                                    4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-engine                                     4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-languages                                  4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-model                                      4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-processor                                  4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-reifier                                    4.17.0         4.15.0
  ↑  org.apache.camel/camel-core-xml                                        4.17.0         4.15.0
  ↑  org.apache.camel/camel-dataformat                                      4.17.0         4.15.0
  ↑  org.apache.camel/camel-dataset                                         4.17.0         4.15.0
  ↑  org.apache.camel/camel-direct                                          4.17.0         4.15.0
  ↑  org.apache.camel/camel-file                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-health                                          4.17.0         4.15.0
  ↑  org.apache.camel/camel-jackson                                         4.17.0         4.15.0
  ↑  org.apache.camel/camel-jms                                             4.17.0         4.15.0
  ↑  org.apache.camel/camel-language                                        4.17.0         4.15.0
  ↑  org.apache.camel/camel-log                                             4.17.0         4.15.0
  ↑  org.apache.camel/camel-management                                      4.17.0         4.15.0
  ↑  org.apache.camel/camel-management-api                                  4.17.0         4.15.0
  ↑  org.apache.camel/camel-mock                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-ref                                             4.17.0         4.15.0
  ↑  org.apache.camel/camel-rest                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-saga                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-scheduler                                       4.17.0         4.15.0
  ↑  org.apache.camel/camel-seda                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-spring                                          4.17.0         4.15.0
  ↑  org.apache.camel/camel-spring-xml                                      4.17.0         4.15.0
  ↑  org.apache.camel/camel-stub                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-support                                         4.17.0         4.15.0
  ↑  org.apache.camel/camel-timer                                           4.17.0         4.15.0
  ↑  org.apache.camel/camel-tooling-model                                   4.17.0         4.15.0
  ↑  org.apache.camel/camel-util                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-util-json                                       4.17.0         4.15.0
  ↑  org.apache.camel/camel-validator                                       4.17.0         4.15.0
  ↑  org.apache.camel/camel-xml-io                                          4.17.0         4.15.0
  ↑  org.apache.camel/camel-xml-io-util                                     4.17.0         4.15.0
  ↑  org.apache.camel/camel-xml-jaxb                                        4.17.0         4.15.0
  ↑  org.apache.camel/camel-xml-jaxp                                        4.17.0         4.15.0
  ↑  org.apache.camel/camel-xml-jaxp-util                                   4.17.0         4.15.0
  ↑  org.apache.camel/camel-xpath                                           4.17.0         4.15.0
  ↑  org.apache.camel/camel-xslt                                            4.17.0         4.15.0
  ↑  org.apache.camel/camel-yaml-io                                         4.17.0         4.15.0
  ↑  org.apache.catalina.startup.Bootstrap/bootstrap                        11.0.13        10.1.43
  ↑  org.apache.logging.log4j/log4j-api                                     2.25.3         2.25.1
  ↑  org.apache.logging.log4j/log4j-core                                    2.25.3         2.25.1
  ↑  org.apache.logging.log4j/log4j-slf4j2-impl                             2.25.3         2.25.1
  ↑  org.apache.tomcat-annotations-api/annotations-api                      3.0            2.1.1
  ↑  org.apache.tomcat-catalina-ha/catalina-ha                              11.0.13        10.1.43
  ↑  org.apache.tomcat-catalina/catalina                                    11.0.13        10.1.43
  ↑  org.apache.tomcat-coyote-ffm/tomcat-coyote-ffm                         11.0.13        10.1.43
  ↑  org.apache.tomcat-el-api/el-api                                        6.0            5.0
  ↑  org.apache.tomcat-jasper-el/jasper-el                                  11.0.13        10.1.43
  ↑  org.apache.tomcat-jasper/jasper                                        11.0.13        10.1.43
  ↑  org.apache.tomcat-jaspic-api/jaspic-api                                3.1            3.0
  ↑  org.apache.tomcat-jsp-api/jsp-api                                      4.0            3.1
  ↑  org.apache.tomcat-servlet-api/servlet-api                              6.1            6.0
  ↑  org.apache.tomcat-ssi/catalina-ssi                                     11.0.13        10.1.43
  ↑  org.apache.tomcat-storeconfig/catalina-storeconfig                     11.0.13        10.1.43
  ↑  org.apache.tomcat-tribes/catalina-tribes                               11.0.13        10.1.43
  ↑  org.apache.tomcat-websocket-api/websocket-api                          11.0.13        10.1.43
  ↑  org.apache.tomcat-websocket-client-api/websocket-client-api            11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-api                                           11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-coyote                                        11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-dbcp                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-cs                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-de                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-es                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-fr                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-ja                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-ko                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-pt-BR                                    11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-ru                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-zh-CN                                    11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-jdbc                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-jni                                           11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-juli                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-util                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-util-scan                                     11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-websocket                                     11.0.13        10.1.43
  ↑  org.eclipse.jdt.core.compiler.batch/ecj                                4.36           4.27
  ↑  org.mozilla.rhino/rhino                                                1.7.15.1       1.7.14
  ↑  org.postgresql/postgresql                                              42.7.7         42.7.5
  ↑  org.springframework.security/spring-security-core                      7.0.0          6.4.11
  ↑  org.springframework.security/spring-security-crypto                    7.0.0          6.4.11
  ↑  org.springframework.security/spring-security-oauth2-client             7.0.0          6.4.11
  ↑  org.springframework.security/spring-security-oauth2-core               7.0.0          6.4.11
  ↑  org.springframework.security/spring-security-oauth2-jose               7.0.0          6.4.11
  ↑  org.springframework.security/spring-security-oauth2-resource-server    7.0.0          6.4.11
  ↑  org.springframework.security/spring-security-web                       7.0.0          6.4.11
  ↑  org.springframework/spring-aop                                         7.0.2          6.2.11
  ↑  org.springframework/spring-beans                                       7.0.2          6.2.11
  ↑  org.springframework/spring-context                                     7.0.2          6.2.11
  ↑  org.springframework/spring-context-support                             7.0.2          6.2.11
  ↑  org.springframework/spring-core                                        7.0.2          6.2.11
  ↑  org.springframework/spring-expression                                  7.0.2          6.2.11
  ↑  org.springframework/spring-jdbc                                        7.0.2          6.2.11
  ↑  org.springframework/spring-jms                                         7.0.2          6.2.11
  ↑  org.springframework/spring-messaging                                   7.0.2          6.2.11
  ↑  org.springframework/spring-orm                                         7.0.2          6.2.11
  ↑  org.springframework/spring-tx                                          7.0.2          6.2.11
  ↑  org.springframework/spring-web                                         7.0.2          6.2.11
  ↑  org.springframework/spring-webmvc                                      7.0.2          6.2.11
  ↑  org.tukaani.xz/xz                                                      1.10           1.9
  +  org.apache.activemq/activemq-client                                    6.2.0
  +  org.apache.camel/camel-activemq6                                       4.17.0
  +  org.jspecify.jspecify/jspecify                                         1.0.0
  -  com.cronutils/cron-utils                                               9.1.6
  -  net.time4j/time4j-core                                                 3.50
  -  net.time4j/time4j-i18n                                                 3.50
  -  org.alfresco/alfresco-script-root-object                               2.0.0
  -  org.apache.activemq/activemq-client-jakarta                            5.18.6
  -  org.apache.camel/camel-activemq                                        4.15.0
  -  org.glassfish/javax.el                                                 3.0.0

SHARE: alfresco-share

      Provenance: https://github.com/Alfresco/alfresco-docker-base-tomcat
      Size: 662 MB (-37 MB)
      Packages: 199 (-1)


  ## Environment Variables


    + container=oci

      APR_LIBDIR=/usr/local/tomcat/apr
      CATALINA_HOME=/usr/local/tomcat
      JAVA_HOME=/etc/alternatives/jre
      LANG=C.UTF-8
      LC_ALL=C.UTF-8
      LD_LIBRARY_PATH=/usr/local/tomcat/native-jni-lib:/usr/local/tomcat/apr
      PATH=/usr/local/tomcat/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
      TOMCAT_NATIVE_LIBDIR=/usr/local/tomcat/native-jni-lib



  ## Labels


    + io.buildah.version=1.41.4
    + license=BSD-3-Clause
    + name=rockylinux
    + org.label-schema.build-date=2025-12-17T14:20:30Z
    + org.opencontainers.image.created=2025-12-17T14:20:30Z
    + org.opencontainers.image.licenses=BSD-3-Clause
    + org.opencontainers.image.revision=680
    + org.opencontainers.image.version=9
    + summary=Rocky Linux Base image
    + vendor=Rocky Enterprise Software Foundation
    + version=9
    - com.docker.compose.project=docker-compose
    - com.docker.compose.service=share
    - com.docker.compose.version=5.0.2
    - org.label-schema.build-date=2025-07-14T10:18:17Z
    - org.opencontainers.image.created=2025-07-14T10:18:17Z
    - org.opencontainers.image.revision=584

      org.label-schema.description=Apache Tomcat Image tailored for Alfresco products
      org.label-schema.name=Alfresco Base Tomcat Image
      org.label-schema.schema-version=1.0
      org.label-schema.url=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.label-schema.vcs-ref=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.label-schema.vcs-url=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.label-schema.vendor=Hyland
      org.opencontainers.image.authors=Alfresco OPS-Readiness
      org.opencontainers.image.description=Apache Tomcat Image tailored for Alfresco products
      org.opencontainers.image.source=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.opencontainers.image.title=Alfresco Base Tomcat Image
      org.opencontainers.image.url=https://github.com/Alfresco/alfresco-docker-base-tomcat
      org.opencontainers.image.vendor=Hyland
      quay.expires-after=NEVER



  ## Packages and Vulnerabilities


    +   1 packages added
    -   2 packages removed
    ⎌  77 packages changed (↑ 77 upgraded, ↓ 0 downgraded)
      121 packages unchanged

     Package                                                              Version        Previous

  ↑  catalina-ant/catalina-ant                                              11.0.13        10.1.43
  ↑  com.fasterxml.jackson.core/jackson-annotations                         2.15.0         2.15.0-rc1
  ↑  com.fasterxml.jackson.core/jackson-databind                            2.15.0         2.15.0-rc1
  ↑  com.nimbusds/content-type                                              2.3            2.2
  ↑  com.nimbusds/oauth2-oidc-sdk                                           11.26.1        9.43.6
  ↑  io.micrometer/micrometer-commons                                       1.16.1         1.14.12
  ↑  io.micrometer/micrometer-observation                                   1.16.1         1.14.12
  ↑  jrt-fs/jrt-fs                                                          21.0.9         17.0.15
  ↑  org.alfresco.encryptor.ShareStringEncryption/alfresco-share-encryption 26.1.0.45      25.3.0.56
  ↑  org.alfresco.surf/spring-cmis-framework                                10.4           10.1
  ↑  org.alfresco.surf/spring-surf                                          10.4           10.1
  ↑  org.alfresco.surf/spring-surf-api                                      10.4           10.1
  ↑  org.alfresco.surf/spring-surf-core                                     10.3           10.2
  ↑  org.alfresco.surf/spring-surf-core-configservice                       10.3           10.2
  ↑  org.alfresco.surf/spring-webscripts                                    10.3           10.2
  ↑  org.alfresco.surf/spring-webscripts-api                                10.3           10.2
  ↑  org.alfresco/alfresco-core                                             26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-mmt                                              26.1.0.61      25.3.0.81
  ↑  org.alfresco/alfresco-web-framework-commons                            26.1.0.45      25.3.0.56
  ↑  org.apache.catalina.startup.Bootstrap/bootstrap                        11.0.13        10.1.43
  ↑  org.apache.logging.log4j/log4j-api                                     2.25.3         2.19.0
  ↑  org.apache.logging.log4j/log4j-core                                    2.25.3         2.19.0
  ↑  org.apache.logging.log4j/log4j-slf4j2-impl                             2.25.3         2.19.0
  ↑  org.apache.tomcat-annotations-api/annotations-api                      3.0            2.1.1
  ↑  org.apache.tomcat-catalina-ha/catalina-ha                              11.0.13        10.1.43
  ↑  org.apache.tomcat-catalina/catalina                                    11.0.13        10.1.43
  ↑  org.apache.tomcat-coyote-ffm/tomcat-coyote-ffm                         11.0.13        10.1.43
  ↑  org.apache.tomcat-el-api/el-api                                        6.0            5.0
  ↑  org.apache.tomcat-jasper-el/jasper-el                                  11.0.13        10.1.43
  ↑  org.apache.tomcat-jasper/jasper                                        11.0.13        10.1.43
  ↑  org.apache.tomcat-jaspic-api/jaspic-api                                3.1            3.0
  ↑  org.apache.tomcat-jsp-api/jsp-api                                      4.0            3.1
  ↑  org.apache.tomcat-servlet-api/servlet-api                              6.1            6.0
  ↑  org.apache.tomcat-ssi/catalina-ssi                                     11.0.13        10.1.43
  ↑  org.apache.tomcat-storeconfig/catalina-storeconfig                     11.0.13        10.1.43
  ↑  org.apache.tomcat-tribes/catalina-tribes                               11.0.13        10.1.43
  ↑  org.apache.tomcat-websocket-api/websocket-api                          11.0.13        10.1.43
  ↑  org.apache.tomcat-websocket-client-api/websocket-client-api            11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-api                                           11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-coyote                                        11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-dbcp                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-cs                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-de                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-es                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-fr                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-ja                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-ko                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-pt-BR                                    11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-ru                                       11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-i18n-zh-CN                                    11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-jdbc                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-jni                                           11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-juli                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-util                                          11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-util-scan                                     11.0.13        10.1.43
  ↑  org.apache.tomcat/tomcat-websocket                                     11.0.13        10.1.43
  ↑  org.eclipse.jdt.core.compiler.batch/ecj                                4.36           4.27
  ↑  org.mozilla.rhino/rhino                                                1.7.15.1       1.7.12
  ↑  org.springframework.security/spring-security-core                      7.0.2          6.5.6
  ↑  org.springframework.security/spring-security-crypto                    7.0.2          6.5.6
  ↑  org.springframework.security/spring-security-oauth2-client             7.0.2          6.5.6
  ↑  org.springframework.security/spring-security-oauth2-core               7.0.2          6.5.6
  ↑  org.springframework.security/spring-security-oauth2-jose               7.0.2          6.5.6
  ↑  org.springframework.security/spring-security-web                       7.0.2          6.5.6
  ↑  org.springframework/spring-aop                                         7.0.2          6.2.11
  ↑  org.springframework/spring-beans                                       7.0.2          6.2.12
  ↑  org.springframework/spring-context                                     7.0.2          6.2.11
  ↑  org.springframework/spring-context-support                             7.0.2          6.2.8
  ↑  org.springframework/spring-core                                        7.0.2          6.2.12
  ↑  org.springframework/spring-expression                                  7.0.2          6.2.11
  ↑  org.springframework/spring-jdbc                                        7.0.2          6.2.11
  ↑  org.springframework/spring-orm                                         7.0.2          6.2.11
  ↑  org.springframework/spring-test                                        7.0.2          6.2.12
  ↑  org.springframework/spring-tx                                          7.0.2          6.2.11
  ↑  org.springframework/spring-web                                         7.0.2          6.2.12
  ↑  org.springframework/spring-webmvc                                      7.0.2          6.2.12
  ↑  org.tuckey/urlrewritefilter                                            4.0.4-jakarta-4 4.0.4-jakarta-3
  +  org.jspecify.jspecify/jspecify                                         1.0.0
  -  org.alfresco/share-extension                                           1.0-SNAPSHOT
  -  org.springframework/spring-jcl                                         6.2.12

TRANSFORM: alfresco-transform-core-aio

      Provenance: https://github.com/Alfresco/alfresco-docker-base-java
      Size: 1751 MB (-49 MB)
      Packages: 38 (+0)


  ## Environment Variables


    + IMAGEMAGICK_DEP_RPM_URL=https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
    + IMAGEMAGICK_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/imagemagick/imagemagick-distribution/7.1.2-13-ci-1/imagemagick-distribution-7.1.2-13-ci-1
    - IMAGEMAGICK_DEP_RPM_URL=https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
    - IMAGEMAGICK_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/imagemagick/imagemagick-distribution/7.1.0-16-ci-10/imagemagick-distribution-7.1.0-16-ci-10

      ALFRESCO_PDF_RENDERER_ARM64_LIB_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/releases/org/alfresco/alfresco-pdf-renderer/1.2/alfresco-pdf-renderer-1.2-linux-arm.tgz
      ALFRESCO_PDF_RENDERER_LIB_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/releases/org/alfresco/alfresco-pdf-renderer/1.2/alfresco-pdf-renderer-1.2-linux.tgz
      JAVA_HOME=/etc/alternatives/jre
      JAVA_OPTS=
      LANG=C.UTF-8
      LC_ALL=C.UTF-8
      LIBREOFFICE_ARM64_RPM_URL=https://dl.rockylinux.org/pub/rocky/9/devel/aarch64/os/Packages/l/
      LIBREOFFICE_ARM64_RPM_VERSION=libreoffice-7.1.8.1
      LIBREOFFICE_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/libreoffice/libreoffice-dist/7.2.5/libreoffice-dist-7.2.5-linux.gz
      PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin



  ## Labels



      org.label-schema.build-date=2025-02-17T02:37:20Z
      org.label-schema.name=Alfresco Base Java Image
      org.label-schema.schema-version=1.0
      org.label-schema.vendor=Alfresco
      org.opencontainers.image.created=2025-02-17T02:37:20Z
      org.opencontainers.image.revision=338
      org.opencontainers.image.source=https://github.com/Alfresco/alfresco-docker-base-java
      org.opencontainers.image.title=Alfresco Base Java Image
      org.opencontainers.image.vendor=Alfresco



  ## Packages and Vulnerabilities


    +   0 packages added
    -   0 packages removed
    ⎌   0 packages changed (↑ 0 upgraded, ↓ 0 downgraded)
       38 packages unchanged

     Package                                                              Version        Previous


3rd Party Components installed in the docker containers

  • Rocky Linux 9.x
  • OpenJDK 17.0.x
  • Apache Tomcat 10.1.x
  • Jetty 9.4.x
  • Angular 19.x.x

Issues Addressed

We have addressed a number of bugs since the last release of Alfresco Content Services 25.3, including fixes in repository, search, indexing and UI components.

  • MNT-25461 Repository startup extremely slow due to filesystem scanning.
  • MNT-25495 Replication job creation issue.
  • MNT-25493 Share group panel unresponsive.
  • MNT-25457 Folder metadata not indexed.
  • MNT-25446 Search inconsistencies.
  • MNT-25434 CMIS metadata extraction issue.
  • MNT-25347 Missing events with outbox.
  • MNT-25398 PATH conversion issue.
  • MNT-25382 Redirect vulnerability.
  • MNT-25374 Unauthenticated file read.
  • MNT-25288 Category manager issues.

Security Issues Fixed

  • CVE-2025-68161 Addressed vulnerability in log4j-core used by the platform.
  • CVE-2025-67735 Addressed vulnerability in netty-codec-http used by ACS components.
  • CVE-2025-66453 Addressed vulnerability in rhino used by the platform.

Known Issues

None

Previous Versions

Available in History of Alfresco Versions