-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Merge master into 3.9.x #6298
Merge master into 3.9.x #6298
Conversation
This project is used by the [Envoy proxy](https://www.envoyproxy.io/) and several others. The existing code is using the extension value [919191](https://github.com/envoyproxy/protoc-gen-validate/blob/54b08a686ff6548d8a248218664254c422fc4599/validate/validate.proto#L29) but since maintaining binary compatibility is not important, it shouldn't be a problem to change once this allocation is approved.
that builds the JavaLite runtime. Contents based on java/lite/pom.xml.
Fix JavaLite version
This fixes compatibility with bazel when passing `--incompatible_no_support_tools_in_action_inputs` which will be flipped in an upcoming release.
As a followup to ca3ead7, treat plugin executables as well as protoc as host tools.
New bundler doesn't work with old gem: rbenv/rbenv#1138
…fers#6251) * Change int64 json encoding to be string for php and ruby * Fix ruby test * Sync upb change
Update GSON version to 3.8.5
Other languages will have this removed inside Google first. These functions are subject to ADL and cause problems.
* php: Fixed php notices for unknown enum indices * php: Fixed formatting of Duration This fixes: * Missing nanoseconds. The nanoseconds where divided as a float and implicitly converted to a string before being passed to bcadd. This can result in a float formatted in scientific/exponential notation, which bcmath doesn't understand. * Durations are supposed to be formatted without trailing zeroes.
Include protobuf_deps.bzl in generated release archives
Removed all use of STLDelete*() in ObjC and C# Generators.
* Make php message class final Because proto messages are just data object, they should not be mocked. Explicitly make them final to avoid accidental usage. * Update generated descriptors
Otherwise, sandbox and remote execution will complain `google/protobuf/port_def.inc` doesn't exist.
Add `protobuf_java_lite` Bazel target
Compatibility tests pull artifacts over HTTPS
Add extension number for protoc-gen-validate
Conflicts: java/lite/pom.xml java/util/pom.xml
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
Merge master into 3.9.x
No description provided.