Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests checking GsonBuilder not affecting existing Gson instances #1815

Merged

Commits on Nov 6, 2020

  1. Fix changes to GsonBuilder affecting existing Gson instances

    Previously when a GsonBuilder had created a Gson instance and was afterwards
    reused and different type adapters were added, new GsonBuilder instances
    obtained from the previous Gson instance through Gson.newBuilder() would have
    been affected by the GsonBuilder changes.
    
    This commit fixes this and additionally adds some more unit tests.
    Marcono1234 committed Nov 6, 2020
    Copy the full SHA
    541f8ab View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Copy the full SHA
    0675bb2 View commit details
    Browse the repository at this point in the history