Skip to content
Draft
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 @@ -13,7 +13,7 @@ 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 as a Cloud Service with `<YYYY>.<MM>.<BUILD>`, i.e. `2024.10.18099`. Always consists out of 3 parts.
- AEM as a Cloud Service with `<YYYY>.<MM>.<BUILD>`, i.e. `2025.8.22171`. 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 @@ -29,8 +29,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.3, 6.5.13, 2020.3.2483, 2021.6.5586, 2022.7.8085, 2024.10.18099 | 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.3, 6.5.13, 2020.3.2483, 2021.6.5586, 2022.7.8085, 2024.10.18099 | -
`/libs/cq/workflow/components/pages/model` | `granite:InternalArea` | Workflow Models | 6.5.3, 6.5.13, 2020.3.2483, 2021.6.5586, 2022.7.8085, 2024.10.18099, 2025.8.22171 | 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.3, 6.5.13, 2020.3.2483, 2021.6.5586, 2022.7.8085, 2024.10.18099, 2025.8.22171 | -

[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>2024.10.18100-SNAPSHOT</version>
<version>2025.9.22171-SNAPSHOT</version>
<name>AEM Classification Map from Repository Annotations</name>
<description>Classification Maps to be used with the validator</description>

Expand All @@ -17,7 +17,6 @@
<connection>scm:git:ssh://git@github.com/Netcentric/aem-classification.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Netcentric/aem-classification.git</developerConnection>
<url>https://github.com/Netcentric/aem-classification/tree/${project.scm.tag}/aem-classification-maps/aem-classification-map-repo-annotations</url>
<tag>aem-classification-map-repo-annotations-2024.10.18099</tag>
</scm>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AEM 2024.10.18099.20241003T125241Z
# AEM 2025.8.22171.20250828T220440Z
/,PUBLIC
/libs/clientlibs/ckeditor,INTERNAL
/libs/clientlibs/granite,INTERNAL
Expand Down Expand Up @@ -445,6 +445,8 @@
/libs/dam/gui/coral/components/admin/adhocassetshare/linkexpired,INTERNAL
/libs/dam/gui/coral/components/admin/adhocassetshare/myshares,INTERNAL
/libs/dam/gui/coral/components/admin/adhocassetshare/userpicker,INTERNAL
/libs/dam/gui/coral/components/admin/aimetadata,PUBLIC
/libs/dam/gui/coral/components/admin/aimetadata/aimetadatarendercondition,PUBLIC
/libs/dam/gui/coral/components/admin/annotation,PUBLIC
/libs/dam/gui/coral/components/admin/annotation/clientlibs,INTERNAL
/libs/dam/gui/coral/components/admin/annotation/comment,FINAL
Expand Down