Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Currently (February April 2016) AEM 6.2 is in beta phase. Current load at time of writing is 6.2.0-load21.

This page lists information what to do to make your wcm.io-based Applications compatible to AEM 6.2.

Required Sling Bundle Updates

In AEM 6.2 load 17c there is a bug in the included Sling bundle org.apache.sling.jcr.base version 2.3.0 which prevents the wcm.io WCM Parsys bundle to work correctly - the "wcmio" namespaces is not registered correctly. This is fixed via SLING-5531 in version 2.3.2 of the bundle which should be available in AEM 6.2 load 18 or 19.

Until then you have to apply this workaround before installing your wcm.io-based application:

...

...

AEM 6.2

...

.

...

Required wcm.io bundle versions

...

There is a branch with a snapshot version of io.wcm.testing.aem-mock 2.0.0-SNAPSHOT compatible to AEM 6.2 and the latest Sling API changes and latest Oak version:
https://github.com/wcm-io/wcm-io-testing/tree/feature/aem-6.2aem62-api

The 2.0.0-SNAPSHOT version is also deployed to Sonatype OSS Snapshot Repository.

...