microsoft / microsoft/azure-tools-for-java

Deprecated Azure SDK libraries won't clear

Open
#7,450 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
262
Forks
185
Avg merge
2d 21h
Merged PRs (30d)
1

Description

My Azure dependencies are as follows:

// required for MS Azure/Graph
    implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.3'
    implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.3'

//  [*** deprecated - March 2023 ***]   implementation group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.5'
    implementation 'com.microsoft.graph:microsoft-graph:5.48.+'
    implementation group: 'com.azure', name: 'azure-identity', version: '1.8.+'

But I keep getting prompted with:

Deprecated Azure SDK libraries are detected in your project, refer to Azure SDK Releases for the latest releases.
com.microsoft.azure/msal4j-persistence-extension
com.microsoft.azure/msal4j

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides only Gradle dependency declarations and the warning; no source file, test, or entry point is named. Reproduce the warning with the listed Azure dependencies, then locate the deprecation-detection path; done when the report correctly reflects the dependencies actually present.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, java
Domain
cloud, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.