-
Notifications
You must be signed in to change notification settings - Fork 148
Release 1.13.1 #538
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
Release 1.13.1 #538
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
When the Automatic-Module-Name entry is not added to the jar's manifest file, Maven issues a warning during the compilation of a project that uses that jar. Maven issues following warning: "Required filename-based automodules detected: [msal4j-1.13.0.jar]. Please don't publish this project to a public artifact repository!" Currently, only a warning is generated. However, this might cause problems in the future, especially when a project embraces the Java Platform Module System (JPMS).
fix: added Automatic-Module-Name to MANIFEST.MF
Documentation update for App token provider
* Improvements and bug fixes for regional endpoint support * Add links to region documentation * Address code review comments
* Allow interactive request timeout to be configurable * Address code review comments
This reverts commit 5bca22f.
siddhijain
approved these changes
Sep 16, 2022
Avery-Dunn
added a commit
that referenced
this pull request
Oct 7, 2022
* docs: Improve syntax highlighting in README (#524) * fix: added Automatic-Module-Name to MANIFEST.MF * Documentation update for App token provider * Improvements and bug fixes for regional endpoint support (#535) * Improvements and bug fixes for regional endpoint support * Add links to region documentation * Address code review comments * Allow interactive request timeout to be configurable (#536) * Allow interactive request timeout to be configurable * Address code review comments * Address code review comments * Revert accidental commit to dev branch This reverts commit 5bca22f. * Version updates for 1.13.1 release (#537) Co-authored-by: Valery Yatsynovich <[email protected]> Co-authored-by: Erwin Dupont <[email protected]> Co-authored-by: Siddhi <[email protected]> Co-authored-by: Siddhi <[email protected]> Co-authored-by: Valery Yatsynovich <[email protected]> Co-authored-by: Erwin Dupont <[email protected]>
Avery-Dunn
added a commit
that referenced
this pull request
May 4, 2023
This reverts commit 9140de8.
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.
Will fix bugs/fulfill requests from: #531, #532