Skip to content

Releases: wttech/aemc

v2.0.5

07 Jan 09:29
Compare
Choose a tag to compare

Changelog

v2.0.4

07 Jan 09:20
Compare
Choose a tag to compare

Changelog

  • 8a7ecb4 Output query enforces 'YML' format (when text detected)
  • 375eb24 Release v2.0.4

v2.0.3

03 Dec 10:16
Compare
Choose a tag to compare

Changelog

  • 2d47b81 Do not require libs on CI/CD (when providing Java only)
  • 12082c6 Release v2.0.3

v2.0.2

29 Nov 13:50
Compare
Choose a tag to compare

Changelog

v2.0.1

21 Nov 17:01
Compare
Choose a tag to compare

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

v2.0.0

21 Nov 08:43
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Changelog

v2.0.0-rc

20 Nov 06:25
Compare
Choose a tag to compare
v2.0.0-rc Pre-release
Pre-release

Changelog

v1.9.0

14 Nov 11:05
Compare
Choose a tag to compare

What's new

Quick pushing content at any path (file or folder) to the running instances via single command:

sh aemw content push by @dominik-przybyl-wttech

More info:
https://wttech.blog/blog/2024/turning-ide-into-an-aem-development-powerhouse/

Changelog

v1.8.4

01 Oct 16:58
Compare
Choose a tag to compare

Changelog

v1.8.3

23 Aug 10:57
Compare
Choose a tag to compare

Changelog

Pull requests