Alfresco Community Edition 23.2 Release Notes

cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Community Edition 23.2 Release Notes

angelborroy
Alfresco Employee
6 5 6,030

Alfresco Content Services 23.2 is the first Service Pack software update of the 23 family, with improvements to Alfresco Content Services to accelerate use and development for customer solutions for deployment. With Alfresco Content Services 23.2, Alfresco continues to enable open source communities, customers and partners to deliver a highly reliable Content Store upon which to build applications and solutions.

Alfresco Content Services 23.2 delivers functionality to enable customers and developers to install Alfresco created solutions and to customise the product through integrations, APIs and SDKs.

Additionally, customers can purchase an upgrade from Alfresco Community Edition to Alfresco Content Services 23.2 to enable advanced features and purchase Alfresco applications, connectivity and solutions.

This release contains enhancements completed for the release of Alfresco Content Services 23.2. In addition, this release contains an updated stack of supported databases, operating systems and platforms providing up to date support.

Alfresco’s release readiness testing team have successfully completed their regression and upgrade testing cycles to help give you confidence to upgrade to the release. Alfresco Community Edition 23.2 shares much of its code with Alfresco Content Services which adds significant functionality in the release.

Goals for this Release

The main goal of this release is to enable customers, partners and experimenters to create solutions built on top of Alfresco’s content repository. As Alfresco and Hyland have a continuing commitment to Open Source, we value your feedback on the Hyland Community Hub.

Highlights

Authentication with OIDC/OAuth2 for Admin Console

When the Identity Service is configured in Alfresco Content Services instead of Basic Authentication, authentication will now rely on OAuth2.

JIT user provisioning collects e-mail

When a user that is known in the user directory of the identity provider logs in for the first time, an equivalent user is created in Alfresco Content Services (“Just-In-Time provisioning”). Now this procedure also collects the e-mail address from the user directory.

Installation

Alfresco Community Edition 23.2 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://www.alfresco.com/products/community/download

ZIP Distribution files

Ansible

Deployment resources available in Alfresco/alfresco-ansible-deployment

Docker Compose

Reference Docker Compose template is available in community-docker-compose.yml

Additional Docker Compose deployment methods:

Kubernetes

Helm charts are available in https://github.com/Alfresco/acs-deployment/tree/master/helm/alfresco-content-services

Alfresco Community Kubernetes deployment tool available in https://github.com/aborroy/alf-k8s

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:

Specific Release Components

REST API Endpoint updates

Updated (Groups)
GET, POST /groups
GET, PUT /groups/{groupId}
Added parameters:
description - description of a group
hasSubgroups - determines if a given group has any subgroups
Both params can be obtained by adding them to "include" param in the request

Alfresco Share

The latest release of Share is 23.2 For further details please consult the list of issues fixed in this release at the bottom of the page under Issues Addressed.

Search Services

Search Services 2.0.9.1 with Solr is the legacy search solution for Alfresco Content Services 23.2

Alfresco Governance Services

AGS 23.2 is the latest release and is compatible with Alfresco Content Services 23.2

Alfresco Mobile

The latest release of Alfresco Mobile Workspace is 1.8 and is compatible with Alfresco Content Services 23.2.

SDK

  • The latest release of the Alfresco in-process SDK is SDK 4.8, which is compatible with Alfresco Content Services 23.2.    
  • The latest release of the Alfresco out-of-process Event SDK is SDK 6.1, which is compatible with Alfresco Content Services 23.2.
  • Were working on these SDKs and we intend making the new versions available during November.

Alfresco Extension Inspector

This utility helps partners and customers better understand the customisations in their existing deployments. The Alfresco Extension Inspector is a utility for AMP inspection for Alfresco Community Edition and Alfresco Content Services 23.x releases. The inspector is recommended for use before installing new integrations of our product to help expose any issues that might impeded success.

The alfresco-extension-inspector is a tool that scans and validates an Alfresco extension (amp or jar) against an alfresco.war file. The tool parses an extension and generates a report on possible overrides, discouraged usage of nonpublic API, Alfresco's 3rd-party libraries and incompatible libraries.

To download Alfresco Extension Inspector from Nexus click here or from GitHub.

Alfresco Transform Service

Alfresco Transform Service in 5.1.0 is the latest release and is compatible with Alfresco Content Services 23.2.

Documentation

The documentation has been refreshed for this release:
https://docs.alfresco.com/content-services/community/

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

  • Alfresco Content Repository 23.2.1 (SCM tag)
  • Alfresco Share 23.2.1 (SCM tag)
  • Alfresco Transform Core AIO 5.1.0 (SCM_tag)
  • Alfresco Search Services 2.0.9 (SCM_tag)
  • Alfresco Content Application 4.4.1 (SCM_tag)
  • Google Docs 4.1.0 (SCM tag)
  • AOS Module 3.0.0 (SCM tag)

Images are available on Docker Hub

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

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.

REPOSITORY: alfresco-content-repository-community

Spoiler

Environment variables

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
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

org.label-schema.build-date=2023-06-29T12:45:07Z
org.label-schema.name=Alfresco Base Tomcat Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=Alfresco
org.opencontainers.image.created=2023-06-29T12:45:07Z
org.opencontainers.image.revision=150
org.opencontainers.image.source=<https://github.com/Alfresco/alfresco-docker-base-tomcat>
org.opencontainers.image.title=Alfresco Base Tomcat Image
org.opencontainers.image.vendor=Alfresco

Packages

+    5 packages added  
-    7 packages removed  
⎌   74 packages changed (↑ 74 upgraded, ↓ 0 downgraded)  
   534 packages unchanged

Package                                                           23.2.1      23.1.0
─────────────────────────────────────────────────────────────────────────────────────────────
-  boilerpipe/boilerpipe                                                      1.1.0     
+  com.github.albfernandez/juniversalchardet                      2.4.0                 
↑  com.github.virtuald/curvesapi                                  1.08        1.07      
-  com.googlecode.juniversalchardet/juniversalchardet                         1.0.3     
↑  com.googlecode.plist/dd-plist                                  1.27        1.23      
↑  com.healthmarketscience.jackcess/jackcess                      4.0.5       4.0.1     
↑  com.healthmarketscience.jackcess/jackcess-encrypt              4.0.2       4.0.1     
↑  com.rometools/rome                                             2.1.0       1.18.0    
↑  com.rometools/rome-utils                                       2.1.0       1.18.0    
↑  com.zaxxer/SparseBitSet                                        1.3         1.2       
↑  io.micrometer/micrometer-commons                               1.10.13     1.10.11   
↑  io.micrometer/micrometer-observation                           1.10.13     1.10.11   
↑  json-path/json-path                                            2.9.0       2.8.0     
↑  org.alfresco.aos-module/alfresco-aos-module                    3.0.0       2.0.0     
↑  org.alfresco.aos-module/alfresco-aos-repo-binding              3.0.0       2.0.0     
↑  org.alfresco.aos-module/alfresco-vti-bin                       3.0.0       2.0.0     
↑  org.alfresco.integrations/alfresco-googledrive-repo-base       4.1.0       4.0.0     
↑  org.alfresco.integrations/alfresco-googledrive-repo-community  4.1.0       4.0.0     
↑  org.alfresco/acs-event-model                                   0.0.27      0.0.24    
↑  org.alfresco/alfresco-core                                     23.2.0.60   23.1.0.255
↑  org.alfresco/alfresco-data-model                               23.2.0.60   23.1.0.255
↑  org.alfresco/alfresco-mmt                                      23.2.0.60   23.1.0.255
↑  org.alfresco/alfresco-remote-api                               23.2.0.60   23.1.0.255
↑  org.alfresco/alfresco-repository                               23.2.0.60   23.1.0.255
↑  org.alfresco/alfresco-share-services                           23.2.0.60   23.1.0.255
↑  org.alfresco/alfresco-transform-model                          5.1.0       5.0.0     
↑  org.apache.activemq/activemq-client-jakarta                    5.18.3      5.18.2    
↑  org.apache.commons/commons-compress                            1.26.0      1.24.0    
↑  org.apache.james/apache-mime4j-core                            0.8.9       0.8.4     
↑  org.apache.james/apache-mime4j-dom                             0.8.9       0.8.4     
↑  org.apache.pdfbox/fontbox                                      2.0.29      2.0.26    
↑  org.apache.pdfbox/xmpbox                                       2.0.29      2.0.26    
↑  org.apache.poi/poi                                             5.2.5       5.2.2     
↑  org.apache.poi/poi-ooxml                                       5.2.5       5.2.2     
↑  org.apache.poi/poi-ooxml-lite                                  5.2.5       5.2.3     
↑  org.apache.poi/poi-scratchpad                                  5.2.5       5.2.2     
↑  org.apache.santuario/xmlsec                                    3.0.3       3.0.2     
↑  org.apache.tika/tika-core                                      2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-apple-module                       2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-audiovideo-module                  2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-cad-module                         2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-code-module                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-crypto-module                      2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-digest-commons                     2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-font-module                        2.9.1       2.4.1     
-  org.apache.tika/tika-parser-html-commons                                   2.4.1     
↑  org.apache.tika/tika-parser-html-module                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-image-module                       2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-mail-commons                       2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-mail-module                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-microsoft-module                   2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-miscoffice-module                  2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-news-module                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-ocr-module                         2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-pdf-module                         2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-pkg-module                         2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-text-module                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-webarchive-module                  2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-xml-module                         2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-xmp-commons                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parser-zip-commons                        2.9.1       2.4.1     
↑  org.apache.tika/tika-parsers-standard-package                  2.9.1       2.4.1     
↑  org.apache.xmlbeans/xmlbeans                                   5.2.0       5.1.1     
-  org.bouncycastle/bcmail-jdk15to18                                          1.76      
+  org.bouncycastle/bcmail-jdk18on                                1.77                  
-  org.bouncycastle/bcpkix-jdk15to18                                          1.76      
+  org.bouncycastle/bcpkix-jdk18on                                1.77                  
-  org.bouncycastle/bcprov-jdk15to18                                          1.76      
+  org.bouncycastle/bcprov-jdk18on                                1.77                  
-  org.bouncycastle/bcutil-jdk15to18                                          1.76      
+  org.bouncycastle/bcutil-jdk18on                                1.77                   
↑  org.netpreserve/jwarc                                          0.28.3      0.18.1    
↑  org.slf4j/jcl-over-slf4j                                       2.0.9       1.7.36    
↑  org.springframework/spring-aop                                 6.0.14      6.0.12    
↑  org.springframework/spring-beans                               6.0.14      6.0.12    
↑  org.springframework/spring-context                             6.0.14      6.0.12    
↑  org.springframework/spring-context-support                     6.0.14      6.0.12    
↑  org.springframework/spring-core                                6.0.14      6.0.12    
↑  org.springframework/spring-expression                          6.0.14      6.0.12    
↑  org.springframework/spring-jdbc                                6.0.14      6.0.12    
↑  org.springframework/spring-jms                                 6.0.14      6.0.12    
↑  org.springframework/spring-messaging                           6.0.14      6.0.12    
↑  org.springframework/spring-orm                                 6.0.14      6.0.12    
↑  org.springframework/spring-tx                                  6.0.14      6.0.12    
↑  org.springframework/spring-web                                 6.0.14      6.0.12    
↑  org.springframework/spring-webmvc                              6.0.14      6.0.12

SHARE: alfresco-share

Spoiler

Environment variables

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
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

org.label-schema.build-date=2023-06-29T12:45:07Z
org.label-schema.name=Alfresco Base Tomcat Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=Alfresco
org.opencontainers.image.created=2023-06-29T12:45:07Z
org.opencontainers.image.revision=150
org.opencontainers.image.source=<https://github.com/Alfresco/alfresco-docker-base-tomcat>
org.opencontainers.image.title=Alfresco Base Tomcat Image
org.opencontainers.image.vendor=Alfresco
quay.expires-after=NEVER

Packages

+    1 packages added  
-    1 packages removed  
⎌   37 packages changed (↑ 36 upgraded, ↓ 1 downgraded)  
   388 packages unchanged

Package                                                                   23.2.1      23.1.0
─────────────────────────────────────────────────────────────────────────────────────────────
↑  com.github.erosb/everit-json-schema                                    1.14.3      1.14.2                                     
↑  com.google.code.gson/gson                                              2.9.1       2.8.9                                      
↑  com.hazelcast/hazelcast                                                5.3.6       5.3.1                                      
↑  com.hazelcast/hazelcast-spring                                         5.3.6       5.3.1                                      
↑  com.hazelcast/hazelcast-tpc-engine                                     5.3.6       5.3.1                                      
↓  com.nimbusds/nimbus-jose-jwt                                           9.24.4      9.31                                       
↑  com.nimbusds/oauth2-oidc-sdk                                           9.43.3      9.43.2                                     
↑  io.micrometer/micrometer-commons                                       1.10.13     1.10.7                                     
↑  io.micrometer/micrometer-observation                                   1.10.13     1.10.7                                     
↑  org.alfresco.encryptor.ShareStringEncryption/alfresco-share-encryption 23.2.0.72   23.1.0.269                                 
↑  org.alfresco.integrations/alfresco-googledrive-share                   4.1.0       4.0.0                                      
↑  org.alfresco.surf/spring-surf-core                                     9.1         9.0                                        
↑  org.alfresco.surf/spring-surf-core-configservice                       9.1         9.0                                        
↑  org.alfresco.surf/spring-webscripts                                    9.1         9.0                                        
↑  org.alfresco.surf/spring-webscripts-api                                9.1         9.0                                        
↑  org.alfresco/alfresco-core                                             23.2.0.60   23.1.0.255                                 
↑  org.alfresco/alfresco-mmt                                              23.2.0.60   23.1.0.255                                 
↑  org.alfresco/alfresco-web-framework-commons                            23.2.0.72   23.1.0.269                                 
↑  org.apache.commons/commons-compress                                    1.26.0      1.24.0                                     
-  org.bouncycastle/bcprov-jdk15to18                                                  1.76                                       
+  org.bouncycastle/bcprov-jdk18on                                        1.77                                                   
↑  org.springframework.security/spring-security-core                      6.1.7       6.1.0                                      
↑  org.springframework.security/spring-security-crypto                    6.1.7       6.1.0                                      
↑  org.springframework.security/spring-security-oauth2-client             6.1.7       6.1.0                                      
↑  org.springframework.security/spring-security-oauth2-core               6.1.7       6.1.0                                      
↑  org.springframework.security/spring-security-oauth2-jose               6.1.7       6.1.0                                      
↑  org.springframework.security/spring-security-web                       6.1.7       6.1.0                                      
↑  org.springframework/spring-aop                                         6.0.14      6.0.12                                     
↑  org.springframework/spring-beans                                       6.0.14      6.0.12                                     
↑  org.springframework/spring-context                                     6.0.14      6.0.12                                     
↑  org.springframework/spring-context-support                             6.0.14      6.0.9                                      
↑  org.springframework/spring-core                                        6.0.17      6.0.9                                      
↑  org.springframework/spring-expression                                  6.0.14      6.0.12                                     
↑  org.springframework/spring-jcl                                         6.0.17      6.0.9                                      
↑  org.springframework/spring-jdbc                                        6.0.14      6.0.12                                     
↑  org.springframework/spring-orm                                         6.0.14      6.0.12                                     
↑  org.springframework/spring-tx                                          6.0.14      6.0.12                                     
↑  org.springframework/spring-web                                         6.0.14      6.0.9                                      
↑  org.springframework/spring-webmvc                                      6.0.14      6.0.9

TRANSFORM: alfresco/alfresco-transform-core-aio

Spoiler

Environment variables

ALFRESCO_PDF_RENDERER_ARM64_LIB_RPM_URL=<https://nexus.alfresco.com/nexus/service/local/repositories/releases/content/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/content/org/alfresco/alfresco-pdf-renderer/1.2/alfresco-pdf-renderer-1.2-linux.tgz>
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/content/org/imagemagick/imagemagick-distribution/7.1.0-16-ci-3/imagemagick-distribution-7.1.0-16-ci-3> 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/8/Devel/aarch64/os/Packages/l/libreoffice-6.4.7.2-13.el8.aarch64.rpm> + LIBREOFFICE_ARM64_RPM_URL=<https://dl.rockylinux.org/pub/rocky/8/Devel/aarch64/os/Packages/l/> + LIBREOFFICE_ARM64_RPM_VERSION=libreoffice-6.4.7.2 LIBREOFFICE_RPM_URL=<https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/content/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=2023-06-12T11:08:21Z
org.label-schema.name=Alfresco Base Java Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=Alfresco
org.opencontainers.image.created=2023-06-12T11:08:21Z
org.opencontainers.image.revision=169
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

+   13 packages added  
-   27 packages removed  
⎌  180 packages changed (↑ 180 upgraded, ↓ 0 downgraded)  
   581 packages unchanged

Package                                                        5.1.0                                      5.0.0
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
↑  autocorr-en                                                 1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
-  boilerpipe/boilerpipe                                                                                  1.1.0                                      
↑  ch.qos.logback/logback-classic                              1.4.14                                     1.4.11                                     
↑  ch.qos.logback/logback-core                                 1.4.14                                     1.4.11                                     
↑  com.fasterxml.jackson.core/jackson-annotations              2.16.1                                     2.15.2                                     
↑  com.fasterxml.jackson.core/jackson-core                     2.16.1                                     2.15.2                                     
↑  com.fasterxml.jackson.core/jackson-databind                 2.16.1                                     2.15.2                                     
↑  com.fasterxml.jackson.dataformat/jackson-dataformat-yaml    2.16.1                                     2.15.2                                     
↑  com.fasterxml.jackson.datatype/jackson-datatype-jdk8        2.16.1                                     2.15.2                                     
↑  com.fasterxml.jackson.datatype/jackson-datatype-jsr310      2.16.1                                     2.15.2                                     
↑  com.fasterxml.jackson.module/jackson-module-parameter-names 2.16.1                                     2.15.2                                     
+  com.github.albfernandez/juniversalchardet                   2.4.0                                                                                 
↑  com.github.virtuald/curvesapi                               1.08                                       1.07                                       
↑  com.google.errorprone/error_prone_annotations               2.23.0                                     2.18.0                                     
↑  com.google.guava/failureaccess                              1.0.2                                      1.0.1                                      
↑  com.google.guava/guava                                      33.0.0-jre                                 32.1.2-jre                                 
-  com.googlecode.juniversalchardet/juniversalchardet                                                     1.0.3                                      
↑  com.googlecode.plist/dd-plist                               1.27                                       1.23                                       
↑  com.healthmarketscience.jackcess/jackcess                   4.0.5                                      4.0.1                                      
↑  com.healthmarketscience.jackcess/jackcess-encrypt           4.0.2                                      4.0.1                                      
↑  com.rometools/rome                                          2.1.0                                      1.18.0                                     
↑  com.rometools/rome-utils                                    2.1.0                                      1.18.0                                     
↑  com.sun/jce                                                 1.8.0_402                                  1.8.0_392                                  
↑  com.sun/sunec                                               1.8.0_402                                  1.8.0_392                                  
↑  com.sun/sunjce_provider                                     1.8.0_402                                  1.8.0_392                                  
↑  com.sun/sunpkcs11                                           1.8.0_402                                  1.8.0_392                                  
↑  com.zaxxer/SparseBitSet                                     1.3                                        1.2                                        
↑  commons-io/commons-io                                       2.15.1                                     2.11.0                                     
↑  cups                                                        1:2.2.6-54.el8_9                           1:2.2.6-51.el8_8.2                         
↑  cups-libs                                                   1:2.2.6-54.el8_9                           1:2.2.6-51.el8_8.2                         
↑  dnf-plugins-core                                            4.0.21-23.el8                              4.0.21-19.el8_8                            
↑  glibc                                                       2.28-236.el8_9.12                          2.28-225.el8                               
↑  glibc-common                                                2.28-236.el8_9.12                          2.28-225.el8                               
↑  glibc-gconv-extra                                           2.28-236.el8_9.12                          2.28-225.el8                               
+  glibc-langpack-en                                           2.28-236.el8_9.12                                                                     
↑  glibc-minimal-langpack                                      2.28-236.el8_9.12                          2.28-225.el8                               
↑  io.micrometer/micrometer-commons                            1.12.2                                     1.11.5                                     
↑  io.micrometer/micrometer-core                               1.12.2                                     1.11.5                                     
+  io.micrometer/micrometer-jakarta9                           1.12.2                                                                                
↑  io.micrometer/micrometer-observation                        1.12.2                                     1.11.5                                     
↑  io.micrometer/micrometer-registry-prometheus                1.12.2                                     1.11.5                                     
-  io.netty/netty-buffer                                                                                  4.1.100.Final                              
-  io.netty/netty-codec                                                                                   4.1.100.Final                              
-  io.netty/netty-codec-dns                                                                               4.1.100.Final                              
-  io.netty/netty-codec-http                                                                              4.1.100.Final                              
-  io.netty/netty-codec-http2                                                                             4.1.100.Final                              
-  io.netty/netty-codec-socks                                                                             4.1.100.Final                              
-  io.netty/netty-common                                                                                  4.1.100.Final                              
-  io.netty/netty-handler                                                                                 4.1.100.Final                              
-  io.netty/netty-handler-proxy                                                                           4.1.100.Final                              
-  io.netty/netty-resolver                                                                                4.1.100.Final                              
-  io.netty/netty-resolver-dns                                                                            4.1.100.Final                              
-  io.netty/netty-resolver-dns-classes-macos                                                              4.1.100.Final                              
-  io.netty/netty-resolver-dns-native-macos                                                               4.1.100.Final                              
-  io.netty/netty-transport                                                                               4.1.100.Final                              
-  io.netty/netty-transport-classes-epoll                                                                 4.1.100.Final                              
-  io.netty/netty-transport-native-epoll                                                                  4.1.100.Final                              
-  io.netty/netty-transport-native-unix-common                                                            4.1.100.Final                              
-  io.projectreactor.netty/reactor-netty-core                                                             1.1.12                                     
-  io.projectreactor.netty/reactor-netty-http                                                             1.1.12                                     
↑  io.projectreactor.reactor-core/reactor-core                 3.6.2                                      3.5.11                                     
↑  jakarta.mail/jakarta.mail-api                               2.1.2                                      2.1.1                                      
↑  java-1.8.0-openjdk                                          1:1.8.0.402.b06-2.el8                      1:1.8.0.392.b08-4.el8_8                    
↑  java-1.8.0-openjdk-headless                                 1:1.8.0.402.b06-2.el8                      1:1.8.0.392.b08-4.el8_8                    
↑  jfr/jfr                                                     1.8.0_402                                  1.8.0_392                                  
↑  joda-time/joda-time                                         2.12.7                                     2.12.5                                     
↑  jsse/jsse                                                   1.8.0_402                                  1.8.0_392                                  
↑  libX11                                                      1.6.8-6.el8                                1.6.8-5.el8                                
↑  libX11-common                                               1.6.8-6.el8                                1.6.8-5.el8                                
↑  libX11-xcb                                                  1.6.8-6.el8                                1.6.8-5.el8                                
↑  libdrm                                                      2.4.115-2.el8                              2.4.114-1.el8                              
↑  libreoffice                                                 1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-base                                            1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-calc                                            1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-core                                            1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-data                                            1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-draw                                            1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-emailmerge                                      1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-graphicfilter                                   1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-help-en                                         1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-impress                                         1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-langpack-en                                     1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-math                                            1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-ogltrans                                        1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-opensymbol-fonts                                1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-pdfimport                                       1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-pyuno                                           1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-ure                                             1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-ure-common                                      1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  libreoffice-writer                                          1:6.4.7.2-15.el8                           1:6.4.7.2-13.el8                           
↑  librsvg2                                                    2.42.7-5.el8                               2.42.7-4.el8                               
↑  libwebp                                                     1.0.0-9.el8_9.1                            1.0.0-8.el8_8.1                            
↑  mesa                                                        23.1.4-1.el8                               22.3.0-2.el8                               
↑  mesa-libEGL                                                 23.1.4-1.el8                               22.3.0-2.el8                               
↑  mesa-libGL                                                  23.1.4-1.el8                               22.3.0-2.el8                               
↑  mesa-libgbm                                                 23.1.4-1.el8                               22.3.0-2.el8                               
↑  mesa-libglapi                                               23.1.4-1.el8                               22.3.0-2.el8                               
↑  nashorn/nashorn                                             1.8.0_402-b06                              1.8.0_392-b08                              
↑  ncurses                                                     6.1-10.20180224.el8                        6.1-9.20180224.el8                         
↑  ncurses-base                                                6.1-10.20180224.el8                        6.1-9.20180224.el8                         
↑  ncurses-libs                                                6.1-10.20180224.el8                        6.1-9.20180224.el8                         
↑  org.alfresco/alfresco-base-t-engine                         5.1.0                                      5.0.0                                      
↑  org.alfresco/alfresco-transform-core-aio                    5.1.0                                      5.0.0                                      
↑  org.alfresco/alfresco-transform-model                       5.1.0                                      5.0.0                                      
↑  org.apache.activemq/activemq-client-jakarta                 5.18.3                                     5.18.2                                     
↑  org.apache.commons/commons-compress                         1.26.0                                     1.24.0                                     
↑  org.apache.commons/commons-csv                              1.10.0                                     1.9.0                                      
↑  org.apache.commons/commons-lang3                            3.13.0                                     3.12.0                                     
↑  org.apache.commons/commons-pool2                            2.12.0                                     2.11.1                                     
↑  org.apache.httpcomponents.client5/httpclient5               5.2.3                                      5.2.1                                      
↑  org.apache.httpcomponents.core5/httpcore5                   5.2.4                                      5.2.3                                      
↑  org.apache.httpcomponents.core5/httpcore5-h2                5.2.4                                      5.2.3                                      
↑  org.apache.james/apache-mime4j-core                         0.8.9                                      0.8.4                                      
↑  org.apache.james/apache-mime4j-dom                          0.8.9                                      0.8.4                                      
↑  org.apache.logging.log4j/log4j-api                          2.21.1                                     2.20.0                                     
↑  org.apache.logging.log4j/log4j-to-slf4j                     2.21.1                                     2.20.0                                     
↑  org.apache.maven/maven-artifact                             3.9.6                                      3.8.6                                      
↑  org.apache.pdfbox/fontbox                                   2.0.30                                     2.0.26                                     
↑  org.apache.pdfbox/jempbox                                   1.8.17                                     1.8.16                                     
↑  org.apache.pdfbox/pdfbox                                    2.0.30                                     2.0.26                                     
↑  org.apache.pdfbox/pdfbox-debugger                           2.0.30                                     2.0.26                                     
↑  org.apache.pdfbox/pdfbox-tools                              2.0.30                                     2.0.26                                     
↑  org.apache.pdfbox/xmpbox                                    2.0.29                                     2.0.26                                     
↑  org.apache.poi/poi                                          5.2.5                                      5.2.2                                      
↑  org.apache.poi/poi-ooxml                                    5.2.5                                      5.2.2                                      
↑  org.apache.poi/poi-ooxml-lite                               5.2.5                                      5.2.4                                      
↑  org.apache.poi/poi-scratchpad                               5.2.5                                      5.2.2                                      
↑  org.apache.tika/tika-core                                   2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-apple-module                    2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-audiovideo-module               2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-cad-module                      2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-code-module                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-crypto-module                   2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-digest-commons                  2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-font-module                     2.9.1                                      2.4.1                                      
-  org.apache.tika/tika-parser-html-commons                                                               2.4.1                                      
↑  org.apache.tika/tika-parser-html-module                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-image-module                    2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-mail-commons                    2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-mail-module                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-microsoft-module                2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-miscoffice-module               2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-news-module                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-ocr-module                      2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-pdf-module                      2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-pkg-module                      2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-text-module                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-webarchive-module               2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-xml-module                      2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-xmp-commons                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parser-zip-commons                     2.9.1                                      2.4.1                                      
↑  org.apache.tika/tika-parsers-standard-package               2.9.1                                      2.4.1                                      
↑  org.apache.tomcat.embed/tomcat-embed-core                   10.1.18                                    10.1.15                                    
↑  org.apache.tomcat.embed/tomcat-embed-el                     10.1.18                                    10.1.15                                    
↑  org.apache.tomcat.embed/tomcat-embed-websocket              10.1.18                                    10.1.15                                    
↑  org.apache.xmlbeans/xmlbeans                                5.2.0                                      5.0.3                                      
↑  org.aspectj.weaver/aspectjweaver                            1.9.21                                     1.9.20                                     
-  org.bouncycastle/bcmail-jdk15on                                                                        1.70                                       
+  org.bouncycastle/bcmail-jdk18on                             1.76                                                                                  
-  org.bouncycastle/bcpkix-jdk15on                                                                        1.70                                       
+  org.bouncycastle/bcpkix-jdk18on                             1.76                                                                                  
+  org.bouncycastle/bcprov-jdk18on                             1.76                                                                                  
-  org.bouncycastle/bcutil-jdk15on                                                                        1.70                                       
+  org.bouncycastle/bcutil-jdk18on                             1.76                                                                                  
↑  org.checkerframework.checker.qual/checker-qual              3.41.0                                     3.33.0                                     
↑  org.codehaus.plexus/plexus-utils                            3.5.1                                      3.3.1                                      
↑  org.eclipse.angus/angus-core                                2.0.2                                      1.1.0                                      
↑  org.eclipse.angus/angus-mail                                2.0.2                                      1.1.0                                      
↑  org.eclipse.angus/imap                                      2.0.2                                      1.1.0                                      
↑  org.eclipse.angus/jakarta.mail                              2.0.2                                      1.1.0                                      
↑  org.eclipse.angus/logging-mailhandler                       2.0.2                                      1.1.0                                      
↑  org.eclipse.angus/pop3                                      2.0.2                                      1.1.0                                      
↑  org.eclipse.angus/smtp                                      2.0.2                                      1.1.0                                      
+  org.eclipse.jetty/jetty-alpn-client                         12.0.5                                                                                
+  org.eclipse.jetty/jetty-client                              12.0.5                                                                                
+  org.eclipse.jetty/jetty-http                                12.0.5                                                                                
+  org.eclipse.jetty/jetty-io                                  12.0.5                                                                                
+  org.eclipse.jetty/jetty-reactive-httpclient                 4.0.1                                                                                 
+  org.eclipse.jetty/jetty-util                                12.0.5                                                                                
↑  org.glassfish.jaxb/jaxb-core                                4.0.4                                      4.0.3                                      
↑  org.glassfish.jaxb/jaxb-runtime                             4.0.4                                      4.0.3                                      
↑  org.glassfish.jaxb/txw2                                     4.0.4                                      4.0.3                                      
-  org.jctools/jctools-core                                                                               3.1.0                                      
↑  org.messaginghub/pooled-jms                                 3.1.5                                      3.1.4                                      
↑  org.netpreserve/jwarc                                       0.28.3                                     0.18.1                                     
↑  org.slf4j/jcl-over-slf4j                                    2.0.11                                     2.0.9                                      
↑  org.slf4j/jul-to-slf4j                                      2.0.11                                     2.0.9                                      
↑  org.slf4j/slf4j-api                                         2.0.11                                     2.0.9                                      
↑  org.springframework.boot/spring-boot                        3.2.2                                      3.1.5                                      
↑  org.springframework.boot/spring-boot-actuator               3.2.2                                      3.1.5                                      
↑  org.springframework.boot/spring-boot-actuator-autoconfigure 3.2.2                                      3.1.5                                      
↑  org.springframework.boot/spring-boot-autoconfigure          3.2.2                                      3.1.5                                      
↑  org.springframework.boot/spring-boot-jarmode-layertools     3.2.2                                      3.1.5                                      
↑  org.springframework.retry/spring-retry                      2.0.5                                      2.0.4                                      
↑  org.springframework/spring-aop                              6.1.3                                      6.0.13                                     
↑  org.springframework/spring-beans                            6.1.3                                      6.0.13                                     
↑  org.springframework/spring-context                          6.1.3                                      6.0.13                                     
↑  org.springframework/spring-core                             6.1.3                                      6.0.13                                     
↑  org.springframework/spring-expression                       6.1.3                                      6.0.13                                     
↑  org.springframework/spring-jcl                              6.1.3                                      6.0.13                                     
↑  org.springframework/spring-jms                              6.1.3                                      6.0.13                                     
↑  org.springframework/spring-messaging                        6.1.3                                      6.0.13                                     
↑  org.springframework/spring-tx                               6.1.3                                      6.0.13                                     
↑  org.springframework/spring-web                              6.1.3                                      6.0.13                                     
↑  org.springframework/spring-webflux                          6.1.3                                      6.0.13                                     
↑  org.springframework/spring-webmvc                           6.1.3                                      6.0.13                                     
↑  perl-Encode-Locale                                          1.05-10.module+el8.9.0+1521+0101edce       1.05-10.module+el8.6.0+965+850557f9        
↑  perl-HTTP-Tiny                                              0.074-2.el8                                0.074-1.el8                                
↑  perl-IO-Socket-SSL                                          2.066-4.module+el8.9.0+1517+e71a7a62       2.066-4.module+el8.6.0+957+15d660ad        
↑  perl-Mozilla-CA                                             20160104-7.module+el8.9.0+1521+0101edce    20160104-7.module+el8.6.0+965+850557f9     
↑  perl-Net-SSLeay                                             1.88-2.module+el8.9.0+1517+e71a7a62        1.88-2.module+el8.6.0+957+15d660ad         
↑  pixman                                                      0.38.4-3.el8_9                             0.38.4-2.el8                               
↑  poppler                                                     20.11.0-10.el8                             20.11.0-6.el8                              
↑  python3-dnf-plugins-core                                    4.0.21-23.el8                              4.0.21-19.el8_8                            
↑  resources/resources                                         1.8.0_402                                  1.8.0_392                                  
↑  rt/rt                                                       1.8.0_402                                  1.8.0_392                                  
↑  systemtap                                                   4.9-3.el8                                  4.8-2.el8                                  
↑  systemtap-sdt-devel                                         4.9-3.el8                                  4.8-2.el8                                  
↑  zipfs/zipfs                                                 1.8.0_402                                  1.8.0_392

SEARCH: alfresco/alfresco-search-services

Spoiler

Environment variables

DIST_DIR=/opt/alfresco-search-services
JAVA_HOME=/etc/alternatives/jre
LANG=C.UTF-8
LC_ALL=en_US.UTF-8
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SOLR_DATA_DIR_ROOT=/opt/alfresco-search-services/data
SOLR_SOLR_MODEL_DIR=/opt/alfresco-search-services/data/alfrescoModels
- SOLR_ZIP=alfresco-search-services-2.0.8.2.zip
+ SOLR_ZIP=alfresco-search-services-2.0.9.1.zip

Labels

creator=Alfresco
maintainer=Alfresco
org.label-schema.build-date=2023-02-22T15:25:14Z
org.label-schema.name=Alfresco Base Java Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=Alfresco
org.opencontainers.image.created=2023-02-22T15:25:14Z
org.opencontainers.image.revision=158
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

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

Package                                   2.0.9.1      2.0.8.2
────────────────────────────────────────────────────────────────
-  com.sun.xml.bind/jaxb-core                          4.0.3                                      
↑  org.alfresco/alfresco-core             17.190       17.141                                     
↑  org.alfresco/alfresco-data-model       17.190       17.141                                     
↑  org.alfresco/alfresco-search           2.0.9.1      2.0.8.2                                    
↑  org.alfresco/alfresco-solrclient-lib   2.0.9.1      2.0.8.2                                    
+  org.glassfish.jaxb/jaxb-core           4.0.3                                                   
↑  org.json/json                          20231013     20220320

ACA: alfresco/alfresco-content-app

Spoiler
  • Size: 33 MB (-258 kB)
  • Packages: 52 (0)
  • Base image: alpine:3

Environment variables

BASE_PATH=/
NGINX_ENVSUBST_OUTPUT_DIR=/etc/nginx/conf.d
NGINX_VERSION=1.21.6
NJS_VERSION=0.7.3
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE=1

Packages

⎌    5 packages changed (↑ 5 upgraded, ↓ 0 downgraded)  
    47 packages unchanged

Package            4.4.0             4.3.0
──────────────────────────────────────────────
↑  curl            8.5.0-r0          8.4.0-r0          
↑  libcrypto1.1    1.1.1w-r1         1.1.1w-r0         
↑  libcurl         8.5.0-r0          8.4.0-r0          
↑  libssl1.1       1.1.1w-r1         1.1.1w-r0         
↑  openssl         1.1.1w-r1         1.1.1w-r0

3rd Party Components installed in the docker containers

  • Rocky Linux 8.8 x64
  • OpenJDK 17.0.7 2023-04-18 LTS
  • Apache Tomcat 10.1.10
  • Jetty 9.3.30.v20211001
  • PostgreSQL 15.6

Issues Addressed

We have addressed a number of bugs since the last release of Alfresco Content Services 23.2.

  • MNT-24121: ACS images affected by CVE-2023-46589

  • MNT-24109: ADW - Image icon on preview page is based on rendition and not the original mimetype

  • MNT-24094: Error message logged in the logs when a webscript fails is not helpful as it should indicate what webscript triggers the error

  • MNT-24085: Fixed ACL Updater job is updating the cm:modifier details

  • MNT-24073: Site notice dashlet - link target value reverts after page reload

  • MNT-24072: LDAP Incremental Sync from MS AD don't add existing users to groups

  • MNT-24070: Automation for security marks not working

  • MNT-23962: Admin console/Support tools/active-sessions page does not display graphs

  • MNT-23927: API - Audit output being truncated due to Exception being thrown

  • MNT-23916: Incorrect schema version numbers for both spring beans and hazelcast spring are provided in the custom-slingshot-application-context.xml.sample file

  • MNT-23880: Alfresco Admin Console /alfresco/s/enterprise/admin should work with keycloak using openid connect and a redirect to an IdP

  • MNT-23767: Unable to escape OR literal value in search API using Elastic/open search

  • MNT-23478: Sending the sourceNodeRef to the async transformer for metadata extraction does not occur even when the transformer announces it supports that feature

  • MNT-23152: Cannot perform search pivot on a numeric field

Known Issues

None

5 Comments
francesco_forna
Partner

Dear All,

could you tell us if we can execute custom activiti workflow embedded yet?

Regards,

Fracesco.

angelborroy
Alfresco Employee

Dear Francesco,

Yes, the option to execute custom Activiti workflows embedded is still available.

Best regards,

Marcel-Zöchbaue
Member II

Are you able to install a brand new instance of the community installation with the ZIP-Files in this post?

chrkuznos
Member II

Hi to all. I am new here and I have a simple question.

I am using an older version of community edition (5.2) and I want to upgrade or even better to do a fresh installation of newer community edition at least 6.2, as i looking for a way I realise that there is no all-in-one installation anymore (something like a bin file and installation based on configuration file) and that I have to install all modules seperately using the zip distribution.
Is there any guide on how to install the newer version?

Thank you in advance

steeed
Member II

Hi,

Manual zip installation instructions: it would be really nice to include a sentence that you need to run apply_amps.bat/sh against amps/alfresco-share-services.amp, if you want to use Share web application. Until now this amp is just mentioned in "Directory structure" section of the specs, so that people see not working Document Library and search result page util they apply this .amp

I.E. it is mentioned in this article https://hub.alfresco.com/t5/alfresco-content-services-blog/setup-acs-7-x-ass-2-x-local-transformatio... in "Apply amps to alfresco.war and share.war:" section