Konrad Windszus

Results 322 issues of Konrad Windszus

As by default only the `admin` user has the rights to execute the scripts in the Groovy Console (https://github.com/orbinson/aem-groovy-console?tab=readme-ov-file#osgi-configuration) but the `admin` user is not usable in AEMaaCS, the default...

When using a local `.aio` config file similar to what is outlined in https://github.com/adobe/aio-cli-plugin-cloudmanager?tab=readme-ov-file#setup-for-oauth-integration with `aio config:set ims.contexts.aio-cli-plugin-cloudmanager PATH_TO_CONFIG_JSON_FILE --file --json --local` I expect that the accessToken which is retrieved...

bug

The upcoming m-compiler-p will get rid of the [Plexus Compiler layer](https://codehaus-plexus.github.io/plexus-compiler/) but instead directly call [javax.tools.JavaCompiler](https://docs.oracle.com/javase%2F8%2Fdocs%2Fapi%2F%2F/javax/tools/JavaCompiler.html). Further information in https://lists.apache.org/thread/qvrmzmd10plsssrgj4s3f27ytfjxkwfr. In order to use the groovy-eclipse-compiler with the new m-compiler-p...

maven

This has been discussed in https://lists.apache.org/thread/h6z2prghwk69vjfflgvpcs25dry4sggy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for...

With ACS AEM Commons 6.4.0 being embedded in a container content package and being checked with `aemanalyser:1.6.4:project-analyse` the following incorrect warning is emitted: ``` [INFO] Using detected SDK Version for...

It is included in every JAR automatically via https://github.com/apache/maven-apache-parent/blob/9e3334340b7589b392ded9a2b0175f3b83548d8d/pom.xml#L352 Also the license is clearly stated in both pom.xml and README

https://codehaus-plexus.github.io/plexus-utils/ is rendered with the old https://maven.apache.org/skins/maven-default-skin/ instead of Fluido. Seems that the parent site descriptor was not correctly retrieved which sets the skin (https://repo1.maven.org/maven2/org/codehaus/plexus/plexus/18/plexus-18-site.xml).

bug
help wanted

Each build includes a run of `spotless:check` (https://github.com/apache/maven-parent/blob/e78c28e69a78c076703d52a2625c30db29a92be5/pom.xml#L1226C34-L1226C40). This fails though if one builds the contents of a source-release.zip created with another line ending than the native one (i.e. archive...

When the mail contains a plain text like this `https://hc.apache.org/httpcomponents-client-4.5.x/current/fluent-hc/apidocs/org/apache/http/client/fluent/Executor.html#execute(org.apache.http.client.fluent.Request)` the link is only rendered for the first part up to the `(` and also is pointing to a URI...

When executing `spotlessApply` on either of the gradle modules it fails with ``` Execution failed for task ':...spotlessJava'. > Cannot fingerprint input property 'steps': value '[com.diffplug.spotless.FilterByFileFormatterStep@e7d7d4f8, com.diffplug.spotless.FormatterStepSerializationRoundtrip@6792acf9, com.diffplug.spotless.FormatterStepSerializationRoundtrip@9203e918, com.diffplug.spotless.FormatterStepSerializationRoundtrip@91f0afcc, com.diffplug.spotless.FormatterStepSerializationRoundtrip@ad1b726e,...

bug-unconfirmed