-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifact-rules: Incorrect warning emitted for ACS AEM Commons #285
Comments
This is coming from an incorrect artifact-rule within aem-sdk-api (e.g. in https://repo1.maven.org/maven2/com/adobe/aem/aem-sdk-api/2024.7.17258.20240726T172406Z-240700/aem-sdk-api-2024.7.17258.20240726T172406Z-240700-aem-author-sdk.slingosgifeature)
There shouldn't be an upper bound in that rule! |
Yes, thanks for reporting - this is a known issue and will be solved with one of the next SDK API releases. |
This is fixed now in https://repo1.maven.org/maven2/com/adobe/aem/aem-sdk-api/2024.8.17569.20240822T203847Z-240700/aem-sdk-api-2024.8.17569.20240822T203847Z-240700-aem-author-sdk.slingosgifeature. However it again has an upper bound (for no obvious reason) which will be violated soon:
@cziegeler Can you please remove the upper bound? 7.0.0 appears soonish... |
@kwin Lets wait until 7 is out because I also want to update the message to drive users to update to 7 |
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:Obviously the version comparison is done incorrectly against the used package version of ACS AEM Commons.
The text was updated successfully, but these errors were encountered: