Konrad Windszus

Results 322 issues of Konrad Windszus

It is useful to have the id of the newly created execution id available in the stdout (for non-interactive use cases). This is not the case for https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/b95ae82604c89f2bf8512c36cb7d5ca023dc1864/src/commands/cloudmanager/pipeline/create-execution.js#L35 as the...

help wanted

Currently only one Adobe IO JWT can be stored inside the aio config (because only the key `jwt-auth`) is used. For working with multiple accounts in parallel it would be...

enhancement
help wanted

Clarify that the extension used outside repositories for pom files usually differs Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there...

This format is compatible with https://helpx.adobe.com/enterprise/using/bulk-upload-users.html#csv-format Fix Web Console deployment with sling-m-p This closes #703 This closes #443

It is possible to download a dump file via the Touch UI page: https://github.com/Netcentric/accesscontroltool/blob/develop/docs/ApplyConfig.md#touch-ui Due to the page `/mnt/overlay/netcentric/actool/content/overview.html/actool` being accessible to almost everyone it is possible to get insights...

When you migrate from AEM Classic to Cloud you often want to leverage Adobe IMS for maintaining users and their direct group memberships. To ease this migration the JMX Console...

`compilerArguments` was deprecated. Now you should rather use `compilerArgs` to configure eg. the properties file. The tricky thing is that the latter gets a List of Strings. There are multiple...

Similar to https://github.com/jbosstools/m2e-jdt-compiler/blob/master/org.jboss.tools.m2e.jdt.core/lifecycle-mapping-metadata.xml the execution of this extension should be restricted to the `compilerId` `eclipse` or `jdt`. Otherwise running the extension is just unnecessary overhead.

In https://github.com/lastnpe/eclipse-null-eea-augments/blob/master/examples/maven/parent/pom.xml#L52 the new configuration property `compilerArgs` should be used instead of the deprecated `compilerArguments` (https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs).