Hi team,
We are upgrading from 5.6.1 to AEM 6.0 SP1.
We have completed an inplace upgrade from 5.6.1 to 6.0 SP1 on our Dev instance.
We have encountered the following issue in one of our customized bundles.
1. The bundle in 5.6.1 requires com.day.crx.security.ldap.sync 2.4,3 or above and has it
2. On 6.0 the bundle does not start due to only having com.day.crx.security.ldap.sync v 2.3.26.
Investigating [2] further we find that com.day.crx.security.ldap.sync is a fragment exported by com.day.crx.sling.server
Both 5.6.1 and 6.0 environments have the same version of com.day.crx.sling.server, but for some reason export ldap.sync in two different versions.
Any help in troubleshooting further will be appreciated