Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

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 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: Ib40f8af8393de79dd431d08eb766c269bab2e608
  • Loading branch information
buchgr committed Jun 16, 2017
1 parent 88206bc commit 1d82d19
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 1d82d19

Please sign in to comment.