aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 hoursAdd more Javadoc cross-links between methods (#2678)upstream-mainMarcono1234
40 hours[maven-release-plugin] prepare for next development iterationÉamonn McManus
40 hours[maven-release-plugin] prepare release gson-parent-2.11.0upstream/gson-parent-2.11.0Éamonn McManus
40 hoursSkip signing graal-native-test module. (#2675)Éamonn McManus
40 hours[maven-release-plugin] rollback the release of gson-parent-2.11.0Éamonn McManus
42 hours[maven-release-plugin] prepare for next development iterationÉamonn McManus
42 hours[maven-release-plugin] prepare release gson-parent-2.11.0Éamonn McManus
3 daysGuarantee that `JsonElement.toString()` produces JSON (#2659)Marcono1234
3 daysExtend Troubleshooting Guide with some ProGuard / R8 information (#2656)Marcono1234
3 daysDocument that other JVM languages are not fully supported (#2666)Marcono1234
3 daysImproved Long-Double Number Policy (#2674)Carlos Tasada
2024-05-01Bump the github-actions group with 4 updates (#2671)dependabot[bot]
2024-05-01Bump the maven group with 10 updates (#2672)dependabot[bot]
2024-05-01Fix a Yoda condition to placate Error Prone. (#2673)Éamonn McManus
2024-04-30Document that `JsonReader` methods throw `IllegalStateException` (#2670)Marcono1234
2024-04-01Bump the maven group with 11 updates (#2660)dependabot[bot]
2024-04-01Update to proto 4.26.1. (#2662)Éamonn McManus
2024-04-01Bump the github-actions group with 4 updates (#2661)dependabot[bot]
2024-03-27Add examples to the `JsonParser` documentation (#2647)33nya
2024-03-20Split `testWriteHtmlSafe` into Two Separate Test Cases for Improved Test Gran...Codegass
2024-03-20add value checking for the testWriterCloseIsIdempotent test case (#2652)Codegass
2024-03-19Support strict mode for `JsonParser` (#2648)Marcono1234
2024-03-02Add Troubleshooting Guide entry for custom adapter not being used (#2619)Marcono1234
2024-03-01Fix `GsonBuilder.setDateFormat` ignoring partial DEFAULT; deprecate `setDateF...Marcono1234
2024-03-01Bump the maven group with 1 update (#2642)dependabot[bot]
2024-03-01Bump the github-actions group with 2 updates (#2643)dependabot[bot]
2024-02-29Create grouped Dependabot pull requests (#2641)Marcono1234
2024-02-27Bump org.graalvm.buildtools:native-maven-plugin from 0.10.0 to 0.10.1 (#2633)dependabot[bot]
2024-02-27Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (#2634)dependabot[bot]
2024-02-27Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#2635)dependabot[bot]
2024-02-27Bump com.android.tools:r8 from 8.2.42 to 8.2.47 (#2636)dependabot[bot]
2024-02-27Bump com.github.wvengen:proguard-maven-plugin from 2.6.0 to 2.6.1 (#2637)dependabot[bot]
2024-02-26Bump com.google.protobuf:protobuf-java from 3.25.2 to 3.25.3 (#2620)dependabot[bot]
2024-02-26Bump com.google.errorprone:error_prone_annotations from 2.24.1 to 2.25.0 (#2623)dependabot[bot]
2024-02-26Bump com.google.truth:truth from 1.4.0 to 1.4.1 (#2624)dependabot[bot]
2024-02-26Bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 (#2625)dependabot[bot]
2024-02-26Bump com.github.siom79.japicmp:japicmp-maven-plugin (#2626)dependabot[bot]
2024-02-26Bump graalvm/setup-graalvm from 1.1.5.1 to 1.1.8.1 (#2630)dependabot[bot]
2024-02-26Bump github/codeql-action from 3.24.0 to 3.24.5 (#2631)dependabot[bot]
2024-02-22Mention GitHub Discussions in README & issue creation (#2629)Marcono1234
2024-02-12Improve formatting of README maintenance note (#2618)Marcono1234
2024-02-12Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#2616)dependabot[bot]
2024-02-09Fix compilation warnings & add test (#2614)Marcono1234
2024-02-09Adds support to `BigDecimal` in `JsonPrimitive#equals` (#2364)Maicol
2024-02-05Bump github/codeql-action from 3.23.2 to 3.24.0 (#2610)dependabot[bot]
2024-02-05Bump com.google.truth:truth from 1.3.0 to 1.4.0 (#2611)dependabot[bot]
2024-02-05Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 (#2612)dependabot[bot]
2024-02-02Bump org.graalvm.buildtools:native-maven-plugin from 0.9.28 to 0.10.0 (#2608)dependabot[bot]
2024-02-01Bump com.guardsquare:proguard-base from 7.4.1 to 7.4.2 (#2607)dependabot[bot]
2024-01-30Fix $Gson$Types equals method for TypeVariable when its generic declaration i...William