Konrad Windszus
Konrad Windszus
I attached an example OSGi configuration which should achieve this (for AEMaaCS): [be.orbinson.aem.groovy.console.configuration.impl.DefaultConfigurationService.cfg.json](https://github.com/user-attachments/files/15821125/be.orbinson.aem.groovy.console.configuration.impl.DefaultConfigurationService.cfg.json)
FTR: You can see the same environment variable is being used internally by AEM for its `org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl` configuration PID (exposed via Developer Console -> Status Dump -> Configurations)
> Could we try converting the files to static Markdown format to have better editing experience using local/web tools? Let’s separate that effort in a dedicated PR
A link to https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/#tag/Variables/operation/patchEnvironmentVariables would help here as this describes allowed values per field.
The bug has been fixed upstream. Updating to `aio-lib-ims` (https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/96fed0e71a7320dd9e3b7aee5288850b980a2fe8/package.json#L13) 7.0.2 or newer would fix this.
I am wondering if we can use remote resources together with the [according plugin](https://maven.apache.org/plugins/maven-remote-resources-plugin/) to download those shared site resources and put it in the according src/site folder of the...
Another approach is outlined at https://issues.apache.org/jira/browse/MSITE-911?focusedCommentId=17616984&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17616984 (leveraging https://maven.apache.org/plugins/maven-dependency-plugin/copy-mojo.html). The best would be though if the support would be built into m-site-p directly though (MSITE-911).
This is meanwhile supported on Mac OS 26 via https://developer.apple.com/documentation/authenticationservices/ascredentialimportmanager
I think it is about time to drop that 3rd party dependency altogether and use [Java HTTP Client](https://openjdk.org/groups/net/httpclient/intro.html) itself (that requires Java11 or newer though).
The hover effect is negatively affected by this change, i.e. the light grey box does now have a right margin as well but should span the whole sidebar width: ![Screenshot...