-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
AzureSDKIssues and requests affecting the Azure SDKIssues and requests affecting the Azure SDKDependenciesPull requests that update a dependency filePull requests that update a dependency fileEpicA large milestone feature, or the parent of many featuresA large milestone feature, or the parent of many featuresP2Normal priority items, should be done after P1Normal priority items, should be done after P1
Description
The Azure Identity SDK project is aiming to minimize the number of external dependencies, as they can lead to security risks and compatibility issues for customers.
The specific ask for MSAL Java is to evaluate and remove these dependencies:
- com.nimbusds.oauth-oidc-sdk
- Only used for some very specific OAuth behaviors. Risk of regression and must be thoroughly tested
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.net.minidev.json-smart- Azure SDK team suggested an alternative package for JSON parsing: azure-json
- Unfortunately the main places we use this are due to it being used in com.nimbusds.oauth-oidc-sdk, so this cannot be easily removed without also removing com.nimbusds.oauth-oidc-sdk
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.org.slf4j.slf4j-api & org.slf4j.slf4j-simple- Azure SDK team suggested reflective approach to loading the SLF4j types if they are on the class path, example here
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.org.projectlombok.lombok- Can simply be replaced by the same code it generates
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.com.fasterxml.jackson.core- Available in azure-core https://mvnrepository.com/artifact/com.azure/azure-core
- Can be replaced by https://mvnrepository.com/artifact/com.azure/azure-json
To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
rayluo, dfa1 and trey-pero
Metadata
Metadata
Assignees
Labels
AzureSDKIssues and requests affecting the Azure SDKIssues and requests affecting the Azure SDKDependenciesPull requests that update a dependency filePull requests that update a dependency fileEpicA large milestone feature, or the parent of many featuresA large milestone feature, or the parent of many featuresP2Normal priority items, should be done after P1Normal priority items, should be done after P1
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity