Releases: valtech/aem-easy-content-upgrade
Releases · valtech/aem-easy-content-upgrade
6.6.0
What's Changed
- Upgrade groovyconsole to v 19.0.8 for java 21 support (#240)
- Change AECU cloud startup hook to use sling job for processing scripts to avoid multiple executions (#228)
- Improve logging and don't start aecu migration in case script path is not around (#228)
- Remove limitation in ExecuteDataSource to only execute in paths for the installhooks (#237)
Contributors
@christinebaumann , @kisonay , @royteeuwen
Full Changelog: 6.5.2...6.6.0
6.5.2
6.5.1
What's Changed
- Store result output data in binary property in case data is too big for string property (#233)
- Remove reindex=true property in index definition as it is not allowed (#230)
- Documentation updates on logging
- Documentation update on upgrade for index move
Contributors
@christinebaumann , @pcastelog
Thanks a lot!
Full Changelog: 6.5.0...6.5.1
6.5.0
What's Changed
- Move of aecu.ui.content to /apps/settings to avoid overwrite of the configured weekly operations window (#225)
- New filter method: filterByPropertyIsMultiple()
- Documentation update for filter concatenation semantics with regards of AND/OR (#212)* Documentation update for re-execute logic of groovy scripts installed through InstallHook
- Documentation update for filterWith
Contributors
@kwin, @ncautotest, @michielspiritus7
Full Changelog: 6.4.0...6.5.0
6.4.0
6.3.0
What's Changed
- Upgrade of Orbinson Groovy Console to version 19.0.3 (#205, #208)
- New filter method: filterByNodeRootPaths() (#204)
- AecuService: added new execute(String path, String data) method which accepts a JSON data string to be used within scipts (#204)
- JMX: added that execute(String path, String data) method (#204)
Contributors
@royteeuwen, @DriesVanbilloen
Thanks a lot!
6.2.0
- Use Orbinson Groovy Console instead of CID15 one
The change above requires to rename your OSGI config for Groovy Console (if existing in your project).
Old name: com.icfolson.aem.groovy.console.configuration.impl.DefaultConfigurationService.cfg.json
New name: be.orbinson.aem.groovy.console.configuration.impl.DefaultConfigurationService.cfg.json
6.1.0
- Added history search to AEM Cloud
6.0.3
- Improvements to cloud startup hook (190)
6.0.2
Improvements to cloud startup hook to avoid double execution and execution before Groovy Console is ready