This website requires JavaScript.
Explore
Help
Sign In
flasn4nt
/
grpc-java
mirror of
https://github.com/grpc/grpc-java.git
Watch
1
Star
0
Fork
You've already forked grpc-java
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d3d30e1c3a
grpc-java
/
.gitattributes
4 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Simplify Jenkins configuration on Windows Without the attributes, fc loses its mind a bit when comparing the codegen output against the golden; the golden would have DOS newlines (assuming default git configuration) and the generated code would have Unix newlines. The jenkins-pre script just reduces the amount of code is backed into the jenkins project.
2015-10-23 09:14:00 +08:00
TestService.java.txt binary
Add native support for Protobuf Lite Lite already worked by using the protobuf project, but would bring in extra dependencies that are not intended to work with lite. Although protobuf is not yet providing a lite package on Maven Central, we will be able to swap to it once it is available. There isn't any new original code in the Java portion, except for a new overload in ProtoUtils that accepts Message instead of MessageLite. Depending on Message in ProtoUtils allows us to support extra features out-of-the-box without any changes to the generated code. For example, JSON encoding could be supported in this way if Marshaller is enhanced. However, now codegen must be aware of Lite in order to choose with Util class to use. That is new code.
2016-03-23 02:31:36 +08:00
TestServiceLite.java.txt binary
Simplify Jenkins configuration on Windows Without the attributes, fc loses its mind a bit when comparing the codegen output against the golden; the golden would have DOS newlines (assuming default git configuration) and the generated code would have Unix newlines. The jenkins-pre script just reduces the amount of code is backed into the jenkins project.
2015-10-23 09:14:00 +08:00
TestServiceNano.java.txt binary