Skip to content

Commit 7bc8a49

Browse files
committed
Add classification map for AEMaaCS 2025.11.23482
1 parent 724c68e commit 7bc8a49

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

aem-classification-maps/aem-classification-map-repo-annotations/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Group ID | Artifact ID
1313

1414
The version depends on whether you use Classic or Cloud
1515
- 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.
16-
- AEM as a Cloud Service with `<YYYY>.<MM>.<BUILD>`, i.e. `2024.10.18099`. Always consists out of 3 parts.
16+
- AEM as a Cloud Service with `<YYYY>.<MM>.<BUILD>`, i.e. `2025.11.23482`. Always consists out of 3 parts.
1717

1818
Please check [at Maven Central][3] which version is closest to the AEM version you use and pick that one for validation.
1919

@@ -29,8 +29,8 @@ All known incorrect classifications in the repo are listed in the table below. P
2929

3030
Path | Wrong Classification | Usage Examples | Wrong in version | Reported (and tracked in)
3131
--- | --- | --- | --- | ---
32-
`/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)
33-
`/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 | -
32+
`/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.11.23482 | https://daycare.day.com/content/home/netcentric/netcentric_de/aemasacloudservice/208727.html (CQ-4291242)
33+
`/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.11.234821 | -
3434

3535
[1]: https://docs.adobe.com/content/help/en/experience-manager-65/deploying/upgrading/sustainable-upgrades.html#content-classifications
3636
[2]: ../../aem-classification-maven-plugin/README.md

aem-classification-maps/aem-classification-map-repo-annotations/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>biz.netcentric.filevault.validator.maps</groupId>
44
<artifactId>aem-classification-map-repo-annotations</artifactId>
5-
<version>2024.10.18100-SNAPSHOT</version>
5+
<version>2025.11.23482-SNAPSHOT</version>
66
<name>AEM Classification Map from Repository Annotations</name>
77
<description>Classification Maps to be used with the validator</description>
88

@@ -17,7 +17,6 @@
1717
<connection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</connection>
1818
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</developerConnection>
1919
<url>https://github.com/Netcentric/aem-classification/tree/${project.scm.tag}/aem-classification-maps/aem-classification-map-repo-annotations</url>
20-
<tag>aem-classification-map-repo-annotations-2024.10.18099</tag>
2120
</scm>
2221

2322
<build>

aem-classification-maps/aem-classification-map-repo-annotations/src/main/resources/biz/netcentric/filevault/validator/maps/aem-classification-map-repo-annotations.map

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AEM 2024.10.18099.20241003T125241Z
1+
# AEM 2025.11.23482.20251120T200914Z
22
/,PUBLIC
33
/libs/clientlibs/ckeditor,INTERNAL
44
/libs/clientlibs/granite,INTERNAL
@@ -391,6 +391,8 @@
391391
/libs/dam/gui/components/admin/publiclinkshare/view,INTERNAL
392392
/libs/dam/gui/components/admin/publiclinkshare/view/bootstrap,INTERNAL
393393
/libs/dam/gui/components/admin/references/launchcopy,INTERNAL
394+
/libs/dam/gui/components/admin/smarttagenhancement,INTERNAL
395+
/libs/dam/gui/components/admin/smarttagenhancement/config,INTERNAL
394396
/libs/dam/gui/components/s7dam,INTERNAL
395397
/libs/dam/gui/components/s7dam/batchsetpresets/pathfield,FINAL
396398
/libs/dam/gui/content/adhocassetsharepage,INTERNAL
@@ -445,6 +447,8 @@
445447
/libs/dam/gui/coral/components/admin/adhocassetshare/linkexpired,INTERNAL
446448
/libs/dam/gui/coral/components/admin/adhocassetshare/myshares,INTERNAL
447449
/libs/dam/gui/coral/components/admin/adhocassetshare/userpicker,INTERNAL
450+
/libs/dam/gui/coral/components/admin/aimetadata,PUBLIC
451+
/libs/dam/gui/coral/components/admin/aimetadata/aimetadatarendercondition,PUBLIC
448452
/libs/dam/gui/coral/components/admin/annotation,PUBLIC
449453
/libs/dam/gui/coral/components/admin/annotation/clientlibs,INTERNAL
450454
/libs/dam/gui/coral/components/admin/annotation/comment,FINAL

0 commit comments

Comments
 (0)