Konrad Windszus

Results 602 comments of Konrad Windszus

Currently running into > Error: Failed to execute goal org.apache.maven.plugins:maven-release-plugin:3.0.1:prepare (default-cli) on project acs-aem-commons: Unable to commit files Error: Provider message: Error: The git-push command failed. Error: Command output: Error:...

> JDK's subscription shouldn't pass an exception when cancelled, as this violates reactive-streams spec. I see (https://github.com/reactive-streams/reactive-streams-jvm/blob/v1.0.4/README.md#3.15). Is this related to https://bugs.openjdk.org/browse/JDK-8347597 (fixed in https://github.com/openjdk/jdk/commit/7df21a8f09ab606f38a44d84d841d4bba9f09adf) or can this still happen...

@laeubi The reference to https://semver.org/#spec-item-4 is from the bnd code (https://github.com/bndtools/bnd/blob/28ee79bf1ee0a68d12c599cceafca679ac1c7958/biz.aQute.bndlib/src/aQute/bnd/differ/Baseline.java#L319-L327). This is how Bnd is doing baselining!

Also consider the related Sling ticket: https://issues.apache.org/jira/browse/SLING-12978

I removed the mandatory status check for codeclimate from the master branch protection rules (https://github.com/Adobe-Consulting-Services/acs-aem-commons/settings/branch_protection_rules/1307826) as it is no longer working.

@davidjgonzalez Can you onboard this repo in https://sonarcloud.io/projects/create (only organization owners can do that, https://docs.sonarsource.com/sonarqube-cloud/getting-started/github#set-up-your-organization). Update: I see an empty project already here: https://sonarcloud.io/project/configuration?id=Adobe-Consulting-Services_acs-aem-commons. Can you setup a token and...

Currently this issue prevents using the same formatter for Java 17/21 and 25 builds as only palantir [2.71.0 fixed Java 25](https://github.com/palantir/palantir-java-format/releases/tag/2.71.0) support, but palantir since [2.67.0 requires Java 21](https://github.com/palantir/palantir-java-format/releases/tag/2.67.0), so...

Actually the palantir-java-format is still compiled for Java 11 (https://github.com/palantir/palantir-java-format/blob/3aab3d5a5955183a257e69e7d00700de13849d3f/palantir-java-format/build.gradle#L50) and dynamically loads the right visitor in https://github.com/palantir/palantir-java-format/blob/3aab3d5a5955183a257e69e7d00700de13849d3f/palantir-java-format/src/main/java/com/palantir/javaformat/java/Formatter.java#L135. Therefore even without leverage native images palantir can be leveraged on Java...

I don't consider this an exceptional issue only on my side. Very often the distribution management URLs are not suitable for consumption. Often it is not even HTTP (but for...

Maven Docs have been clarified recently in this regard: https://github.com/apache/maven-site/pull/1466