Skip to content

Commit

Permalink
protobuf: Update protobuf jars to be binary compatible with Java 6. F…
Browse files Browse the repository at this point in the history
…ixes #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: Ib40f8af8393de79dd431d08eb766c269bab2e608
  • Loading branch information
buchgr authored and hlopko committed Jun 22, 2017
1 parent 4356c44 commit 1109a52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file modified third_party/protobuf/3.2.0/libprotobuf_java.jar
Binary file not shown.
Binary file modified third_party/protobuf/3.2.0/libprotobuf_java_util.jar
Binary file not shown.

0 comments on commit 1109a52

Please sign in to comment.