adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
538 stars 412 forks source link

Update pom.xml to match Adobe Recommendation #1139

Closed Tylopilus closed 3 months ago

Tylopilus commented 10 months ago

According to the docs for custom indexing adobe highly recommends to use a version of jackrabbit >= 1.3.2

The provided version in the archtype is older and leads to issues when deploying to cloud with a custom index in place. Updating the version resolves potential issues upfront.

Source: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operations/indexing.html?lang=en#project-configuration

Motivation and Context

Archetype should always be inline with adobe docs

How Has This Been Tested?

build and deploy on sandbox envs.

Types of changes

Checklist:

buuhuu commented 3 months ago

superseded by https://github.com/adobe/aem-project-archetype/pull/1177