Skip to content

v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 17:01
· 7 commits to main since this release

New features

  • Podman (by default instead of Docker) used as container engine to set up AEM Dispatcher (Docker still supported, easily switchable), fixes #271
  • integrated Maven Wrapper (Maven tool auto-downloaded in version tied to project), fixes #252
  • JDK managed by AEMC also now also used to build AEM application and used by any other Maven commands run

Breaking changes

Command changes

Project "init" command become "project scaffold":

sh aemw init => sh aemw project scaffold

New project "init" command:

sh aemw project init - to be run to prepare project prerequisites, pre-download vendor tools like JDK and unpack AEM SDK, check if instance files are missing

Config keys renaming

local.quickstart => vendor.quickstart
local.sdk => vendor.sdk
java => vendor.java
oak_run => vendor.oak_run

Changelog