aem
Here are 440 public repositories matching this topic...
Now that Cloud Manager supports Java 11 and lets you configure it using the toolchains plugin
It would be nice if the archetypes takes Java version as a user input and configures the toolchains plugin out of the box.
-
Updated
Jun 25, 2022 - Java
-
Updated
May 28, 2022
-
Updated
Jun 9, 2021
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Jul 21, 2021 - Java
pre-configure:
tasks {
register<Test>("integrationTest") {
javaLauncher.set(aem.localInstanceManager.javaLauncher)
}
}
when
plugins {
id("com.cognifide.aem.common")
}
-
Updated
Jul 27, 2021 - Python
-
Updated
Dec 9, 2021 - Java
-
Updated
Jun 23, 2022 - Java
-
Updated
Mar 28, 2022
-
Updated
Sep 9, 2021 - Shell
-
Updated
May 19, 2020 - Groovy
-
Updated
Jul 19, 2021 - Java
-
Updated
Apr 8, 2022 - Java
Expected Behaviour
Build should be successful
Actual Behaviour
Build fail at junits
Reproduce Scenario (including but not limited to)
mvn clean install at master branch for 2.7.1-SNAPSHOT
Steps to Reproduce
Checkout code and build using mvn clean install
Platform and Version
Windows
Logs taken while reproducing problem
ERROR] Errors:
[ERROR] Comme
Is your feature request related to a problem? Please describe.
AEM Dialogs support helpPaths which surface as help links in a componen's dialog. Since we have such nice docs pages for each component, we should link out to them using this mechanism!
For example..
-
Updated
Apr 26, 2021 - Java
-
Updated
Feb 19, 2020 - CSS
-
Updated
Jun 14, 2021 - Java
-
Updated
Nov 27, 2019
-
Updated
Jun 9, 2022 - Java
-
Updated
Sep 28, 2021 - Java
Improve this page
Add a description, image, and links to the aem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aem topic, visit your repo's landing page and select "manage topics."

Feature Request
Is your feature request related to a problem? Please describe.
With latest core components release 2.9 an AEM author is able to add HTML IDs to all components.
This is a nice feature but error prone as IDs must be unique on the HTML site. Otherwise HTML is invalid and it often leads to JavaScript issues.
Describe the solution you'd like
Validation should be perf