Konrad Windszus
Konrad Windszus
That distribution URLs can only be used in edge cases for resolving/downloading. They are primarily thought for uploading!
The challenge with that is that the context prefix is conditionally prepended, however in regular expression there are multiple ways to escape things so a simple comparison like https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/575647b628aa227aff5d7da50028fdae2b0293fb/bundle/src/main/java/com/adobe/acs/commons/redirects/models/RedirectConfiguration.java#L196 does...
Compare also with https://docs.osgi.org/whitepaper/semantic-versioning/060-importer-policy.html > It is a common misconception that code should be updated when newer versions of libraries it depends on become available. Not only would this increase...
It is. Can you come up with a PR to fix the documentation?
This is a consequence of the changes outlined in https://adapt.to/2023/schedule/evolution-of-the-aemaacs-build-pipeline.
This is no longer necessary with the upcoming Maven 4 version: https://github.com/apache/maven/commit/f77fe3cbb84eba2fcfe77fd6cd1a8d42d7e38408
For the record: I think the current behavior is good (at least by default). I don’t feel the need to change it. However as stated before I would rather change...
Both doesn't help. Are you sure that CI really executes `spotlessApply`? I only see `spotlessCheck` here: https://github.com/diffplug/spotless/blob/b2a2cbb8b6026397c0adb8cb8b3571e399276f9b/.github/workflows/ci.yml#L78....
I still see it when trying to run it on my rebased branch on top of https://github.com/diffplug/spotless/commit/755c22ff35bf50e3e8b4b9cd347f3875a7faf4f8 (though with a different error message): ``` > Cannot fingerprint input property 'stepsInternalEquality':...
I am on Mac as well.