Release Notes for Migration Tools in AEM as a Cloud Service release-notes
This page outlines the current Release Notes for Migration Tools in AEM as a Cloud Service. For earlier releases, see the previous versions listed in the navigation.
2026 2026
AI-Assisted Code Migration ai-assisted-code-migration
AI-Assisted Code Migration provides an IDE-based, AI-driven path for migrating AEM 6.5 (or earlier) Java-stack projects to AEM as a Cloud Service. A migration agent skill reads Best Practices Analyzer findings and applies the required code transformations one pattern at a time, while a companion Cloud Migration MCP server fetches those findings directly from Cloud Acceleration Manager. The skill also generates a read-only migration runbook that assesses the whole project and lists every applicable pattern before it changes any code.
The skill now includes these patterns:
- Legacy UI: Classic UI, ExtJS, and Coral 2 dialogs convert to Coral 3, and custom ExtJS design widgets migrate to Granite UI.
- Template modernization: static templates convert to editable templates with AEM Modernize Tools rewrite rules.
- Guava cache to Caffeine: Guava cache usage switches to Caffeine, the supported Cloud Service cache library.
- Dispatcher configuration conversion: AMS and on-premise Apache HTTPD and Dispatcher configurations convert to the Cloud Service structure.
- Unsupported run mode (URC) detection: the skill flags OSGi configuration folders with unsupported run modes and reorders them safely where possible.
Existing supported patterns include Sling Scheduler, ResourceChangeListener, Replication API, OSGi EventListener and EventHandler, Assets API, HTL lint fixes, and OSGi configuration conversion.
For more information, see AI-Assisted Code Migration to AEM as a Cloud Service.