aem-project-archetype icon indicating copy to clipboard operation
aem-project-archetype copied to clipboard

Maven template to create best-practice websites on AEM.

Results 154 aem-project-archetype issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

### Expected Behaviour The generated dispatcher configuration should include a vhosts file for the created site, including some default caching settings, e.g. Header unset Cache-Control Header unset Expires Header always...

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies
javascript

After creating a new AEM project, the SSR (React) build does not work on Adobe I/O after deployment via `npm run deploy-ssr-ioruntime`. Locally the Adobe I/O SSR build also does...

This fixes a small bug introduced in #848 - the newly introduced parameter `resourceResolverType` was never actually used.

On the current `HEAD` of `develop` [7cceeaf](https://github.com/adobe/aem-project-archetype/commit/7cceeaff02148e74b2f6756ebe795da9e89032fa) this behaviour is observed, however on the release `42` it is working correctly. ### Expected Behaviour `mvn -B clean integration-test` finishes with no...

By default, no log messages are printed to console while running the unit tests (default configuration of the used `uk.org.lidalia:slf4j-test` library). Especially when using Sling Models in unit tests, the...

When looking through [archetype version 42's tag][1] in Github, it shows a warning that says > This commit does not belong to any branch on this repository, and may belong...

Added gitignore entry for VS Code configurations ## Description Added gitignore entry to avoid committing VS Code configurations in GIT. ## Related Issue ## Motivation and Context ## How Has...