Protobuf 3.23.4 (#1103)

* protobuf-java 3.22.5

* deprecation issue

* protobuf-java 3.23.4
This commit is contained in:
PJ Fanning 2024-02-07 14:32:56 +01:00 committed by GitHub
parent 8ce4973fc9
commit 46f93816ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 129 additions and 129 deletions

View file

@ -2535,7 +2535,7 @@ public final class ArteryControlFormats {
super(builder);
}
private CompressionTableAdvertisement() {
keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
values_ = emptyIntList();
}
@ -3102,7 +3102,7 @@ public final class ArteryControlFormats {
bitField0_ = (bitField0_ & ~0x00000002);
tableVersion_ = 0;
bitField0_ = (bitField0_ & ~0x00000004);
keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
values_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000010);
@ -3474,7 +3474,7 @@ public final class ArteryControlFormats {
return this;
}
private org.apache.pekko.protobufv3.internal.LazyStringList keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
private org.apache.pekko.protobufv3.internal.LazyStringList keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
private void ensureKeysIsMutable() {
if (!((bitField0_ & 0x00000008) != 0)) {
keys_ = new org.apache.pekko.protobufv3.internal.LazyStringArrayList(keys_);
@ -3610,7 +3610,7 @@ public final class ArteryControlFormats {
* @return This builder for chaining.
*/
public Builder clearKeys() {
keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
keys_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;

View file

@ -5886,7 +5886,7 @@ public final class WireFormats {
private PropsData() {
clazz_ = "";
args_ = java.util.Collections.emptyList();
manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
serializerIds_ = emptyIntList();
hasManifest_ = emptyBooleanList();
}
@ -6586,7 +6586,7 @@ public final class WireFormats {
bitField0_ = (bitField0_ & ~0x00000002);
args_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
serializerIds_ = emptyIntList();
bitField0_ = (bitField0_ & ~0x00000010);
@ -7077,7 +7077,7 @@ public final class WireFormats {
return this;
}
private org.apache.pekko.protobufv3.internal.LazyStringList manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
private org.apache.pekko.protobufv3.internal.LazyStringList manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
private void ensureManifestsIsMutable() {
if (!((bitField0_ & 0x00000008) != 0)) {
manifests_ = new org.apache.pekko.protobufv3.internal.LazyStringArrayList(manifests_);
@ -7213,7 +7213,7 @@ public final class WireFormats {
* @return This builder for chaining.
*/
public Builder clearManifests() {
manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
manifests_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
@ -7729,7 +7729,7 @@ public final class WireFormats {
scopeManifest_ = "";
configManifest_ = "";
routerConfigManifest_ = "";
tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
}
@java.lang.Override
@ -8641,7 +8641,7 @@ public final class WireFormats {
bitField0_ = (bitField0_ & ~0x00000200);
routerConfigManifest_ = "";
bitField0_ = (bitField0_ & ~0x00000400);
tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000800);
return this;
}
@ -9526,7 +9526,7 @@ public final class WireFormats {
return this;
}
private org.apache.pekko.protobufv3.internal.LazyStringList tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
private org.apache.pekko.protobufv3.internal.LazyStringList tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
private void ensureTagsIsMutable() {
if (!((bitField0_ & 0x00000800) != 0)) {
tags_ = new org.apache.pekko.protobufv3.internal.LazyStringArrayList(tags_);
@ -9614,7 +9614,7 @@ public final class WireFormats {
* @return This builder for chaining.
*/
public Builder clearTags() {
tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.EMPTY;
tags_ = org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
return this;