Skip to content

Commit 94eb853

Browse files
authored
Add link to bundle-namespace-validators
1 parent 766236c commit 94eb853

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ There are several validators included in this artifact, all relate to namespacin
1919
1. [OSGi Configuration][osgi-installer-configurations]
2020
1. [Sling Resource Type and Resource Super Type][sling-resource-type] (`sling:resourceType` and `sling:resourceSuperType` properties)
2121
1. [AEM Client Library][aem-clientlibrary] (`categories` property)
22-
1. [Embedded Bundles][embedded] (the `Bundle-SymbolicName` of embedded bundles)
22+
1. [Embedded Bundles][embedded] (the `Bundle-SymbolicName` of embedded bundles, can be validated on bundle side via <https://github.com/Netcentric/bundle-namespace-validators> as well)
2323

2424
Namespacing has been explicitly mentioned in [Achim Koch's Blog: Hosting Multiple Tenants on AEM](https://blog.developer.adobe.com/hosting-multiple-tenants-on-aem-815c8ed0c9f9) but obviously namespacing is just one of multiple aspects to consider for multi-tenant AEM environments.
2525

2626
There was also a talk about multi-tenancy and this tool in the [adaptTo 2025 conference](https://adapt.to/2025/schedule/multi-tenancy-and-multi-team-development-in-aem).
2727

28+
For a similar tool for OSGi bundles look at <https://github.com/Netcentric/bundle-namespace-validators>.
29+
2830
## Implementation
2931

3032
This artifact provides multiple validator implementations for the [FileVault Validation Module][filevault-validation] and can be used for example with the [filevault-package-maven-plugin][filevault-p-m-p] like outlined below.

0 commit comments

Comments
 (0)