Konrad Windszus

Results 322 issues of Konrad Windszus

This closes #2277. It is not properly formatted though due to #2290 WIP Please **DO NOT FORCE PUSH**. Don't worry about messy history, it's easier to do code review if...

Currently the [lineEndings option](https://github.com/diffplug/spotless/tree/main/plugin-maven#line-endings-and-encodings-invisible-stuff) does only allow to configure which line endings to expect. There is no single option which works on non-Git based source code (i.e. extracted from a...

enhancement

Currently adding a [custom plugin](https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#how-to-add-a-new-plugin-for-a-build-system) requires adaptations to the Maven/Gradle plugin as a) [FormatterStepFactory](https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/FormatterStepFactory.java#L22) and b) [FormatterFactory](https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/FormatterFactory.java#L52) or [FormatExtension](https://github.com/diffplug/spotless/blob/b2a2cbb8b6026397c0adb8cb8b3571e399276f9b/plugin-gradle/src/main/java/com/diffplug/gradle/spotless/FormatExtension.java#L79) are a) not build system agnostic and b) are not dynamically...

enhancement

In order to ease migrating to Keepassxc it would be helpful to implement https://fidoalliance.org/specifications-credential-exchange-specifications/. Although just a working draft right now, 1Password is working on it according to https://blog.1password.com/fido-alliance-import-export-passkeys-draft-specs/

feature: Passkeys

The guidelines have been clarified meanwhile in https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/understand-indexing-best-practices#fully-custom-index on how a fully custom index name should look like: > `.--custom-` Our index name does not comply with that: https://github.com/Netcentric/accesscontroltool/blob/develop/accesscontroltool-oakindex-package/src/main/jcr_root/_oak_index/repACL-custom-1.xml

Currently the [RuntimeHelper](https://github.com/Netcentric/accesscontroltool/blob/6499e07816c37d82147b0e5954b0db15704fa400/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/helper/runtime/RuntimeHelper.java) exposes two methods related to cloud 1. isCompositeNodeStore and 2. isCloudReadyInstance Both namings are a bit unfortunate, because 1. in cloud AEM is always started with a...

Currently the (single) service user is used for almost all operations and grants full access to the repository. ``` set principal ACL for actool-service allow jcr:all on / allow jcr:all...

Currently there is a [simple logic in the Startup Hook which prevents it from being executed with each start of the Kubernetes pod](https://github.com/Netcentric/accesscontroltool/blob/6499e07816c37d82147b0e5954b0db15704fa400/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/impl/AcInstallationServiceImpl.java#L264-L269) > To avoid overhead for the case...

During the CI build the QueryHelperIT sometimes fails. It emits then ``` [INFO] Running biz.netcentric.cq.tools.actool.helper.QueryHelperIT [main] INFO org.apache.jackrabbit.oak.plugins.index.IndexUpdate - Found a new index node [reference]. Reindexing is requested [main] INFO...