Konrad Windszus
Konrad Windszus
As ACS AEM Commons only supports AEM 6.5.(10) and AEM as a Cloud Service and the former [optionally runs on Java 11](https://experienceleague.adobe.com/docs/experience-manager-65/content/implementing/deploying/introduction/technical-requirements.html?lang=en#java-virtual-machines) while the latter runs by [default on Java...
According to https://www.apache.org/licenses/LICENSE-2.0#apply the first line consists out of > Copyright [yyyy] [name of copyright owner] The CodeClimate rule only accepts lines matching the following regex ` ?* Copyright (C)...
"factoryPid" attributes This relates to #1728
The workaround introduced with https://github.com/Adobe-Consulting-Services/acs-aem-commons/commit/4001c6939436c6ef07ed75b9930b2bfef70b6121 is no longer necessary as by default all PRs from forked repos require approval from a Maintainer with write access to the origin repo (https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks)....
Since AEM SDK 2020.10.4423.20201028T010735Z-201028 the class `org.apache.sling.settings.SlingSettingsService` is deprecated: https://www.javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/org/apache/sling/settings/SlingSettingsService.html. We must replace the all usages of that class: https://github.com/Adobe-Consulting-Services/acs-aem-commons/search?q=SlingSettingsService It is unclear right now what would be the recommended...
All the `@Designate` annotations with `factory=true` attribute should be accompanied by an according property named `webconsole.configurationFactory.nameHint`. Otherwise the individual instances cannot be easily distinguished in the Felix Web Console. For...
### Expected Behavior Since AEM 6.4 the migration of `/etc` to other areas of the repository has started. That means that in the end no code/content should end up below...
In order to enforce the minimum service pack requirements for AEM 6.5 there should be an according package dependency in the `ui.all` package (only for non-cloud). ``` adobe/cq650/servicepack aem-service-pkg 6.5.17...
## Feature Request The tabs component should support maintaining a maximum number of tabs within the design dialog. Adding more tabs than specified in the content policy should not be...
patterns Optionally allows to enforce the module directory name being equal to the module's artifactId. Following this checklist to help us incorporate your contribution quickly and easily: - [ ]...