From 27c3feef8c4b6e4cd1c27bdecc32e28ef22d4224 Mon Sep 17 00:00:00 2001 From: Avery-Dunn <62066438+Avery-Dunn@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:16:30 -0700 Subject: [PATCH] Release 1.14.0/1.0.0 version changes (#736) * Delete codeql.yml * Test framework update (#672) * Initial working tests * Remove CIAM extra query parameter * Fix failing tests * Remove duplicate unit tests * Remove duplicate unit tests * Update tests with mocking to use Mockito * Remove testng and powermock, add junit and mockito * Remove AbstractMsalTests and PowerMockTestCase * Fix mistaken null check * Properly scope dependency * Update CIAM tests (#673) * Bump guava from 31.1-jre to 32.0.0-jre in /msal4j-sdk (#671) Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Avery-Dunn * Delete contributing.md (#667) Co-authored-by: Avery-Dunn * Create Contributing.md (#668) Co-authored-by: Avery-Dunn * Version changes for 1.13.9 (#674) * Add space between command and arguments when executing linux command to open browser. Refs #682 (#683) Co-authored-by: Ric Emery * Assorted fixes (#684) * Remove default timeouts and improve exception messages * Fix NPE for on-prem ADFS scenario * Log MSAL message but re-throw exception * Update vulnerable test dependency * Issue-679: Fix for Account Cache; .contains() was not possible and you had to iterate through all elements as workaround. (#681) * Version changes for 1.13.10 (#685) * Move changelog * Move changelog to root * Update issue templates (#707) * Re-add lombok source line (#705) * Version changes for release 1.13.11 (#714) * Update bug report * Delete .github/ISSUE_TEMPLATE/bug_report.md * Update bug_report.yaml * Create FeatureRequest.yaml * Update FeatureRequest.yaml * Set default throttling time to 5 sec (#721) Co-authored-by: Kulyakhtin, Alexander (Ext) * Version changes for 1.14.0 msal4j and 1.0.0 msal4j-brokers --------- Signed-off-by: dependabot[bot] Co-authored-by: Bogdan Gavril Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ric Emery Co-authored-by: Ric Emery Co-authored-by: Maximilian Pfeffer Co-authored-by: akulyakhtin Co-authored-by: Kulyakhtin, Alexander (Ext) --- changelog.txt | 13 ++++++++----- msal4j-brokers/changelog.txt | 4 ++-- msal4j-brokers/pom.xml | 4 ++-- msal4j-sdk/README.md | 6 +++--- msal4j-sdk/bnd.bnd | 2 +- msal4j-sdk/pom.xml | 3 +-- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/changelog.txt b/changelog.txt index d5a50e3a..81d5fd17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ -Version 1.14.3-beta +Version 1.14.0 +============= +- GA release of MSAL Java Brokers package +- Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590) +- Default throttling time for password grant requests lowered to 5 seconds (#721) +- Fix internal docs generation issue (#705) + +Version 1.14.1-beta ============= - Add proof-of-possession token support - Add MSALRuntime logging support @@ -8,10 +15,6 @@ Version 1.14.0-beta - Add IBroker interface - Add app-level parameter for enabling the use of auth brokers -Version 1.13.11 -============= -- Hotfix for internal docs generation issue (#705) - Version 1.13.10 ============= - Remove default HTTP timeout (#664) diff --git a/msal4j-brokers/changelog.txt b/msal4j-brokers/changelog.txt index fc496f34..ff5f398a 100644 --- a/msal4j-brokers/changelog.txt +++ b/msal4j-brokers/changelog.txt @@ -1,4 +1,4 @@ -Version 1.0.0-beta +Version 1.0.0 ============= - Initial release -- Provides the API and dependencies needed to utilize auth brokers through MSALRuntime \ No newline at end of file +- Provides the API and dependencies needed to acquire tokens via WAM \ No newline at end of file diff --git a/msal4j-brokers/pom.xml b/msal4j-brokers/pom.xml index 85874f20..646e23a7 100644 --- a/msal4j-brokers/pom.xml +++ b/msal4j-brokers/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.microsoft.azure msal4j-brokers - 1.0.3-beta + 1.0.0 jar msal4j-brokers @@ -34,7 +34,7 @@ com.microsoft.azure msal4j - 1.14.3-beta + 1.14.0 com.microsoft.azure diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md index bb0a5569..cbc5bbe0 100644 --- a/msal4j-sdk/README.md +++ b/msal4j-sdk/README.md @@ -16,7 +16,7 @@ Quick links: The library supports the following Java environments: - Java 8 (or higher) -Current version - 1.14.3-beta +Current version - 1.14.0 You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt). @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti com.microsoft.azure msal4j - 1.14.3-beta + 1.14.0 ``` ### Gradle ```gradle -compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.3-beta' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.0' ``` ## Usage diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd index 775c26e0..e9acb269 100644 --- a/msal4j-sdk/bnd.bnd +++ b/msal4j-sdk/bnd.bnd @@ -1,2 +1,2 @@ -Export-Package: com.microsoft.aad.msal4j;version="1.14.3-beta" +Export-Package: com.microsoft.aad.msal4j;version="1.14.0" Automatic-Module-Name: com.microsoft.aad.msal4j diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml index 6817f12f..4dc08d26 100644 --- a/msal4j-sdk/pom.xml +++ b/msal4j-sdk/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 1.14.3-beta + 1.14.0 jar msal4j @@ -103,7 +103,6 @@ 1.14.5 test - org.skyscreamer jsonassert