adobe / aemanalyser-maven-plugin

A Maven plugin used by developers who develop Java components for AEMaaCS (AEM as a Cloud Service) during their local Java builds to ensure that their components work correctly in when deployed to AEM as a Cloud Service.
Apache License 2.0
23 stars 20 forks source link

Add rule to check for correct definition of service.ranking property #293

Closed cziegeler closed 1 month ago

cziegeler commented 1 month ago

Demanded by the OSGi specification, the service.ranking property in an OSGi configuration must be of type Integer. We should add a rule to check for this.