Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Group ID | Artifact ID


The version depends on whether you use Classic or Cloud
- AEM Classic (on premise/AMS), up to version 6.5.x, i.e. `6.5.13.0` for AEM 6.5 SP13. Always consists out of 4 parts.
- AEM Classic (on premise/AMS), up to version `6.5.x.y`, i.e. `6.5.13.0` for AEM 6.5 SP13. Always consists out of 4 parts. The third party indicated the service pack.
- AEM 6.5 LTS with technical version `6.6.x.y`. Always consists out of 4 parts. The third party indicated the service pack.
- AEM as a Cloud Service with `<YYYY>.<MM>.<BUILD>`, i.e. `2025.11.23482`. Always consists out of 3 parts.

Please check [at Maven Central][3] which version is closest to the AEM version you use and pick that one for validation.
Expand All @@ -25,7 +26,7 @@ URL| Description

## Included Add-Ons

Since `2025.11.23482` there is also annotations included from the following add-ons in the most recent version (at the time of creation).
Since `2025.11.23482` and `6.6.1.0` there is also annotations included from the following add-ons in the most recent version (at the time of creation).

1. [Forms](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/forms/setup-configure-migrate/setup-local-development-environment#add-forms-archive)
2. [CIF](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/content-and-commerce/cif-storefront/storefront/developing/develop#accessing-add-on)
Expand All @@ -36,9 +37,8 @@ All known incorrect classifications in the repo are listed in the table below. P

Path | Wrong Classification | Usage Examples | Wrong in version | Reported (and tracked in)
--- | --- | --- | --- | ---
`/libs/cq/workflow/components/pages/model` | `granite:InternalArea` | Workflow Models | 6.5.x, All AEMaaCS versions | https://daycare.day.com/content/home/netcentric/netcentric_de/aemasacloudservice/208727.html (CQ-4291242)
`/libs/cq/dtm-reactor/components/conf/page` | `granite:InternalArea` (via parent) | Launch Cloud Configurations use that artificial resource type | 6.5.x, All AEMaaCS versions | -
`/libs/fd/af/authoring/components/granite` | `granite:InternalArea` | Forms Datasources or Components | 6.5.x, All AEMaaCS versions | [AEM Core Forms Components, Issue 1775](https://github.com/adobe/aem-core-forms-components/issues/1775)
`/libs/cq/workflow/components/pages/model` | `granite:InternalArea` | Workflow Models | 6.5.x, 6.6.x, All AEMaaCS versions | https://daycare.day.com/content/home/netcentric/netcentric_de/aemasacloudservice/208727.html (CQ-4291242)
`/libs/cq/dtm-reactor/components/conf/page` | `granite:InternalArea` (via parent) | Launch Cloud Configurations use that artificial resource type | 6.5.x, 6.6.x, All AEMaaCS versions | -

[1]: https://docs.adobe.com/content/help/en/experience-manager-65/deploying/upgrading/sustainable-upgrades.html#content-classifications
[2]: ../../aem-classification-maven-plugin/README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>biz.netcentric.filevault.validator.maps</groupId>
<artifactId>aem-classification-map-repo-annotations</artifactId>
<version>2025.11.23482-SNAPSHOT</version>
<version>6.6.1.0-SNAPSHOT</version>
<name>AEM Classification Map from Repository Annotations</name>
<description>Classification Maps to be used with the validator</description>

Expand Down
Loading