Cloud Manager pipeline pauses on deprecated libraries in AEMaaCS

In Adobe Experience Manager as a Cloud Service, Cloud Manager pipelines stop or fail when deprecated library usage is detected during code scanning or analysis. These alerts appear in Actions Center and block deployments when deprecated packages remain in customer code or dependencies. To fix this issue, identify the flagged package, remove or replace it, and validate through a fresh pipeline execution.

Description description

Environment

Adobe Experience Manager as a Cloud Service

Issue/Symptoms

  • Cloud Manager pipeline pauses or fails in the Code Quality or scanning stage
  • Deprecated Library Usage Detected appears in Actions Center
  • Build logs show Usage of deprecated package found
  • Alerts persist after dependency removal
  • Unable to identify the source of the flagged package

How to confirm

  1. Review the alert entries and note each flagged library name.
  2. Search the repository and dependency tree for the library across all modules and parent POMs.
  3. Run mvn dependency:tree | grep <library-name> and confirm that the package is not present.
  4. After code changes, review the build and code quality logs for any remaining deprecated package messages.

Resolution resolution

To fix this issue, follow these steps:

  1. Log in to Adobe Experience Cloud.

  2. Go to AEM > Actions Center > Program > Environment and review each incident entry to capture library names.

  3. Search your Git repository for the deprecated library by running:

    code language-none
    mvn dependency:tree | grep <library-name>
    
  4. Update or replace the library using Adobe guidance from the AEM deprecated APIs list.

    Replace com.google.common with com.google.guava:guava:33.4.8-jre or a higher version.

    If ch.qos.logback comes from ACS Commons, update the ACS Commons version.

  5. Commit code changes and run a new Cloud Manager pipeline.

  6. Return to Actions Center after the pipeline completes. Verify that no new incidents appear and the flags are resolved.

recommendation-more-help
experience-cloud-kcs-help-kbarticles