-
Notifications
You must be signed in to change notification settings - Fork 156
Dependency removal for beta release #953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Avery-Dunn
merged 50 commits into
avdunn/release-1.30.0-beta
from
avdunn/nimbus-removal
May 12, 2025
Merged
Dependency removal for beta release #953
Avery-Dunn
merged 50 commits into
avdunn/release-1.30.0-beta
from
avdunn/nimbus-removal
May 12, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tion-library-for-java into avdunn/nimbus-grants # Conflicts: # msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/OnBehalfOfRequest.java
Remove usage of com.nimbusds.oauth2's Token classes
Remove usage of com.nimbusds.oauth2's HTTP classes
…tion-library-for-java into avdunn/nimbus-removal
…tion-library-for-java into avdunn/nimbus-grants
…ring, List<String>>
…tion-library-for-java into avdunn/nimbus-grants # Conflicts: # msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/TokenRequestExecutor.java
Remove usage of com.nimbusds.oauth2 from grant-related classes
Represent query parameters with Map<String, String>
…crosoft-authentication-library-for-java into avdunn/nimbus-utils # Conflicts: # msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/HelperAndUtilityTests.java
Remove final usages of org.projectlombok from the packaged codebase
Remove and replace various com.nimbusds utils
Replace com.fasterxml.jackson with com.azure.json
Use azure-json in claims classes
Remove final usages of com.nimbusds from the packaged codebase
Avdunn/nimbus utils
…nn/json-removal # Conflicts: # msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/JsonHelper.java
Merge JSON and Nimbus feature branches
Dependency cleanup
bgavrilMS
approved these changes
May 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is just an organizational PR that merges the dependency removal feature branch into the beta release feature branch. All commits have been approved in other PRs.
At a high level, this represents all of the not-yet-released work for #909, including usage of azure-json for JSON behavior, the full removal of nimbus for OAuth behavior, and the full removal of lombok code generation.