Commit 1d82d19
committed
protobuf: Update protobuf jars to be binary compatible with Java 6. Fixes bazelbuild#3198
I recompiled the protobuf jars to be binary compatible with Java 6 by specifying -target 1.6 to javac.
Verified:
$ javap -v -cp third_party/protobuf/3.2.0/libprotobuf_java.jar com.google.protobuf.MessageOrBuilder | grep "major"
major version: 50
$ javap -v -cp third_party/protobuf/3.2.0/libprotobuf_java_util.jar com.google.protobuf.util.Durations | grep "major"
major version: 50
Change-Id: Ib40f8af8393de79dd431d08eb766c269bab2e6081 parent 88206bc commit 1d82d19
2 files changed
Binary file not shown.
Binary file not shown.
0 commit comments