~thopiekar/protobuf/+git/protobuf:3.8.x

Last commit made on 2019-06-21
Get this branch:
git clone -b 3.8.x https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
3.8.x
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

815ff7e... by Paul Yang <email address hidden>

Revert "Append field number to accessors if there is conflict (#6169)" (#6282)

This reverts commit 9a8ef05a34dab7583b6f253daca294d6b1bfb187.

6e58040... by Yun Peng

Add "src/**/*.inc" to //:protobuf_headers

Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.

d3e6f10... by Hao Nguyen <email address hidden>

Merge pull request #6276 from acozzette/protobuf-deps-bzl

Include protobuf_deps.bzl in generated release archives

21773ef... by Adam Cozzette <email address hidden>

Include protobuf_deps.bzl in generated release archives

This fixes #5918.

640423f... by Paul Yang <email address hidden>

Change int64 json encoding to be string for php and ruby (#6251)

* Change int64 json encoding to be string for php and ruby

* Fix ruby test

* Sync upb change

444354f... by Paul Yang <email address hidden>

Update gem to 2.7.9 (#6265)

New bundler doesn't work with old gem: https://github.com/rbenv/rbenv/issues/1138

310ba5e... by Benjamin Peterson

Treat plugins as host tools.

As a followup to ca3ead7745581b24d9e84471b5dee6921fcd369d, treat plugin executables as well as protoc as host tools.

ce0dca8... by Keith Smiley <email address hidden>

Move tool out of inputs in bazel config

This fixes compatibility with bazel when passing `--incompatible_no_support_tools_in_action_inputs` which will be flipped in an upcoming release.

2cac37a... by Hao Nguyen <email address hidden>

Merge pull request #6233 from haon4/fix_lite_version

Fix JavaLite version

005a5e3... by Hao Nguyen <email address hidden>

Fix JavaLite version