Jörg Hoh
Jörg Hoh
See also https://github.com/adobe/aem-test-samples/issues/27 to improve better reporting in case the ReplicationIT test fails.
AFAIK AEM 6.1 is the oldest version you want/need to support. AEM 6.1 SP1 (and there should be already an SP2) comes with Oak 1.2.15 so from my point of...
asynchronous indexing is always a bit uncontrollable, because it runs async. In your case it can block the thread until the index build has been completed, so not causing any...
the syntax aspect: Yes.
If we are discussing specifically for the 5.0.0 release, I would only include API breakages (the biggest part coming from the switch to the AEM 6.4 uber jar). Any change,...
@davidjgonzalez we have a few things/topics, which can be considered improvements (e.g. updating plugins like filevault, bnd etc you listed above, but also the ideas @badvision has), but which do...
So should we tag the issues/PRPs which will break (or will likely break) backwards-compatibility with a "5.0" milestone? So it's absolutely clear to all, what has to go in? I...
I created a new branch "feature/228-prepare-release-500" [1] here on the ACS repository for the 5.0.0 release, so everyone can start to review, contribute, test, etc. And once we are all...
I merged the current master into https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/feature/2288-prepare-release-500. the current state is: * builds against AEM 6.4 uber.jar (build profile: classic) * builds against AEM CS (build profile: cloudservice) the only...
PRs are welcome :-)