Upgrade 13.3 to 13.4
Introduction
Goal
Upgrade a Bloomreach Experience Manager implementation project from version 13.3.x to 13.4.y.
Upgrade Steps
Perform Generic Minor Upgrade Steps
Follow the generic instructions for minor upgrades.
Changes in 13.4
(Projects) Camunda Upgraded to 7.11
Bloomreach Experience Manager version 13.4 uses version 7.11.0 of the Camunda engine. If you are upgrading from Bloomreach Experience Manager 13.3, the Camunda database schema must be upgraded from Camunda version 7.9.0 to 7.11.0.
Please refer to Upgrade 13.0 to 13.1 (section "(Projects) Upgrade Camunda Database") which describes the process in detail for the upgrade from Camunda 7.8.0 to 7.9.0. The upgrade to 7.11.0 is similar.
For release 13.4.26
In 13.4.26 we replaced the usage of artifact javax:mail:mail to com.sun.mail:jakarta.mail. Since that artifact is referenced in the distribution configuration, please change it in your code base, by default in src/main/assembly/common-lib-component.xml:
<dependencySets> <dependencySet> <includes> ... <include>com.sun.mail:jakarta.mail</include> // change from javax.mail:mail