Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
147 stars 92 forks source link

Deployment on AEM Cloud Manager fails #672

Closed NmurtasDev closed 10 months ago

NmurtasDev commented 10 months ago

Required Information

Expected Behavior

The deployment should done correctly

Actual Behavior

The AEM Cloud Manager pipeline is failing due to a severity critical error related to the following message:

The product interface org.apache.jackrabbit.api.security.user.Query annotated with @ProviderType should not be implemented by custom code. Detected in biz.netcentric.cq.tools.actool.dumpservice.impl.DumpServiceImpl$1 contained in /apps/netcentric/actool/install/accesscontroltool-bundle-3.0.9.jar.

The product interface org.apache.jackrabbit.api.security.user.Query annotated with @ProviderType should not be implemented by custom code. Detected in biz.netcentric.cq.tools.actool.authorizableinstaller.impl.AuthInstallerUserManagerPrefetchingImpl$1 contained in /apps/netcentric/actool/install/accesscontroltool-bundle-3.0.9.jar.

Steps to Reproduce

Include netcentric dependencies in the following files:

pom.xml

biz.netcentric.cq.tools.accesscontroltool accesscontroltool-package content-package 3.0.9 cloud
        <!-- Oak Index for netcentric ACL Tool -->
        <dependency>
            <groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
            <artifactId>accesscontroltool-oakindex-package</artifactId>
            <type>zip</type>
            <version>3.0.9</version>
            <classifier>cloud</classifier>
        </dependency>

all/pom.xml

biz.netcentric.cq.tools.accesscontroltool accesscontroltool-oakindex-package zip /apps/vwgroupitaemaacs-packages/application/install
                <subPackages>
                    <subPackage>
                        <groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
                        <artifactId>accesscontroltool-package</artifactId>
                        <classifier>cloud</classifier>
                        <filter>true</filter>
                    </subPackage>
                </subPackages>
kwin commented 10 months ago

Duplicate of #671

NmurtasDev commented 10 months ago

Sorry @kwin, my bad i don see the other bug thx for closing and linking