1. 31 Jan, 2018 1 commit
    • David Ostrovsky's avatar
      Bazel: Support building with Java 9 · 85b488f7
      David Ostrovsky authored
      Fixes: #4256.
      
      Bazel@HEAD supports Java 9.
      
      The current code has one single issue with Java 9 compliance: the usage
      of sun.misc package. We add jdk.unsupported module with --add-modules
      compiler option for now. Long term, the usage of non public API should
      be avoided.
      
      To build with Java 9, build custom bazel version and issue:
      
        $ bazel --host_javabase=/usr/lib64/jvm/java-9-openjdk build \
          --javacopt='--release 9' \
          --java_toolchain=@bazel_tools//tools/jdk:toolchain_jdk9 \
         :protobuf_java
      85b488f7
  2. 30 Jan, 2018 7 commits
  3. 29 Jan, 2018 1 commit
  4. 27 Jan, 2018 2 commits
  5. 26 Jan, 2018 2 commits
  6. 25 Jan, 2018 9 commits
  7. 24 Jan, 2018 1 commit
  8. 22 Jan, 2018 1 commit
  9. 21 Jan, 2018 1 commit
  10. 19 Jan, 2018 1 commit
  11. 15 Jan, 2018 1 commit
    • Jon Skeet's avatar
      Add DiscardUnknownFields support for C# · 47b7d2c7
      Jon Skeet authored
      By default, unknown fields are preserved when parsing. To discard
      them, use a parser configured to do so:
      
      var parser = MyMessage.Parser.WithDiscardUnknownFields(true);
      47b7d2c7
  12. 11 Jan, 2018 1 commit
  13. 10 Jan, 2018 1 commit
  14. 09 Jan, 2018 1 commit
  15. 08 Jan, 2018 2 commits
  16. 06 Jan, 2018 2 commits
  17. 05 Jan, 2018 4 commits
  18. 04 Jan, 2018 1 commit
  19. 03 Jan, 2018 1 commit