Import package version mismatch problem after upgrading to AEM 6.5
Hello there,
I've run into an import package version mismatch problem in cq-wcm-foundation bundle after performing an in place upgrade to 6.5. Please read the notes below for more details:
1. Note that this error occurs right when I start my author instance for the first time. It can't be related to dependencies in my project or the uber-jar since I hadn't build it until this point
2. Also, note that the package isn't missing. I can see the package com.day.cq.wcm.api (version 1.28) being exported by bundle cq-wcm-api. However, cq-wcm-foundation expects a different version lower than 1.28
3. I could manually resolve the issue by uploading the cq-wcm-foundation bundle (that expects 1.28) from the previous 6.4 instance to get it working
4. We're currently resorting to uploading these bundles via a crx package after the upgrade has been performed to get the bundle and other dependent bundles to be active
However, I'd like to know if I'm missing anything. Perhaps a service pack by Adobe that can potentially fix it. I've thoroughly followed all the steps systematically as given in Adobe's documentation. Any pointers would be great. Thanks so much!!