From 7bddc174617d734ae969869091facf987798ce54 Mon Sep 17 00:00:00 2001 From: "nicolas.hirrle" Date: Thu, 30 May 2024 19:51:11 +0200 Subject: [PATCH] documentation updates --- HISTORY | 8 +++++++- docs/developers.md | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index d225737b..69b05a9c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,12 @@ +2024-30-05 6.5.1 + - 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 + 2023-12-07 6.5.0 - Move of aecu.ui.content to /apps/settings to avoid overwrite of the configured weekly operations window (#225) - - New filter method: filterByPropertyIsMultiple() (# + - 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 diff --git a/docs/developers.md b/docs/developers.md index 68374081..1f34ef93 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -1,12 +1,12 @@ # AEM Server Setup -By default AEM is expected to listen on localhost on port 5702. This setting can be overridden by adding parameters: +By default AEM is expected to listen on localhost on port 4502. This setting can be overridden by adding parameters: * -Daem.port=5702 * -Daem.host=localhost * -Daem.publish.port=5703 * -Daem.publish.host=localhost -You need AEM 6.3 with service pack 2 or AEM 6.4. +You need AEM 6.5 with Servicepack 13 or AEM Cloud SDK. # Build and Deploy