-
Notifications
You must be signed in to change notification settings - Fork 150
Remove third-party dependencies from msal4j package #982
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
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
29add9f
Remove usage of com.nimbusds.oauth2 from grant-related classes
Avery-Dunn a660a03
Refactor and address PR feedback
Avery-Dunn 8e3b9d9
Remove com.nimbusds's HTTPRequest, ClientAuthentication, and related …
Avery-Dunn e5f8b53
Remove com.nimbusds's HTTPRequest, ClientAuthentication, and related …
Avery-Dunn aa16f7d
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
Avery-Dunn 579e4d1
Resolve merge conflicts
Avery-Dunn c9d4237
Fix unit tests
Avery-Dunn 82d0ec8
Remove com.nimbusds's imports related to Tokens
Avery-Dunn be2debc
Address PR feedback
Avery-Dunn 962405a
Merge pull request #928 from AzureAD/avdunn/nimbus-tokens
Avery-Dunn 70d4312
Merge pull request #927 from AzureAD/avdunn/nimbus-http
Avery-Dunn 450d71a
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
Avery-Dunn 5440a80
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
Avery-Dunn dc13c46
Address PR feedback
Avery-Dunn 7580409
Merge branch 'avdunn/nimbus-removal' of https://github.com/AzureAD/mi…
Avery-Dunn 1643890
PR feedback, and correctly adjust parameters in ADFS username/passwor…
Avery-Dunn f264456
Remove and replace various Nimbus imports
Avery-Dunn efbf08e
Represent query parameters with Map<String, String> instead of Map<St…
Avery-Dunn 4009b7a
Merge branch 'dev' of https://github.com/AzureAD/microsoft-authentica…
Avery-Dunn 8be97d5
Merge latest dev
Avery-Dunn cac03fc
Fix comment
Avery-Dunn 700a850
Merge pull request #926 from AzureAD/avdunn/nimbus-grants
Avery-Dunn 03ae326
Fix comment
Avery-Dunn cf869a0
Merge branch 'avdunn/nimbus-removal' of https://github.com/AzureAD/mi…
Avery-Dunn cd495fa
Merge pull request #942 from AzureAD/avdunn/nimbus-map
Avery-Dunn 66dea81
Merge branch 'avdunn/nimbus-removal' of https://github.com/AzureAD/mi…
Avery-Dunn 8d1f418
Address PR feedback
Avery-Dunn 19aaaf1
Remove nimbus from main library
Avery-Dunn 67d3131
Final Lombok removal
Avery-Dunn 0ea4362
Use azure-json in claims classes
Avery-Dunn 1ae637e
Replace com.fasterxml.jackson with com.azure.json
Avery-Dunn 1fa1939
Add more tests and improve helper methods to better match nimbus beha…
Avery-Dunn 979ff0c
Very minor issue, but in a public method nonetheless
Avery-Dunn 7b36cbc
Merge pull request #946 from AzureAD/avdunn/lombok-final
Avery-Dunn f0d8e24
Merge pull request #941 from AzureAD/avdunn/nimbus-utils
Avery-Dunn 9c26b83
Address PR feedback
Avery-Dunn 90d1a9e
Merge pull request #948 from AzureAD/avdunn/json-cache-entities
Avery-Dunn 4cf5133
Address PR feedback
Avery-Dunn aa30533
Merge pull request #947 from AzureAD/avdunn/json-claimsrequest
Avery-Dunn 9de706c
Address PR feedback
Avery-Dunn 97658be
Merge remote-tracking branch 'origin/avdunn/nimbus-json' into avdunn/…
Avery-Dunn c3e41be
Merge pull request #945 from AzureAD/avdunn/nimbus-json
Avery-Dunn 169c2b0
Merge pull request #950 from AzureAD/avdunn/nimbus-utils
Avery-Dunn ccb50b1
Merge remote-tracking branch 'origin/avdunn/nimbus-removal' into avdu…
Avery-Dunn 75abea0
Resolve merge conflicts
Avery-Dunn 241f6f6
Merge pull request #949 from AzureAD/avdunn/json-removal
Avery-Dunn b4d9b86
Final dependency changes in test classes, and cleanup of various unus…
Avery-Dunn 7320a8d
Merge branch 'dev' into avdunn/nimbus-removal
Avery-Dunn e310f06
Merge branch 'dev' into avdunn/dependency-cleanup
Avery-Dunn 295f466
Merge pull request #951 from AzureAD/avdunn/dependency-cleanup
Avery-Dunn f8799dc
Merge pull request #953 from AzureAD/avdunn/nimbus-removal
Avery-Dunn 4f5a10c
Version updates for 1.30.0-beta
Avery-Dunn 4699522
Merge remote-tracking branch 'origin/avdunn/release-1.30.0-beta' into…
Avery-Dunn 956bcb1
Merge branch 'dev' into avdunn/merge-conflicts
Avery-Dunn dfae289
Resolve merge conflicts
Avery-Dunn 62a6622
Resolve merge conflicts
Avery-Dunn 5fc9dae
Remove duplicated dependency
Avery-Dunn 669770e
Merge branch 'dev' into avdunn/merge-conflicts
Avery-Dunn 77a438b
Merge pull request #978 from AzureAD/avdunn/merge-conflicts
Avery-Dunn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Export-Package: com.microsoft.aad.msal4j;version="1.22.0" | ||
Export-Package: com.microsoft.aad.msal4j;version="1.30.0-beta" | ||
Automatic-Module-Name: com.microsoft.aad.msal4j |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mention about breaking changes from exception changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally we just make a separate changelog/version update PR once everything is merged to clearly mark the cutoff for changes that we release, so I didn't include them here
But this is kind of a special case due to it already being released. I just set up this PR to make it easier to review the changelog, and will either merge into this branch or the main branch depending on which gets approved first: #983