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.21.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.22.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 5 contributors

Commits on Jan 3, 2024

  1. chore(main): release 1.21.1-SNAPSHOT (#1348)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ab87281 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. feat: adds universe domain support for compute credentials (#1346)

    * feat: adds universe domain suppor for compute credentials
    
    * fix: make universe domain field access synchronized
    
    * fix: more tests for getUniverseDomain and updates to  metadata mock
    
    * fix: new create() signature with universe_domain and more tests
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Timur Sadykov and gcf-owl-bot[bot] authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7e26861 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: handle error-prone warnings (#1334)

    * fix: pom.xml - remove duplicate dependencies / plugin clauses that cause warnings
    
    This prevents the following errors:
    
    $ mvn install -DskipTests=true
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for com.google.auth:google-auth-library-oauth2-http:jar:1.20.1-SNAPSHOT
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ line 249, column 17
    [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 193, column 15
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    
    * fix: add missing @OverRide annotations on overriding methods
    
    ---------
    
    Co-authored-by: Noam Lewis <[email protected]>
    Co-authored-by: Timur Sadykov <[email protected]>
    3 people authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    927cad8 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.22.0 (#1350)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7bf2732 View commit details
    Browse the repository at this point in the history
Loading