Thanks to visit codestin.com
Credit goes to github.com

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: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.36.0
Choose a base ref
...
head repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.37.0
Choose a head ref
  • 9 commits
  • 28 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. feat(mtls): Introduce DefaultMtlsProviderFactory and SecureConnectPro…

    …vider (#1730)
    
    This PR allows the Java auth lib to provide either an X509 mTLS provider or SecureConnect mTLS provider based on availability and under a common "MtlsProvider" interface. The Java GAX lib will be refactored to use this factory and interface in a subsequent PR.
    andyrzhao authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    c9fd1b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Fix: Correct typo in ServiceAccountJwtAccessCredentials.java comment (#…

    …1765)
    
    Changed "preferrable" to "preferable" in a comment within the getRequestMetadata method.
    lsirac authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    3058b06 View commit details
    Browse the repository at this point in the history
  2. docs: duplicate "the" in Javadoc comments (#1764)

    * Fix duplicate "the" in Javadoc comments
    
    Removes occurrences of "the the" in Javadoc comments in the following files:
    - oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java
    - oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java
    - oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java
    
    * fix format
    lsirac authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    5f7a084 View commit details
    Browse the repository at this point in the history
  3. Fix: Update Javadoc reference in ExternalAccountCredentials (#1763)

    The Javadoc for ExternalAccountCredentials.java incorrectly referred to
    `GoogleCredential.Builder`. This commit corrects the reference to
    `GoogleCredentials.Builder`.
    lsirac authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    5eb3659 View commit details
    Browse the repository at this point in the history
  4. Fix: Correct misspelling of OAuth in comments (#1762)

    ServiceAccountCredentials.java repeatedly referred to "Oauth Endpoint"
    instead of "OAuth Endpoint" in comments. This commit corrects these
    misspellings.
    lsirac authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    42b9602 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 1.36.1-SNAPSHOT (#1759)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    4340841 View commit details
    Browse the repository at this point in the history
  6. Fix: Correct capitalization of GitHub (#1761)

    I corrected improper capitalization of "GitHub" in documentation and workflow files.
    
    Changes were made in:
    - .github/workflows/ci.yaml
    - RELEASE.md
    - .kokoro/build.bat
    lsirac authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    f79a2e4 View commit details
    Browse the repository at this point in the history
  7. Fix: Correct extra spaces in README heading (#1760)

    Removes extra spaces after the '###' marker in the 'Workforce Identity Federation' heading in README.md.
    lsirac authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8d26666 View commit details
    Browse the repository at this point in the history
  8. chore(main): release 1.37.0 (#1766)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8f8d4c8 View commit details
    Browse the repository at this point in the history
Loading