1. 23 Oct, 2019 1 commit
  2. 03 Oct, 2019 2 commits
  3. 18 Sep, 2019 1 commit
    • Jie Luo's avatar
      Update to 3.10.0-rc0 (#6660) · 2a465797
      Jie Luo authored
      * Cherry pick changes on update_version.py #6643
      
      * Update version to 3.10.0-rc-0
      
      * Do not add rc0 to php packages.xml
      2a465797
  4. 12 Sep, 2019 1 commit
  5. 05 Sep, 2019 1 commit
  6. 26 Aug, 2019 1 commit
  7. 09 Aug, 2019 1 commit
    • Jie Luo's avatar
      Merge 3.9.x 201908071359 to master (#6484) · 43156775
      Jie Luo authored
      * Add changelog for 3.9.x
      
      * Revert "Make php message class final to avoid mocking (#6277)" (#6324)
      
      This reverts commit 7f84a943.
      This is just temporary. Eventually, we still want to roll forward this
      change. Some users are complaining they need more time to clean up their
      code.
      
      * Update extract_includes.bat.in
      
      File io_win32.h is not in directory google\protobuf\stubs under directory google\protobuf\io
      
      * Set oneof case in array constructor (#6351)
      
      Forgot to set it previously.
      
      * Update protobuf version (#6366)
      
      * Drop building wheel for python 3.4 (#6406)
      
      https://github.com/matthew-brett/multibuild/pull/240
      
      * Fix binary compatibility in FieldCodec factory methods (#6380) (#6424)
      
      * Fix binary compatibility in FieldCodec factory messages
      
      * Make default value parameter for current factories required
      
      * Route old methods through default value overloads
      
      * Remove ExtensionRegistry.Add(params) overload
      
      * Rename ExtensionRegistry.Add(IEnumerable<Extension>) overload to AddRange
      
      * Edit naming of parameters in Extension classes
      
      * * Fix add API warnings to docs for extension APIs
      * Rename internal ExtensionSet.GetValue to TryGetValue
      
      * Disable javadoc error (#6371)
      
      * Disable javadoc error
      
      Actual fixes of the javadoc will be followed up
      
      * Remove duplicated configuration
      
      * Update javadoc plugin version
      
      * Updated Bazel test script to use most recent Bazel version (#6413) (#6433)
      
      I'm not exactly sure why, but this fixes the failing Bazel presubmit
      test. Using the most recent version seems like a good idea anyway so
      that we can make sure we're compatible with any new Bazel changes.
      
      * [bazel] Add fixes for --incompatible_load_{cc,java,proto}_rules_from_bzl
      
      * No need to update version in generated code (#6471)
      
      generate_descriptor will handle that
      
      * Update protobuf version (#6472)
      43156775
  8. 19 Jul, 2019 1 commit
  9. 17 Jun, 2019 1 commit
  10. 09 Jun, 2019 1 commit
  11. 01 Jun, 2019 1 commit
  12. 21 May, 2019 1 commit
  13. 29 Apr, 2019 1 commit
  14. 26 Apr, 2019 1 commit
  15. 24 Apr, 2019 1 commit
  16. 09 Apr, 2019 2 commits
  17. 06 Apr, 2019 1 commit
  18. 05 Apr, 2019 2 commits
  19. 13 Apr, 2018 1 commit
  20. 29 Mar, 2017 1 commit
  21. 04 Nov, 2016 1 commit
  22. 10 Oct, 2016 2 commits
  23. 23 Sep, 2016 1 commit
  24. 20 Sep, 2016 1 commit
  25. 25 Jul, 2016 1 commit
  26. 13 Jul, 2016 1 commit
  27. 10 May, 2016 1 commit
  28. 28 Apr, 2016 1 commit
  29. 29 Jan, 2016 1 commit
    • Jisi Liu's avatar
      Integrate from google internal. · 5221dcbe
      Jisi Liu authored
      Java files are moved to un-do the hack in the prevous commit, which
      moved the java files to the original position for integration.
      5221dcbe
  30. 13 Jan, 2016 1 commit
    • nmittler's avatar
      Restructuring protobuf to multiple modules · 49efe9d7
      nmittler authored
      protobuf/java will become a parent pom that will contain two modules:
      
      core - contains all of the code for the protobuf-java artifact
      util - contains all of the code for the protobuf-java-util artifact
      
      Also cleaned up various Maven warnings.
      49efe9d7