aboutsummaryrefslogtreecommitdiff
path: root/proto
AgeCommit message (Expand)Author
2023-01-06[maven-release-plugin] prepare release gson-parent-2.10.1upstream/gson-parent-2.10.1Éamonn McManus
2022-12-22Port tests from JUnit 3 to JUnit 4 (#2294)Maicol
2022-11-13Adjust version numbers and a test to conform to the SemVer spec. (#2237)Éamonn McManus
2022-11-13Bump os-maven-plugin from 1.7.0 to 1.7.1 (#2235)dependabot[bot]
2022-10-24[maven-release-plugin] prepare for next development iterationÉamonn McManus
2022-10-24[maven-release-plugin] prepare release gson-parent-2.10upstream/gson-parent-2.10Éamonn McManus
2022-10-24[maven-release-plugin] prepare for next development iterationÉamonn McManus
2022-10-24[maven-release-plugin] prepare release gson-parent-2.10Éamonn McManus
2022-10-24[maven-release-plugin] rollback the release of gson-parent-2.10Éamonn McManus
2022-10-24[maven-release-plugin] prepare for next development iterationÉamonn McManus
2022-10-24[maven-release-plugin] prepare release gson-parent-2.10Éamonn McManus
2022-09-23Build on JDK 17 as well as 11. (#2198)Éamonn McManus
2022-09-06Remove usage of oss-parent Maven parent and update ReleaseProcess.md (#2159)Marcono1234
2022-08-22Replace `$Gson$Preconditions.checkNotNull` with `Objects.requireNonNull` (#2180)Marcono1234
2022-07-31[maven-release-plugin] prepare for next development iterationÉamonn McManus
2022-07-31[maven-release-plugin] prepare release gson-parent-2.9.1upstream/gson-parent-2.9.1Éamonn McManus
2022-07-21Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#2148)dependabot[bot]
2022-04-17Use diamond operator when creating generic instances (#2104)Marcono1234
2022-03-01Bump guava from 31.0.1-jre to 31.1-jre (#2086)dependabot[bot]
2022-02-17Add CodeQL GitHub code scanning workflow (#2076)Marcono1234
2022-02-11[maven-release-plugin] prepare for next development iterationÉamonn McManus
2022-02-11[maven-release-plugin] prepare release gson-parent-2.9.0upstream/gson-parent-2.9.0Éamonn McManus
2022-01-01Put `module-info.class` into Multi-Release JAR folder (#2013)Marcono1234
2021-12-31Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 (#2044)dependabot[bot]
2021-12-27Add READMEs to Maven modules (#2039)Marcono1234
2021-12-26Fix Javadoc warnings and errors (#2040)Marcono1234
2021-11-15Some code suggestion from CodeGuru (#1988)XinyuLiu5566
2021-11-08Bump guava from 30.1.1-jre to 31.0.1-jre (#2016)dependabot[bot]
2021-11-07Convert codegen, metrics and proto to Maven submodules (#2008)Marcono1234
2021-10-31Update version number in UserGuide.md and proto/pom.xml.Éamonn McManus
2021-09-01Update dependencies in proto/pom.xml. (#1949)Éamonn McManus
2020-10-12Bump junit from 4.12 to 4.13.1 in /protodependabot[bot]
2017-12-28avoid repeated calls to build() during deserialization by obtaining field typ...Ori Schwartz
2017-11-27Use Message instead of GeneratedMessage which is specific to protobuf v2. Mes...Ori Schwartz
2017-09-17Java protobuf uses lower camel for all field names. When using reflection to ...Ori Schwartz
2017-03-16list addition optimization (#1038)guptasourabh
2016-05-23handle explicit null values in JSONNykolas Lima
2015-10-28Thread safe method cacheChris Conroy
2015-10-20Moved the .gitignore file to a more appropriate placeEmmanuel Cron
2015-10-06Updating Gson version to 2.4Emmanuel Cron
2015-10-06Added rebuilt tests for serialization with numbersEmmanuel Cron
2015-10-06Added .gitignore; generated folder does not need to be pushedEmmanuel Cron
2015-10-06Better javadocEmmanuel Cron
2015-10-06Removed useless <execution>Emmanuel Cron
2015-10-06Updated versionEmmanuel Cron
2015-10-06Updated the ProtoTypeAdapter to a version that works smoothly and supports fi...Emmanuel Cron
2011-04-22updated version of protobuf dependencyInderjeet Singh
2011-04-13Updated the dependency to the newly-released version of Gson, 1.7.1.Inderjeet Singh
2011-04-12Updated Maven dependencies and license notice in ProtoTypeAdapter.Inderjeet Singh
2010-11-15Added a test to ensure that Gson handles repeated invocation of itself correc...Inderjeet Singh