Upgrade 15.1 to 15.2
We are aware of a number of issues present in the earlier brXM 15.2.x releases. These issues have been adressed so please upgrade to 15.2.3.
Introduction
Goal
Upgrade a Bloomreach Experience Manager implementation project from version 15.1.x to 15.2.y.
Significant Changes
-
External preview
Upgrade Steps
Perform Generic Minor Upgrade Steps
Follow the generic instructions for minor upgrades.
Update URL Rewriter Dependencies
If the project has the URL Rewriter installed, there are probably build errors regarding missing dependency versions for the hippo-addon-urlrewriter-* modules.
Change the existing jar dependencies into single pom dependencies hippo-addon-urlrewriter-cms-dependencies and hippo-addon-urlrewriter-site-dependencies.
Typically in ./cms-dependencies/pom.xml:
<dependency> <groupId>com.onehippo.cms7</groupId> <artifactId>hippo-addon-urlrewriter-cms-dependencies</artifactId> <type>pom</type> </dependency>
Typically in ./site/components/pom.xml:
<dependency> <groupId>com.onehippo.cms7</groupId> <artifactId>hippo-addon-urlrewriter-site-dependencies</artifactId> <type>pom</type> </dependency>
Furthermore, an artifact hippo-addon-urlrewriter-platform-dependencies exists, to be used in a platform war if that exists.