Konrad Windszus

Results 322 issues of Konrad Windszus

Currently the `UploadListenerService` can be configured for arbitrary paths. Whenever some YAML is then placed in those paths, they are automatically executed with the service user (which is having lots...

### Describe your use-case which is not covered by existing documentation. The checkbox with label "Auto-register webhook" described at https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/docs/USER_GUIDE.adoc#webhooks-registering for registering is no longer there with version `762.v969cfe087fc0` ###...

documentation

### What feature do you want to see added? Both ways for reporting issues are outlined in https://plugins.jenkins.io/cloudbees-bitbucket-branch-source/ and the issues from Jenkins JIRA are not listed in GitHub issues...

enhancement

dependency-check-maven-plugin recommends using an API key in https://github.com/jeremylong/DependencyCheck?tab=readme-ov-file#nvd-api-key-highly-recommended. Otherwise it is likely to break the build due to rate limiting. This happened for example in https://github.com/Adobe-Consulting-Services/acs-aem-commons/actions/runs/8207634475/job/22449338139: ``` Warning: An NVD...

This allows them to be no longer singletons. Migrate to OSGi DS/Metatype annotations. Cleanup of Javadoc. This closes #3262

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...

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)...

enhancement

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...

feature request

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...

standardization
technical enhancement