update protobuf 3.11.4

* supposed to be more native image friendly for Cloudstate
This commit is contained in:
Patrik Nordwall 2020-05-04 08:39:19 +02:00 committed by Arnout Engelen
parent 2104849658
commit d2afff6bfc
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA
17 changed files with 45 additions and 17 deletions

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!
@ -7671,19 +7671,25 @@ public final class WireFormats {
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return A list containing the tags.
*/ */
java.util.List<java.lang.String> java.util.List<java.lang.String>
getTagsList(); getTagsList();
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return The count of tags.
*/ */
int getTagsCount(); int getTagsCount();
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index of the element to return.
* @return The tags at the given index.
*/ */
java.lang.String getTags(int index); java.lang.String getTags(int index);
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index of the value to return.
* @return The bytes of the tags at the given index.
*/ */
akka.protobufv3.internal.ByteString akka.protobufv3.internal.ByteString
getTagsBytes(int index); getTagsBytes(int index);
@ -8194,6 +8200,7 @@ public final class WireFormats {
private akka.protobufv3.internal.LazyStringList tags_; private akka.protobufv3.internal.LazyStringList tags_;
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return A list containing the tags.
*/ */
public akka.protobufv3.internal.ProtocolStringList public akka.protobufv3.internal.ProtocolStringList
getTagsList() { getTagsList() {
@ -8201,18 +8208,23 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return The count of tags.
*/ */
public int getTagsCount() { public int getTagsCount() {
return tags_.size(); return tags_.size();
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index of the element to return.
* @return The tags at the given index.
*/ */
public java.lang.String getTags(int index) { public java.lang.String getTags(int index) {
return tags_.get(index); return tags_.get(index);
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index of the value to return.
* @return The bytes of the tags at the given index.
*/ */
public akka.protobufv3.internal.ByteString public akka.protobufv3.internal.ByteString
getTagsBytes(int index) { getTagsBytes(int index) {
@ -9514,6 +9526,7 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return A list containing the tags.
*/ */
public akka.protobufv3.internal.ProtocolStringList public akka.protobufv3.internal.ProtocolStringList
getTagsList() { getTagsList() {
@ -9521,18 +9534,23 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return The count of tags.
*/ */
public int getTagsCount() { public int getTagsCount() {
return tags_.size(); return tags_.size();
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index of the element to return.
* @return The tags at the given index.
*/ */
public java.lang.String getTags(int index) { public java.lang.String getTags(int index) {
return tags_.get(index); return tags_.get(index);
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index of the value to return.
* @return The bytes of the tags at the given index.
*/ */
public akka.protobufv3.internal.ByteString public akka.protobufv3.internal.ByteString
getTagsBytes(int index) { getTagsBytes(int index) {
@ -9540,6 +9558,9 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param index The index to set the value at.
* @param value The tags to set.
* @return This builder for chaining.
*/ */
public Builder setTags( public Builder setTags(
int index, java.lang.String value) { int index, java.lang.String value) {
@ -9553,6 +9574,8 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param value The tags to add.
* @return This builder for chaining.
*/ */
public Builder addTags( public Builder addTags(
java.lang.String value) { java.lang.String value) {
@ -9566,6 +9589,8 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param values The tags to add.
* @return This builder for chaining.
*/ */
public Builder addAllTags( public Builder addAllTags(
java.lang.Iterable<java.lang.String> values) { java.lang.Iterable<java.lang.String> values) {
@ -9577,6 +9602,7 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @return This builder for chaining.
*/ */
public Builder clearTags() { public Builder clearTags() {
tags_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY; tags_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@ -9586,6 +9612,8 @@ public final class WireFormats {
} }
/** /**
* <code>repeated string tags = 12;</code> * <code>repeated string tags = 12;</code>
* @param value The bytes of the tags to add.
* @return This builder for chaining.
*/ */
public Builder addTagsBytes( public Builder addTagsBytes(
akka.protobufv3.internal.ByteString value) { akka.protobufv3.internal.ByteString value) {

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2019-2020 Lightbend Inc. <https://www.lightbend.com> * Copyright (C) 2020 Lightbend Inc. <https://www.lightbend.com>
*/ */
// Generated by the protocol buffer compiler. DO NOT EDIT! // Generated by the protocol buffer compiler. DO NOT EDIT!

View file

@ -22,7 +22,7 @@ object Dependencies {
val agronaVersion = "1.4.1" val agronaVersion = "1.4.1"
val nettyVersion = "3.10.6.Final" val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.4" val jacksonVersion = "2.10.4"
val protobufJavaVersion = "3.10.0" val protobufJavaVersion = "3.11.4"
val logbackVersion = "1.2.3" val logbackVersion = "1.2.3"
val scala212Version = "2.12.11" val scala212Version = "2.12.11"

View file

@ -32,7 +32,7 @@ object Protobuf {
Compile / unmanagedJars ++= Seq( Compile / unmanagedJars ++= Seq(
baseDirectory.value / ".." / "akka-protobuf-v3" / "target" / s"scala-${scalaBinaryVersion.value}" / s"akka-protobuf-v3-assembly-${version.value}.jar"), baseDirectory.value / ".." / "akka-protobuf-v3" / "target" / s"scala-${scalaBinaryVersion.value}" / s"akka-protobuf-v3-assembly-${version.value}.jar"),
protoc := "protoc", protoc := "protoc",
protocVersion := "3.10.0", protocVersion := "3.11.4",
generate := { generate := {
val sourceDirs = paths.value val sourceDirs = paths.value
val targetDirs = outputPaths.value val targetDirs = outputPaths.value