microsoft / microsoft/azure-tools-for-java
Deprecated Azure SDK libraries won't clear
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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