Skip to content

Conversation

@Avery-Dunn
Copy link
Contributor

This PR is meant to get the dependency removal feature branch back in sync with dev in preparation for the upcoming release.

Almost all of the changes here were already approved in previous PRs, with the exception of two commits:
-Big commit handling most of the merge conflicts: 956bcb1
-Small commit resolving some final post-merge issues: dfae289

The beta branch was months behind dev so the list of changes is large, however the actual changes in the above two commits just resolved merge conflicts and the actual behavior of the library should not have changed.

neha-bhargava and others added 30 commits April 22, 2025 22:04
…ityParameters.java

Co-authored-by: Avery-Dunn <62066438+Avery-Dunn@users.noreply.github.com>
Correct IMDS resource ID query parameter
…ityTestConstants.java

Co-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com>
Support multiple date formats in managed identity flows
…ityTestConstants.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
# Conflicts:
#	msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/ManagedIdentityTests.java
Refactor Managed Identity  unit tests
Avery-Dunn and others added 21 commits June 6, 2025 14:49
Add OIDC issuer validation and new testing style
…th2-oidc-sdk

Bump com.nimbusds.oauth2-oidc-sdk from 11.23 to 11.23.1
Add/improve javadocs for interface classes
# Conflicts:
#	README.md
#	changelog.txt
#	msal4j-sdk/README.md
#	msal4j-sdk/bnd.bnd
#	msal4j-sdk/pom.xml
#	msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/HttpHelper.java
#	msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/ManagedIdentityRequest.java
#	msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/StringHelper.java
#	msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/TokenRequestExecutor.java
#	msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/CacheFormatTests.java
#	msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/ClientCertificateTest.java
#	msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/ManagedIdentityTests.java
#	msal4j-sdk/src/test/java/com/microsoft/aad/msal4j/TokenRequestExecutorTest.java
@Avery-Dunn Avery-Dunn requested a review from a team as a code owner July 29, 2025 21:46
Copy link
Contributor

@neha-bhargava neha-bhargava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High level looks good. I just have a question on the removed dependencies in pom

</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this dependency removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency was removed in the main branch back in June: #962

Back then I noticed this dependency and some others weren't actually used anywhere in the library, all of the references to it must've been removed by various changes over the years.

@Avery-Dunn Avery-Dunn merged commit 77a438b into avdunn/release-1.30.0-beta Aug 12, 2025
3 checks passed
@Avery-Dunn Avery-Dunn deleted the avdunn/merge-conflicts branch September 15, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants