Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AzureAD/microsoft-authentication-library-for-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.0
Choose a base ref
...
head repository: AzureAD/microsoft-authentication-library-for-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.1
Choose a head ref
  • 12 commits
  • 56 files changed
  • 6 contributors

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    983b24b View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Avery-Dunn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c205561 View commit details
    Browse the repository at this point in the history
  3. Update module

    Avery-Dunn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d929780 View commit details
    Browse the repository at this point in the history
  4. Update pom

    Avery-Dunn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f3c3896 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request #807 from AzureAD/avdunn/add-persistence-package

    Update extensions package and add to main repo
    Avery-Dunn authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0edb99c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Add CODEOWNERS file (#809)

    * Create CODEOWNERS
    
    * Update CODEOWNERS
    
    Co-authored-by: Bogdan Gavril <[email protected]>
    
    ---------
    
    Co-authored-by: Bogdan Gavril <[email protected]>
    pmaytak and bgavrilMS authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fb02867 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix for supplied SSLSocketFactory being ignored

    It was checking if the connection is an instance of ```HttpURLConnection```, but since ```HttpsURLConnection``` extends ```HttpURLConnection``` it's always true and the else is never executed. 
    
    #820
    stefanlourens authored May 24, 2024
    Configuration menu
    Copy the full SHA
    24b13f9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    9a07472 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge pull request #823 from AzureAD/nebharg/MsiAddApiToDetectEnv

    Add API to get managed identity source
    neha-bhargava authored May 31, 2024
    Configuration menu
    Copy the full SHA
    6f1778d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #821 from stefanlourens/patch-1

    Fix for supplied SSLSocketFactory being ignored
    Avery-Dunn authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    440e42d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Required feature update

    Avery-Dunn committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    68bba51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1813c4 View commit details
    Browse the repository at this point in the history
Loading