Konrad Windszus
Konrad Windszus
I am puzzled by this error message in the IT: `errorCode=error.usergroup.not_found, requestID=null, index=0, step=0, message=Usergroup not found: testGroup, user=testGroup` It is expected that the user group does not exist yet,...
Well for me extension is mostly connected to files used outside a repo, and this is the only type where in repo and outside repo extension differs.
How are people supposed to know the extension of a dependency? Although admittedly rarely necessary, this is important if you use resolver API directly.
When you deploy/install artifacts to a repo they come from a file with an extension. Usually this extension is the same as being used inside the repo except for POM!
I added an example with README in https://github.com/kwin/providerconsumerexample which outlines the inconsistencies here.
@gnodet Any idea how to make it work with reactor builds which are both building and using the same plugin? That used to work for certain edge cases with the...
Currently the algorithm in https://github.com/adobe/aem-core-wcm-components/blob/68e429d7b072b1d01545836aa629e5eeaeadffce/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/servlets/AdaptiveImageServlet.java#L518 doesn't distinguish between original and post-processed renditions, so as long as you cannot skip originals the approach with processing profiles won't work reliably.
Probably related: https://github.com/nodejs/docker-node/issues/740#issuecomment-1237077412
This depends on https://github.com/adobe/aio-cli/issues/324.
I opened the ticket E-000955176 about this. It is really unfortunate that regular open source workflows (leveraging GH issues and providing PRs) do no longer seem to work for this...