acs-aem-commons
acs-aem-commons copied to clipboard
Defect: CCVAR Same Attribute doesn't update all placeholders in the value. Uses the original attribute value and only updates the last placeholder value leaving the other placeholders as it is....
Currently the only (official) place to ask questions about ACS AEM Commons is via Gitter Chat (https://app.gitter.im/#/room/#Adobe-Consulting-Services_acs-aem-commons:gitter.im) as linked in the header of https://adobe-consulting-services.github.io/acs-aem-commons/. I would propose to replace this...
## Required Information * [x] AEM Version, including Service Packs, Cumulative Fix Packs, etc: **AEMaaCS 2023.12.14697.20231215T125030Z** * [x] ACS AEM Commons Version: **6.0.8** * [x] Reproducible on Latest? yes/no: yes...
Any ideas why I cannot see the marketo form in the publisher but it's showing up in author. - In both author and publisher, I have configured the Marketo settings....
Currently both - https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/ae96011c9104b4c4ffb3958ac3031688881f22c6/bundle/src/main/java/com/adobe/acs/commons/util/impl/BundleDisabler.java#L51 and - https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/ae96011c9104b4c4ffb3958ac3031688881f22c6/bundle/src/main/java/com/adobe/acs/commons/util/impl/ComponentDisabler.java are singletons with each having only a single configuration component. One should allow to have several instances via the `Configuration Factory` pattern (https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-deployment)...
There is already OSGi configuration support for Apache HTTP Client in https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/http/impl/HttpClientFactoryImpl.java. Similar support for [Java 11+ HTTP Client](https://openjdk.org/groups/net/httpclient/intro.html) would be beneficial as well. That should comprise: 1. Management of...
In order to enforce a common code style [spotless-maven-plugin](https://github.com/diffplug/spotless/blob/main/plugin-maven/README.md) should be used which supports formatting of - Java and - pom.xml files As Java formatter I recommend using [palantir-java-format](https://github.com/diffplug/spotless/blob/main/plugin-maven/README.md#palantir-java-format) which...
This closes #3276
## Required Information * [x] AEM Version, including Service Packs, Cumulative Fix Packs, etc: AEM 6.5.15 * [x] ACS AEM Commons Version: 6.0.10 * [x] Reproducible on Latest? yes ###...
## Required Information * [x] AEM Version, including Service Packs, Cumulative Fix Packs, etc: Not applicable * [x] ACS AEM Commons Version: laster master build * [x] Reproducible on Latest?...