Konrad Windszus

Results 322 issues of Konrad Windszus

#210 is causing regressions under specific circumstances. In the following deployment strategy we see errors while installing the package: 1. Complete package containing actool package and other packages (some containing...

Currently AC Tools always assumes that the authorizable id is equal to the principal name. Jackrabbit does not enforce this equality. In fact Oak uses different authorizable ids and principal...

This requires the following organisation or repository secrets: 1. `GPG_PRIVATE_KEY`, the private key for signing the release 1. `GPG_PASSPHRASE`, the passphrase for using the private key 1. `OSSRH_TOKEN_USER`, the user...

Currently the third party JS libraries shipped in https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master/ui.apps/src/main/content/jcr_root/apps/acs-commons/clientlibs/vendor are 1. embedded manually (sometimes the original source is not clear) 2. heavily outdated 3. partially contain vulnerable versions I suggest...

technical enhancement

In order to get rid of the animal-sniffer plugin we should increase the minimum requirement for building ACS AEM Commons to Java 11. That will not change run time compatibility...

Currently the goal `display-plugin-updates` only shows updates for plugins bound in the current project's lifecycle and plugins listed in the effective model in build->plugins->plugin (see https://github.com/mojohaus/versions-maven-plugin/blob/c0589f4a69afc1a53d8f2d461f621339fd0c0710/src/main/java/org/codehaus/mojo/versions/DisplayPluginUpdatesMojo.java#L380). In some cases one...

enhancement

Immediately switch to the next alternate (address or endpoint) if the current one has already exceeded the maxNumberOfRetries

this is supposed to resolve the empty prefix as well In addition clarify that returning null is not allowed.