Konrad Windszus
Konrad Windszus
If there is no further concerns, I am gonna merge tomorrow. The table column alignment has been meanwhile clarified in https://issues.apache.org/jira/browse/MSKINS-230.
The changes in the plain text from html look weird to me. Need to check if it is a regression in jsoup.
The changes required look wrong at first glance (space after link). I haven’t looked in more detail yet.
Nothing from https://github.com/jhy/jsoup/releases/tag/jsoup-1.20.1 looks related…
I would recommend switching to [`.cfg.json` serialization format](https://sling.apache.org/documentation/bundles/configuration-installer-factory.html#configuration-files-cfgjson), as it has simpler escaping rules and is the native format for Sling Feature Models (and meanwhile also properly supported in AEM...
*central* is a reserved id (https://maven.apache.org/ref/3.9.9/maven-model-builder/super-pom.html) and should be used only for Maven Central. Overriding is basically similar to [mirroring](https://maven.apache.org/guides/mini/guide-mirror-settings.html) and in your case obviously not intended as `https://my-company-maven-pkg` doesn't...
Usually one uses a Maven property for the version and a dedicated local repository (compare with https://maven.apache.org/plugins/maven-invoker-plugin/install-mojo.html). Using system path is considered an anti-pattern (even for integration test)...
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) ``` "artifact-rules:JSON|false":{ "mode":"LENIENT", "bundle-version-rules":[ { "artifact-id":"com.adobe.acs:acs-aem-commons-bundle:0", "message":"Use at least version 5.0.10 for ACS AEM Commons", "allowed-version-ranges":[ "[5.0.10,6.0.0)" ]...
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: ``` "artifact-rules:JSON|false":{ "mode":"LENIENT", "bundle-version-rules":[ { "artifact-id":"com.adobe.acs:acs-aem-commons-bundle:0", "message":"Use at...
This project is driven by community/volunteers. Would you be able to come up with a PR?