Skip to content

Releases: wttech/aemc

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

v1.7.7

04 Jun 18:19
Compare
Choose a tag to compare

Changelog

v1.7.6

07 May 14:34
Compare
Choose a tag to compare

Changelog

  • 65b02b9 Bump golang.org/x/net from 0.21.0 to 0.23.0
  • 58ed14b Merge branch 'main' into empty-lines
  • 69d0dc8 Merge pull request #253 from wttech/dependabot/go_modules/golang.org/x/net-0.23.0
  • 933b4bb Merge pull request #255 from wttech/empty-lines
  • 8f98e09 Release v1.7.6
  • c645f08 fix
  • 9ea4eb9 fix after CR
  • ec0fca2 fixed doParentsBackup and doSiblingsBackup
  • 92b285d fixed empty/blank line cleaning
  • 5a780f9 minor
  • 83326b7 optimize regex

v1.7.5

24 Apr 13:29
Compare
Choose a tag to compare

Changelog

  • e3939df Defaults missing
  • d4e29dc Merge pull request #254 from wttech/osgi-bundle-snapshot-install-skipping
  • 67f3c76 OSGi bundle snapshot install skipping
  • 0855f90 Release v1.7.5

v1.7.4

11 Apr 08:43
Compare
Choose a tag to compare

Changelog

  • 47ca445 AEM logs tailing + stuff
  • eaddf8f Bug fixed
  • 2291dbd Do not fail if no prop files
  • 5d36af5 Doc
  • ada8259 Instance status improvement
  • cbc6f2f Merge pull request #246 from wttech/bugfix/fix-instance-location-mismatch
  • 079ff6c Merge pull request #249 from wttech/package-and-components-checking
  • 3626d37 Merge remote-tracking branch 'origin/main' into bugfix/fix-instance-location-mismatch
  • 89c8d18 Minor
  • 716fc63 Package and components checking
  • 9b73874 Package prop defensive
  • 57f55fc Release v1.7.4
  • a6ec9af Remove creating Instance structs by URL alone