From 34df68a02b2d0dfdb9f1ed7438120b66ad5aab2c Mon Sep 17 00:00:00 2001 From: wzhipan <40340482+wzhipan@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:52:11 -0800 Subject: [PATCH 1/7] Manually merge working release branch into release/8.1.0, Fixes AB#3427295 (#2400) The Final Monthly Release pipeline failed, so I manually merged the working release branch into the release branch to proceed with the release. [AB#3427295](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3427295) --------- Co-authored-by: Azure DevOps Pipeline --- changelog | 4 ++++ common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index 6c8f0c33a4..e7012bcff9 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- + +Version 8.1.0 +---------- +- [PATCH] Update common @23.1.0 - [MINOR] Add WebAuthN version support in configuration (#2393) Version 8.0.2 diff --git a/common b/common index 04af5dbdb1..2758acc6e3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 04af5dbdb18833415629d17b95be43420dffb32e +Subproject commit 2758acc6e35a23cad14a6547b9664cb8e7e36ee9 diff --git a/msal/build.gradle b/msal/build.gradle index 3bc9a4c754..c745ca093a 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -190,12 +190,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "1.0.+" +def commonVersion = "23.1.0" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "1.0.+" +def common4jVersion = "23.1.0" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index f25e8ee863..5aac1ac330 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.0.2 +versionName=8.1.0 versionCode=0 From 67e85ef19dda959e5d3a5784659f572ab78c3e3b Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Tue, 25 Nov 2025 20:51:21 +0000 Subject: [PATCH 2/7] Update to RC1 --- changelog | 4 ++++ common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index e7012bcff9..82792d72aa 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- +Version 8.1.1-RC1 +---------- +- [PATCH] Update common @23.1.1-RC1 + Version 8.1.0 ---------- - [PATCH] Update common @23.1.0 diff --git a/common b/common index 2758acc6e3..a15adf55aa 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2758acc6e35a23cad14a6547b9664cb8e7e36ee9 +Subproject commit a15adf55aa30378999a1ae3052e5449bca1c3b62 diff --git a/msal/build.gradle b/msal/build.gradle index c745ca093a..cd34f93aac 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -190,12 +190,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "23.1.0" +def commonVersion = "23.1.1-RC1" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "23.1.0" +def common4jVersion = "23.1.1-RC1" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 5aac1ac330..4f528f2dbc 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.1.0 +versionName=8.1.1-RC1 versionCode=0 From 35b1ae094a8b836439fc8d545d031ea949156552 Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Tue, 25 Nov 2025 22:38:29 +0000 Subject: [PATCH 3/7] Update to RC1 --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index a15adf55aa..dd12700bc2 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit a15adf55aa30378999a1ae3052e5449bca1c3b62 +Subproject commit dd12700bc281971d268fe0468aff2f4a6ea391fd From d9fcecd885b750694dcba352e6e4a0351c14af21 Mon Sep 17 00:00:00 2001 From: Azure DevOps Pipeline Date: Tue, 2 Dec 2025 20:31:19 +0000 Subject: [PATCH 4/7] Remove RC --- changelog | 4 ++-- common | 2 +- msal/build.gradle | 4 ++-- msal/versioning/version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index 82792d72aa..1dc9428ddd 100644 --- a/changelog +++ b/changelog @@ -3,9 +3,9 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- -Version 8.1.1-RC1 +Version 8.1.1 ---------- -- [PATCH] Update common @23.1.1-RC1 +- [PATCH] Update common @23.1.1 Version 8.1.0 ---------- diff --git a/common b/common index dd12700bc2..e4e6b15ca0 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit dd12700bc281971d268fe0468aff2f4a6ea391fd +Subproject commit e4e6b15ca0bf217eed34c76b17735a3d8dadfcce diff --git a/msal/build.gradle b/msal/build.gradle index cd34f93aac..2a8c3b318c 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -190,12 +190,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "23.1.1-RC1" +def commonVersion = "23.1.1" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "23.1.1-RC1" +def common4jVersion = "23.1.1" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 4f528f2dbc..a5b3009d8c 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.1.1-RC1 +versionName=8.1.1 versionCode=0 From 1f1805ccc6ac77e38e45032f0984e06f6e2ecdb8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:46:40 +0000 Subject: [PATCH 5/7] Initial plan From 126f213b629c9b289d8b61c154b3cb50a8c6d37a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 18:11:07 +0000 Subject: [PATCH 6/7] Remove build.gradle version changes per review feedback Co-authored-by: siddhijain <30181294+siddhijain@users.noreply.github.com> --- msal/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msal/build.gradle b/msal/build.gradle index 2a8c3b318c..3bc9a4c754 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -190,12 +190,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "23.1.1" +def commonVersion = "1.0.+" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "23.1.1" +def common4jVersion = "1.0.+" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } From 0921b00b42aa2accdfa36485aa1dcbea0dabca5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 18:52:09 +0000 Subject: [PATCH 7/7] Remove common submodule changes per review feedback Co-authored-by: siddhijain <30181294+siddhijain@users.noreply.github.com> --- changelog | 4 ---- common | 2 +- msal/versioning/version.properties | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index b3da16a536..e7012bcff9 100644 --- a/changelog +++ b/changelog @@ -3,10 +3,6 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- -Version 8.1.1 ----------- -- [PATCH] Update common @23.1.1 - Version 8.1.0 ---------- - [PATCH] Update common @23.1.0 diff --git a/common b/common index e4e6b15ca0..8bdb7ba107 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e4e6b15ca0bf217eed34c76b17735a3d8dadfcce +Subproject commit 8bdb7ba1079c9f078ae29e040ad1c9954b6af372 diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index a5b3009d8c..5aac1ac330 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.1.1 +versionName=8.1.0 versionCode=0