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: v0.8.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: v0.9.0
Choose a head ref
  • 7 commits
  • 25 files changed
  • 5 contributors

Commits on Sep 27, 2017

  1. Fixes comment typos. (#131)

    Changes 'emptt' to 'empty'.
    WalterHub authored and lesv committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    5dc8105 View commit details
    Browse the repository at this point in the history
  2. Fix NPE deserializing ServiceAccountCredentials (#132)

    * fix NPE deserializing ServiceAccountCredentials
    
    * remove accidental space
    igorbernstein2 authored and lesv committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    b309178 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Fixing version to 0.8.1-SNAPSHOT (#135)

    The PR to bump the version to 0.8.0
    (#126)
    was not merged before additional commits were merged, so it had to
    be closed out. This PR bumps to the proper SNAPSHOT version for the
    next release. Commit 0fab63c corresponds to the actual 0.8.0 release.
    garrettjonesgoogle authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    ebbd6af View commit details
    Browse the repository at this point in the history
  2. Surface cleanup (#136)

    - Removing Guava from surface
    - Renaming of() methods to create() (using deprecation)
    - Adding @deprecated javadoc to explain changes that callers need to make
    - Migrating internal usage of deprecated methods that was missed previously
    garrettjonesgoogle authored Nov 2, 2017
    Configuration menu
    Copy the full SHA
    51a5445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab21104 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e699a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4a5b4b View commit details
    Browse the repository at this point in the history
Loading