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: google/gson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gson-parent-2.8.4
Choose a base ref
...
head repository: google/gson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gson-parent-2.8.5
Choose a head ref
  • 12 commits
  • 19 files changed
  • 5 contributors

Commits on Apr 3, 2018

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

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    446a3bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8857cd View commit details
    Browse the repository at this point in the history
  3. 2.8.4

    inder123 authored May 1, 2018
    Configuration menu
    Copy the full SHA
    f77615e View commit details
    Browse the repository at this point in the history
  4. 2.8.4 changelog

    inder123 authored May 1, 2018
    Configuration menu
    Copy the full SHA
    f2dd56d View commit details
    Browse the repository at this point in the history
  5. 2.8.4 README

    inder123 authored May 1, 2018
    Configuration menu
    Copy the full SHA
    57085d6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Fixed #1310 (#1311)

    * Fixed #1310
    
    Also renamed VersionUtils to more readable abstraction JavaVersion
    Added support for debian naming convention
    Using min supported version (6) as the default if JDK version can't be figured out
    
    * Moved JavaVersion to an internal package
    inder123 authored May 9, 2018
    Configuration menu
    Copy the full SHA
    a6890bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3547420 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Merge pull request #1281 from greatjack1/master

    updated README to use implementation instead of compile
    JakeWharton authored May 16, 2018
    Configuration menu
    Copy the full SHA
    1215841 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Issue 1242: Printing Gson version when throwing AssertionError and Il…

    …legalArgumentException (#1321)
    
    On some versions of Android (probably on some variants of the popular Samsung S4 phone), an older version of Gson is suspected to be bundled in, and gets picked up from the system classpath.
    For those versions, the applications that include the latest Gson fail unexpectedly. This debug print will help confirm this issue.
    inder123 authored May 17, 2018
    Configuration menu
    Copy the full SHA
    d84e26d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Private constructor (#1324)

    * Adding private constructors on Util classes
    
    * Remove obsolete step
    joel-leitch authored and inder123 committed May 22, 2018
    Configuration menu
    Copy the full SHA
    4c685b2 View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release gson-parent-2.8.5

    Inderjeet Singh committed May 22, 2018
    3 Configuration menu
    Copy the full SHA
    f649e05 View commit details
    Browse the repository at this point in the history
Loading