protobuf-java 4.29.3 (#1795)
* try protobuf-java 4.30.0 * regen code * javafmt * mima * Create protoc4-upgrade.excludes * more mima * Update protoc4-upgrade.excludes
This commit is contained in:
parent
92ed723260
commit
05044a65d3
46 changed files with 7444 additions and 16180 deletions
|
|
@ -8,8 +8,6 @@ updates.pin = [
|
|||
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }
|
||||
# Scala 3.3 is the latest LTS version
|
||||
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
|
||||
# protobuf 4 is not yet well supported
|
||||
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
|
||||
# aeron 1.46 requires Java 17
|
||||
{ groupId = "io.aeron", version = "1.45." }
|
||||
# agrona 1.23 requires Java 17
|
||||
|
|
|
|||
|
|
@ -830,7 +830,7 @@ pekko {
|
|||
"com.google.protobuf.GeneratedMessage",
|
||||
"com.google.protobuf.GeneratedMessageV3",
|
||||
"scalapb.GeneratedMessageCompanion",
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessageV3"
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessage"
|
||||
]
|
||||
|
||||
# Additional classes that are allowed even if they are not defined in `serialization-bindings`.
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.metrics.protobuf.msg.*")
|
||||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: ShardingMessages.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.cluster.sharding.typed.internal.protobuf;
|
||||
|
||||
public final class ShardingMessages {
|
||||
private ShardingMessages() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ShardingMessages.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -68,32 +78,34 @@ public final class ShardingMessages {
|
|||
* Protobuf type {@code org.apache.pekko.cluster.sharding.typed.ShardingEnvelope}
|
||||
*/
|
||||
public static final class ShardingEnvelope extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:org.apache.pekko.cluster.sharding.typed.ShardingEnvelope)
|
||||
ShardingEnvelopeOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ShardingEnvelope.class.getName());
|
||||
}
|
||||
// Use ShardingEnvelope.newBuilder() to construct.
|
||||
private ShardingEnvelope(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private ShardingEnvelope(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private ShardingEnvelope() {
|
||||
entityId_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new ShardingEnvelope();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -203,7 +215,7 @@ public final class ShardingMessages {
|
|||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, entityId_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 1, entityId_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeMessage(2, getMessage());
|
||||
|
|
@ -218,7 +230,7 @@ public final class ShardingMessages {
|
|||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(1, entityId_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(1, entityId_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream
|
||||
|
|
@ -307,20 +319,20 @@ public final class ShardingMessages {
|
|||
}
|
||||
public static org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -328,20 +340,20 @@ public final class ShardingMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -361,7 +373,7 @@ public final class ShardingMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -369,7 +381,7 @@ public final class ShardingMessages {
|
|||
* Protobuf type {@code org.apache.pekko.cluster.sharding.typed.ShardingEnvelope}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.apache.pekko.cluster.sharding.typed.ShardingEnvelope)
|
||||
org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelopeOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -378,7 +390,7 @@ public final class ShardingMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -391,12 +403,12 @@ public final class ShardingMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
if (org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.alwaysUseFieldBuilders) {
|
||||
getMessageFieldBuilder();
|
||||
}
|
||||
|
|
@ -458,38 +470,6 @@ public final class ShardingMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages.ShardingEnvelope) {
|
||||
|
|
@ -655,7 +635,7 @@ public final class ShardingMessages {
|
|||
}
|
||||
|
||||
private org.apache.pekko.remote.ContainerFormats.Payload message_;
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload, org.apache.pekko.remote.ContainerFormats.Payload.Builder, org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder> messageBuilder_;
|
||||
/**
|
||||
* <code>required .Payload message = 2;</code>
|
||||
|
|
@ -761,11 +741,11 @@ public final class ShardingMessages {
|
|||
/**
|
||||
* <code>required .Payload message = 2;</code>
|
||||
*/
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload, org.apache.pekko.remote.ContainerFormats.Payload.Builder, org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>
|
||||
getMessageFieldBuilder() {
|
||||
if (messageBuilder_ == null) {
|
||||
messageBuilder_ = new org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
messageBuilder_ = new org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload, org.apache.pekko.remote.ContainerFormats.Payload.Builder, org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>(
|
||||
getMessage(),
|
||||
getParentForChildren(),
|
||||
|
|
@ -774,18 +754,6 @@ public final class ShardingMessages {
|
|||
}
|
||||
return messageBuilder_;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.apache.pekko.cluster.sharding.typed.ShardingEnvelope)
|
||||
}
|
||||
|
|
@ -800,7 +768,7 @@ public final class ShardingMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<ShardingEnvelope>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<ShardingEnvelope>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<ShardingEnvelope>() {
|
||||
@java.lang.Override
|
||||
public ShardingEnvelope parsePartialFrom(
|
||||
|
|
@ -841,7 +809,7 @@ public final class ShardingMessages {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -867,9 +835,10 @@ public final class ShardingMessages {
|
|||
internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_org_apache_pekko_cluster_sharding_typed_ShardingEnvelope_descriptor,
|
||||
new java.lang.String[] { "EntityId", "Message", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
org.apache.pekko.remote.ContainerFormats.getDescriptor();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.sharding.typed.internal.protobuf.*")
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.sharding.protobuf.msg.*")
|
||||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: ClusterClientMessages.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.cluster.client.protobuf.msg;
|
||||
|
||||
public final class ClusterClientMessages {
|
||||
private ClusterClientMessages() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ClusterClientMessages.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -61,12 +71,21 @@ public final class ClusterClientMessages {
|
|||
* Protobuf type {@code Contacts}
|
||||
*/
|
||||
public static final class Contacts extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:Contacts)
|
||||
ContactsOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
Contacts.class.getName());
|
||||
}
|
||||
// Use Contacts.newBuilder() to construct.
|
||||
private Contacts(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private Contacts(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private Contacts() {
|
||||
|
|
@ -74,20 +93,13 @@ public final class ClusterClientMessages {
|
|||
org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new Contacts();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -146,7 +158,7 @@ public final class ClusterClientMessages {
|
|||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < contactPoints_.size(); i++) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, contactPoints_.getRaw(i));
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 1, contactPoints_.getRaw(i));
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
|
@ -236,20 +248,20 @@ public final class ClusterClientMessages {
|
|||
}
|
||||
public static org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -257,20 +269,20 @@ public final class ClusterClientMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -290,7 +302,7 @@ public final class ClusterClientMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -298,7 +310,7 @@ public final class ClusterClientMessages {
|
|||
* Protobuf type {@code Contacts}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:Contacts)
|
||||
org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.ContactsOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -307,7 +319,7 @@ public final class ClusterClientMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -320,7 +332,7 @@ public final class ClusterClientMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -369,38 +381,6 @@ public final class ClusterClientMessages {
|
|||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.cluster.client.protobuf.msg.ClusterClientMessages.Contacts) {
|
||||
|
|
@ -581,18 +561,6 @@ public final class ClusterClientMessages {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:Contacts)
|
||||
}
|
||||
|
|
@ -607,7 +575,7 @@ public final class ClusterClientMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<Contacts>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<Contacts>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<Contacts>() {
|
||||
@java.lang.Override
|
||||
public Contacts parsePartialFrom(
|
||||
|
|
@ -648,7 +616,7 @@ public final class ClusterClientMessages {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_Contacts_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_Contacts_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -670,9 +638,10 @@ public final class ClusterClientMessages {
|
|||
internal_static_Contacts_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_Contacts_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_Contacts_descriptor,
|
||||
new java.lang.String[] { "ContactPoints", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,20 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.client.protobuf.msg.*")
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.pubsub.protobuf.msg.*")
|
||||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: ClusterMessages.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.cluster.typed.internal.protobuf;
|
||||
|
||||
public final class ClusterMessages {
|
||||
private ClusterMessages() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ClusterMessages.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -75,32 +85,34 @@ public final class ClusterMessages {
|
|||
* Protobuf type {@code org.apache.pekko.cluster.typed.ReceptionistEntry}
|
||||
*/
|
||||
public static final class ReceptionistEntry extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:org.apache.pekko.cluster.typed.ReceptionistEntry)
|
||||
ReceptionistEntryOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ReceptionistEntry.class.getName());
|
||||
}
|
||||
// Use ReceptionistEntry.newBuilder() to construct.
|
||||
private ReceptionistEntry(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private ReceptionistEntry(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private ReceptionistEntry() {
|
||||
actorRef_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new ReceptionistEntry();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -218,7 +230,7 @@ public final class ClusterMessages {
|
|||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, actorRef_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 1, actorRef_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeUInt64(2, systemUid_);
|
||||
|
|
@ -236,7 +248,7 @@ public final class ClusterMessages {
|
|||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(1, actorRef_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(1, actorRef_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream
|
||||
|
|
@ -340,20 +352,20 @@ public final class ClusterMessages {
|
|||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -361,20 +373,20 @@ public final class ClusterMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -394,7 +406,7 @@ public final class ClusterMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -402,7 +414,7 @@ public final class ClusterMessages {
|
|||
* Protobuf type {@code org.apache.pekko.cluster.typed.ReceptionistEntry}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.apache.pekko.cluster.typed.ReceptionistEntry)
|
||||
org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntryOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -411,7 +423,7 @@ public final class ClusterMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -424,7 +436,7 @@ public final class ClusterMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -484,38 +496,6 @@ public final class ClusterMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.ReceptionistEntry) {
|
||||
|
|
@ -762,18 +742,6 @@ public final class ClusterMessages {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.apache.pekko.cluster.typed.ReceptionistEntry)
|
||||
}
|
||||
|
|
@ -788,7 +756,7 @@ public final class ClusterMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<ReceptionistEntry>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<ReceptionistEntry>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<ReceptionistEntry>() {
|
||||
@java.lang.Override
|
||||
public ReceptionistEntry parsePartialFrom(
|
||||
|
|
@ -849,31 +817,33 @@ public final class ClusterMessages {
|
|||
* Protobuf type {@code org.apache.pekko.cluster.typed.PubSubMessagePublished}
|
||||
*/
|
||||
public static final class PubSubMessagePublished extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:org.apache.pekko.cluster.typed.PubSubMessagePublished)
|
||||
PubSubMessagePublishedOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
PubSubMessagePublished.class.getName());
|
||||
}
|
||||
// Use PubSubMessagePublished.newBuilder() to construct.
|
||||
private PubSubMessagePublished(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private PubSubMessagePublished(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private PubSubMessagePublished() {
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new PubSubMessagePublished();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -1019,20 +989,20 @@ public final class ClusterMessages {
|
|||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -1040,20 +1010,20 @@ public final class ClusterMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -1073,7 +1043,7 @@ public final class ClusterMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -1081,7 +1051,7 @@ public final class ClusterMessages {
|
|||
* Protobuf type {@code org.apache.pekko.cluster.typed.PubSubMessagePublished}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:org.apache.pekko.cluster.typed.PubSubMessagePublished)
|
||||
org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublishedOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -1090,7 +1060,7 @@ public final class ClusterMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -1103,12 +1073,12 @@ public final class ClusterMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
if (org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.alwaysUseFieldBuilders) {
|
||||
getMessageFieldBuilder();
|
||||
}
|
||||
|
|
@ -1165,38 +1135,6 @@ public final class ClusterMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.cluster.typed.internal.protobuf.ClusterMessages.PubSubMessagePublished) {
|
||||
|
|
@ -1269,7 +1207,7 @@ public final class ClusterMessages {
|
|||
private int bitField0_;
|
||||
|
||||
private org.apache.pekko.remote.ContainerFormats.Payload message_;
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload, org.apache.pekko.remote.ContainerFormats.Payload.Builder, org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder> messageBuilder_;
|
||||
/**
|
||||
* <code>required .Payload message = 1;</code>
|
||||
|
|
@ -1375,11 +1313,11 @@ public final class ClusterMessages {
|
|||
/**
|
||||
* <code>required .Payload message = 1;</code>
|
||||
*/
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload, org.apache.pekko.remote.ContainerFormats.Payload.Builder, org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>
|
||||
getMessageFieldBuilder() {
|
||||
if (messageBuilder_ == null) {
|
||||
messageBuilder_ = new org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
messageBuilder_ = new org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload, org.apache.pekko.remote.ContainerFormats.Payload.Builder, org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>(
|
||||
getMessage(),
|
||||
getParentForChildren(),
|
||||
|
|
@ -1388,18 +1326,6 @@ public final class ClusterMessages {
|
|||
}
|
||||
return messageBuilder_;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.apache.pekko.cluster.typed.PubSubMessagePublished)
|
||||
}
|
||||
|
|
@ -1414,7 +1340,7 @@ public final class ClusterMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<PubSubMessagePublished>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<PubSubMessagePublished>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<PubSubMessagePublished>() {
|
||||
@java.lang.Override
|
||||
public PubSubMessagePublished parsePartialFrom(
|
||||
|
|
@ -1455,12 +1381,12 @@ public final class ClusterMessages {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_fieldAccessorTable;
|
||||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -1487,15 +1413,16 @@ public final class ClusterMessages {
|
|||
internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_org_apache_pekko_cluster_typed_ReceptionistEntry_descriptor,
|
||||
new java.lang.String[] { "ActorRef", "SystemUid", "CreatedTimestamp", });
|
||||
internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_descriptor =
|
||||
getDescriptor().getMessageTypes().get(1);
|
||||
internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_org_apache_pekko_cluster_typed_PubSubMessagePublished_descriptor,
|
||||
new java.lang.String[] { "Message", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
org.apache.pekko.remote.ContainerFormats.getDescriptor();
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.typed.internal.protobuf.*")
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.protobuf.msg.*")
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,20 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.ddata.protobuf.msg.*")
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.cluster.ddata.protobuf.ReplicatedDataSerializer*")
|
||||
|
|
@ -30,7 +30,7 @@ import pekko.cluster.ddata.Replicator.Internal._
|
|||
import pekko.cluster.ddata.protobuf.msg.{ ReplicatedDataMessages => rd }
|
||||
import pekko.cluster.ddata.protobuf.msg.{ ReplicatorMessages => dm }
|
||||
import pekko.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
|
||||
import pekko.protobufv3.internal.GeneratedMessageV3
|
||||
import pekko.protobufv3.internal.GeneratedMessage
|
||||
import pekko.remote.ByteStringUtils
|
||||
import pekko.serialization.BaseSerializer
|
||||
import pekko.serialization.Serialization
|
||||
|
|
@ -44,7 +44,7 @@ private object ReplicatedDataSerializer {
|
|||
/*
|
||||
* Generic superclass to allow to compare Entry types used in protobuf.
|
||||
*/
|
||||
abstract class KeyComparator[A <: GeneratedMessageV3] extends Comparator[A] {
|
||||
abstract class KeyComparator[A <: GeneratedMessage] extends Comparator[A] {
|
||||
|
||||
/**
|
||||
* Get the key from the entry. The key may be a String, Int, Long, or OtherMessage
|
||||
|
|
@ -102,15 +102,15 @@ private object ReplicatedDataSerializer {
|
|||
}
|
||||
|
||||
sealed trait ProtoMapEntryWriter[
|
||||
Entry <: GeneratedMessageV3, EntryBuilder <: GeneratedMessageV3.Builder[EntryBuilder],
|
||||
Value <: GeneratedMessageV3] {
|
||||
Entry <: GeneratedMessage, EntryBuilder <: GeneratedMessage.Builder[EntryBuilder],
|
||||
Value <: GeneratedMessage] {
|
||||
def setStringKey(builder: EntryBuilder, key: String, value: Value): Entry
|
||||
def setLongKey(builder: EntryBuilder, key: Long, value: Value): Entry
|
||||
def setIntKey(builder: EntryBuilder, key: Int, value: Value): Entry
|
||||
def setOtherKey(builder: EntryBuilder, key: dm.OtherMessage, value: Value): Entry
|
||||
}
|
||||
|
||||
sealed trait ProtoMapEntryReader[Entry <: GeneratedMessageV3, A <: GeneratedMessageV3] {
|
||||
sealed trait ProtoMapEntryReader[Entry <: GeneratedMessage, A <: GeneratedMessage] {
|
||||
def hasStringKey(entry: Entry): Boolean
|
||||
def getStringKey(entry: Entry): String
|
||||
def hasIntKey(entry: Entry): Boolean
|
||||
|
|
@ -665,8 +665,8 @@ class ReplicatedDataSerializer(val system: ExtendedActorSystem)
|
|||
* Convert a Map[A, B] to an Iterable[Entry] where Entry is the protobuf map entry.
|
||||
*/
|
||||
private def getEntries[
|
||||
IKey, IValue, EntryBuilder <: GeneratedMessageV3.Builder[EntryBuilder], PEntry <: GeneratedMessageV3,
|
||||
PValue <: GeneratedMessageV3](
|
||||
IKey, IValue, EntryBuilder <: GeneratedMessage.Builder[EntryBuilder], PEntry <: GeneratedMessage,
|
||||
PValue <: GeneratedMessage](
|
||||
input: Map[IKey, IValue],
|
||||
createBuilder: () => EntryBuilder,
|
||||
valueConverter: IValue => PValue)(
|
||||
|
|
@ -694,7 +694,7 @@ class ReplicatedDataSerializer(val system: ExtendedActorSystem)
|
|||
def ormapFromBinary(bytes: Array[Byte]): ORMap[Any, ReplicatedData] =
|
||||
ormapFromProto(rd.ORMap.parseFrom(decompress(bytes)))
|
||||
|
||||
def mapTypeFromProto[PEntry <: GeneratedMessageV3, A <: GeneratedMessageV3, B <: ReplicatedData](
|
||||
def mapTypeFromProto[PEntry <: GeneratedMessage, A <: GeneratedMessage, B <: ReplicatedData](
|
||||
input: util.List[PEntry],
|
||||
valueCreator: A => B)(implicit eh: ProtoMapEntryReader[PEntry, A]): Map[Any, B] = {
|
||||
input.asScala.map { entry =>
|
||||
|
|
@ -715,7 +715,7 @@ class ReplicatedDataSerializer(val system: ExtendedActorSystem)
|
|||
new ORMap(keys = orsetFromProto(ormap.getKeys), entries, ORMap.VanillaORMapTag)
|
||||
}
|
||||
|
||||
def singleMapEntryFromProto[PEntry <: GeneratedMessageV3, A <: GeneratedMessageV3, B <: ReplicatedData](
|
||||
def singleMapEntryFromProto[PEntry <: GeneratedMessage, A <: GeneratedMessage, B <: ReplicatedData](
|
||||
input: util.List[PEntry],
|
||||
valueCreator: A => B)(implicit eh: ProtoMapEntryReader[PEntry, A]): Map[Any, B] = {
|
||||
val map = mapTypeFromProto(input, valueCreator)
|
||||
|
|
@ -726,7 +726,7 @@ class ReplicatedDataSerializer(val system: ExtendedActorSystem)
|
|||
map
|
||||
}
|
||||
|
||||
def singleKeyEntryFromProto[PEntry <: GeneratedMessageV3, A <: GeneratedMessageV3](entryOption: Option[PEntry])(
|
||||
def singleKeyEntryFromProto[PEntry <: GeneratedMessage, A <: GeneratedMessage](entryOption: Option[PEntry])(
|
||||
implicit eh: ProtoMapEntryReader[PEntry, A]): Any =
|
||||
entryOption match {
|
||||
case Some(entry) =>
|
||||
|
|
|
|||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: TwoPhaseSetMessages.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package docs.ddata.protobuf.msg;
|
||||
|
||||
public final class TwoPhaseSetMessages {
|
||||
private TwoPhaseSetMessages() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
TwoPhaseSetMessages.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -86,12 +96,21 @@ public final class TwoPhaseSetMessages {
|
|||
* Protobuf type {@code docs.ddata.TwoPhaseSet}
|
||||
*/
|
||||
public static final class TwoPhaseSet extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:docs.ddata.TwoPhaseSet)
|
||||
TwoPhaseSetOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
TwoPhaseSet.class.getName());
|
||||
}
|
||||
// Use TwoPhaseSet.newBuilder() to construct.
|
||||
private TwoPhaseSet(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private TwoPhaseSet(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private TwoPhaseSet() {
|
||||
|
|
@ -101,20 +120,13 @@ public final class TwoPhaseSetMessages {
|
|||
org.apache.pekko.protobufv3.internal.LazyStringArrayList.emptyList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new TwoPhaseSet();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -210,10 +222,10 @@ public final class TwoPhaseSetMessages {
|
|||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < adds_.size(); i++) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, adds_.getRaw(i));
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 1, adds_.getRaw(i));
|
||||
}
|
||||
for (int i = 0; i < removals_.size(); i++) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 2, removals_.getRaw(i));
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 2, removals_.getRaw(i));
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
|
@ -317,20 +329,20 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -338,20 +350,20 @@ public final class TwoPhaseSetMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -371,7 +383,7 @@ public final class TwoPhaseSetMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -379,7 +391,7 @@ public final class TwoPhaseSetMessages {
|
|||
* Protobuf type {@code docs.ddata.TwoPhaseSet}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:docs.ddata.TwoPhaseSet)
|
||||
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSetOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -388,7 +400,7 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -401,7 +413,7 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -456,38 +468,6 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet) {
|
||||
|
|
@ -794,18 +774,6 @@ public final class TwoPhaseSetMessages {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:docs.ddata.TwoPhaseSet)
|
||||
}
|
||||
|
|
@ -820,7 +788,7 @@ public final class TwoPhaseSetMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<TwoPhaseSet>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<TwoPhaseSet>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<TwoPhaseSet>() {
|
||||
@java.lang.Override
|
||||
public TwoPhaseSet parsePartialFrom(
|
||||
|
|
@ -886,18 +854,27 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
/**
|
||||
* <pre>
|
||||
*#twophaseset2
|
||||
* #twophaseset2
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code docs.ddata.TwoPhaseSet2}
|
||||
*/
|
||||
public static final class TwoPhaseSet2 extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:docs.ddata.TwoPhaseSet2)
|
||||
TwoPhaseSet2OrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
TwoPhaseSet2.class.getName());
|
||||
}
|
||||
// Use TwoPhaseSet2.newBuilder() to construct.
|
||||
private TwoPhaseSet2(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private TwoPhaseSet2(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private TwoPhaseSet2() {
|
||||
|
|
@ -905,20 +882,13 @@ public final class TwoPhaseSetMessages {
|
|||
removals_ = org.apache.pekko.protobufv3.internal.ByteString.EMPTY;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new TwoPhaseSet2();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -1084,20 +1054,20 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -1105,20 +1075,20 @@ public final class TwoPhaseSetMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -1138,19 +1108,19 @@ public final class TwoPhaseSetMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
*#twophaseset2
|
||||
* #twophaseset2
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code docs.ddata.TwoPhaseSet2}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:docs.ddata.TwoPhaseSet2)
|
||||
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2OrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -1159,7 +1129,7 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -1172,7 +1142,7 @@ public final class TwoPhaseSetMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -1227,38 +1197,6 @@ public final class TwoPhaseSetMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2) {
|
||||
|
|
@ -1409,18 +1347,6 @@ public final class TwoPhaseSetMessages {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:docs.ddata.TwoPhaseSet2)
|
||||
}
|
||||
|
|
@ -1435,7 +1361,7 @@ public final class TwoPhaseSetMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<TwoPhaseSet2>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<TwoPhaseSet2>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<TwoPhaseSet2>() {
|
||||
@java.lang.Override
|
||||
public TwoPhaseSet2 parsePartialFrom(
|
||||
|
|
@ -1476,12 +1402,12 @@ public final class TwoPhaseSetMessages {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_docs_ddata_TwoPhaseSet_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable;
|
||||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_docs_ddata_TwoPhaseSet2_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -1505,15 +1431,16 @@ public final class TwoPhaseSetMessages {
|
|||
internal_static_docs_ddata_TwoPhaseSet_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_docs_ddata_TwoPhaseSet_descriptor,
|
||||
new java.lang.String[] { "Adds", "Removals", });
|
||||
internal_static_docs_ddata_TwoPhaseSet2_descriptor =
|
||||
getDescriptor().getMessageTypes().get(1);
|
||||
internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_docs_ddata_TwoPhaseSet2_descriptor,
|
||||
new java.lang.String[] { "Adds", "Removals", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
|
|
|||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: FlightAppModels.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package docs.persistence.proto;
|
||||
|
||||
public final class FlightAppModels {
|
||||
private FlightAppModels() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
FlightAppModels.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -93,12 +103,21 @@ public final class FlightAppModels {
|
|||
* Protobuf type {@code docs.persistence.SeatReserved}
|
||||
*/
|
||||
public static final class SeatReserved extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:docs.persistence.SeatReserved)
|
||||
SeatReservedOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
SeatReserved.class.getName());
|
||||
}
|
||||
// Use SeatReserved.newBuilder() to construct.
|
||||
private SeatReserved(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private SeatReserved(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private SeatReserved() {
|
||||
|
|
@ -106,20 +125,13 @@ public final class FlightAppModels {
|
|||
seatType_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new SeatReserved();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return docs.persistence.proto.FlightAppModels.internal_static_docs_persistence_SeatReserved_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return docs.persistence.proto.FlightAppModels.internal_static_docs_persistence_SeatReserved_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -279,13 +291,13 @@ public final class FlightAppModels {
|
|||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, letter_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 1, letter_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
output.writeUInt32(2, row_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 3, seatType_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 3, seatType_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
|
@ -297,14 +309,14 @@ public final class FlightAppModels {
|
|||
|
||||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(1, letter_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(1, letter_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream
|
||||
.computeUInt32Size(2, row_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(3, seatType_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(3, seatType_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
|
|
@ -398,20 +410,20 @@ public final class FlightAppModels {
|
|||
}
|
||||
public static docs.persistence.proto.FlightAppModels.SeatReserved parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static docs.persistence.proto.FlightAppModels.SeatReserved parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static docs.persistence.proto.FlightAppModels.SeatReserved parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -419,20 +431,20 @@ public final class FlightAppModels {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static docs.persistence.proto.FlightAppModels.SeatReserved parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static docs.persistence.proto.FlightAppModels.SeatReserved parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -452,7 +464,7 @@ public final class FlightAppModels {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -460,7 +472,7 @@ public final class FlightAppModels {
|
|||
* Protobuf type {@code docs.persistence.SeatReserved}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:docs.persistence.SeatReserved)
|
||||
docs.persistence.proto.FlightAppModels.SeatReservedOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -469,7 +481,7 @@ public final class FlightAppModels {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return docs.persistence.proto.FlightAppModels.internal_static_docs_persistence_SeatReserved_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -482,7 +494,7 @@ public final class FlightAppModels {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -542,38 +554,6 @@ public final class FlightAppModels {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof docs.persistence.proto.FlightAppModels.SeatReserved) {
|
||||
|
|
@ -886,18 +866,6 @@ public final class FlightAppModels {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:docs.persistence.SeatReserved)
|
||||
}
|
||||
|
|
@ -912,7 +880,7 @@ public final class FlightAppModels {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<SeatReserved>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<SeatReserved>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<SeatReserved>() {
|
||||
@java.lang.Override
|
||||
public SeatReserved parsePartialFrom(
|
||||
|
|
@ -953,7 +921,7 @@ public final class FlightAppModels {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_docs_persistence_SeatReserved_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_docs_persistence_SeatReserved_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -976,9 +944,10 @@ public final class FlightAppModels {
|
|||
internal_static_docs_persistence_SeatReserved_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_docs_persistence_SeatReserved_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_docs_persistence_SeatReserved_descriptor,
|
||||
new java.lang.String[] { "Letter", "Row", "SeatType", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
|
|
|||
|
|
@ -63,8 +63,7 @@ you would need to reference it as `Wrapper$Message` instead of `Wrapper.Message`
|
|||
@@@
|
||||
|
||||
Pekko provides serializers for several primitive types and [protobuf](https://github.com/protocolbuffers/protobuf)
|
||||
@javadoc[com.google.protobuf.GeneratedMessage](com.google.protobuf.GeneratedMessage) (protobuf2) and @javadoc[com.google.protobuf.GeneratedMessageV3](com.google.protobuf.GeneratedMessageV3) (protobuf3) by default (the latter only if
|
||||
depending on the pekko-remote module), so normally you don't need to add
|
||||
@javadoc[com.google.protobuf.GeneratedMessage](com.google.protobuf.GeneratedMessage) by default, so normally you don't need to add
|
||||
configuration for that if you send raw protobuf messages as actor messages.
|
||||
|
||||
### Programmatic
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.remote.testconductor.TestConductorProtocol*")
|
||||
|
|
@ -12,14 +12,25 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: QueryMessages.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.persistence.query.internal.protobuf;
|
||||
|
||||
public final class QueryMessages {
|
||||
private QueryMessages() {}
|
||||
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
QueryMessages.class.getName());
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {}
|
||||
|
||||
|
|
@ -188,14 +199,24 @@ public final class QueryMessages {
|
|||
* Protobuf type {@code org.apache.pekko.persistence.query.EventEnvelope}
|
||||
*/
|
||||
public static final class EventEnvelope
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
implements
|
||||
// @@protoc_insertion_point(message_implements:org.apache.pekko.persistence.query.EventEnvelope)
|
||||
EventEnvelopeOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
EventEnvelope.class.getName());
|
||||
}
|
||||
// Use EventEnvelope.newBuilder() to construct.
|
||||
private EventEnvelope(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
|
||||
|
|
@ -206,13 +227,6 @@ public final class QueryMessages {
|
|||
offsetManifest_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new EventEnvelope();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.persistence.query.internal.protobuf.QueryMessages
|
||||
|
|
@ -220,7 +234,7 @@ public final class QueryMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.persistence.query.internal.protobuf.QueryMessages
|
||||
.internal_static_org_apache_pekko_persistence_query_EventEnvelope_fieldAccessorTable
|
||||
|
|
@ -615,11 +629,11 @@ public final class QueryMessages {
|
|||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(
|
||||
output, 1, persistenceId_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 2, entityType_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 2, entityType_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
output.writeInt32(3, slice_);
|
||||
|
|
@ -631,10 +645,10 @@ public final class QueryMessages {
|
|||
output.writeInt64(5, timestamp_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000020) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 6, offset_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 6, offset_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000040) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(
|
||||
output, 7, offsetManifest_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000080) != 0)) {
|
||||
|
|
@ -654,13 +668,12 @@ public final class QueryMessages {
|
|||
size = 0;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
size +=
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(
|
||||
1, persistenceId_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size +=
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(
|
||||
2, entityType_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(2, entityType_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream.computeInt32Size(3, slice_);
|
||||
|
|
@ -674,12 +687,11 @@ public final class QueryMessages {
|
|||
org.apache.pekko.protobufv3.internal.CodedOutputStream.computeInt64Size(5, timestamp_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000020) != 0)) {
|
||||
size +=
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(6, offset_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(6, offset_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000040) != 0)) {
|
||||
size +=
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(
|
||||
7, offsetManifest_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000080) != 0)) {
|
||||
|
|
@ -843,7 +855,7 @@ public final class QueryMessages {
|
|||
|
||||
public static org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
|
||||
parseFrom(java.io.InputStream input) throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -852,13 +864,13 @@ public final class QueryMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
|
||||
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseDelimitedWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseDelimitedWithIOException(
|
||||
PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -867,14 +879,14 @@ public final class QueryMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseDelimitedWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseDelimitedWithIOException(
|
||||
PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelope
|
||||
parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -883,7 +895,7 @@ public final class QueryMessages {
|
|||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -909,7 +921,7 @@ public final class QueryMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -923,7 +935,7 @@ public final class QueryMessages {
|
|||
* Protobuf type {@code org.apache.pekko.persistence.query.EventEnvelope}
|
||||
*/
|
||||
public static final class Builder
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder>
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder>
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:org.apache.pekko.persistence.query.EventEnvelope)
|
||||
org.apache.pekko.persistence.query.internal.protobuf.QueryMessages.EventEnvelopeOrBuilder {
|
||||
|
|
@ -934,7 +946,7 @@ public final class QueryMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.persistence.query.internal.protobuf.QueryMessages
|
||||
.internal_static_org_apache_pekko_persistence_query_EventEnvelope_fieldAccessorTable
|
||||
|
|
@ -951,14 +963,13 @@ public final class QueryMessages {
|
|||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
private Builder(org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private void maybeForceBuilderInitialization() {
|
||||
if (org.apache.pekko.protobufv3.internal.GeneratedMessageV3.alwaysUseFieldBuilders) {
|
||||
if (org.apache.pekko.protobufv3.internal.GeneratedMessage.alwaysUseFieldBuilders) {
|
||||
getEventFieldBuilder();
|
||||
getMetadataFieldBuilder();
|
||||
}
|
||||
|
|
@ -1068,45 +1079,6 @@ public final class QueryMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index,
|
||||
java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other
|
||||
|
|
@ -1768,7 +1740,7 @@ public final class QueryMessages {
|
|||
}
|
||||
|
||||
private org.apache.pekko.remote.ContainerFormats.Payload event_;
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload,
|
||||
org.apache.pekko.remote.ContainerFormats.Payload.Builder,
|
||||
org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>
|
||||
|
|
@ -1868,14 +1840,14 @@ public final class QueryMessages {
|
|||
}
|
||||
}
|
||||
/** <code>optional .Payload event = 8;</code> */
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload,
|
||||
org.apache.pekko.remote.ContainerFormats.Payload.Builder,
|
||||
org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>
|
||||
getEventFieldBuilder() {
|
||||
if (eventBuilder_ == null) {
|
||||
eventBuilder_ =
|
||||
new org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
new org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload,
|
||||
org.apache.pekko.remote.ContainerFormats.Payload.Builder,
|
||||
org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>(
|
||||
|
|
@ -1886,7 +1858,7 @@ public final class QueryMessages {
|
|||
}
|
||||
|
||||
private org.apache.pekko.remote.ContainerFormats.Payload metadata_;
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload,
|
||||
org.apache.pekko.remote.ContainerFormats.Payload.Builder,
|
||||
org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>
|
||||
|
|
@ -1987,14 +1959,14 @@ public final class QueryMessages {
|
|||
}
|
||||
}
|
||||
/** <code>optional .Payload metadata = 9;</code> */
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload,
|
||||
org.apache.pekko.remote.ContainerFormats.Payload.Builder,
|
||||
org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>
|
||||
getMetadataFieldBuilder() {
|
||||
if (metadataBuilder_ == null) {
|
||||
metadataBuilder_ =
|
||||
new org.apache.pekko.protobufv3.internal.SingleFieldBuilderV3<
|
||||
new org.apache.pekko.protobufv3.internal.SingleFieldBuilder<
|
||||
org.apache.pekko.remote.ContainerFormats.Payload,
|
||||
org.apache.pekko.remote.ContainerFormats.Payload.Builder,
|
||||
org.apache.pekko.remote.ContainerFormats.PayloadOrBuilder>(
|
||||
|
|
@ -2004,18 +1976,6 @@ public final class QueryMessages {
|
|||
return metadataBuilder_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:org.apache.pekko.persistence.query.EventEnvelope)
|
||||
}
|
||||
|
||||
|
|
@ -2034,8 +1994,7 @@ public final class QueryMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated
|
||||
public static final org.apache.pekko.protobufv3.internal.Parser<EventEnvelope> PARSER =
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<EventEnvelope> PARSER =
|
||||
new org.apache.pekko.protobufv3.internal.AbstractParser<EventEnvelope>() {
|
||||
@java.lang.Override
|
||||
public EventEnvelope parsePartialFrom(
|
||||
|
|
@ -2076,7 +2035,7 @@ public final class QueryMessages {
|
|||
|
||||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_org_apache_pekko_persistence_query_EventEnvelope_descriptor;
|
||||
private static final org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
private static final org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_org_apache_pekko_persistence_query_EventEnvelope_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor getDescriptor() {
|
||||
|
|
@ -2107,7 +2066,7 @@ public final class QueryMessages {
|
|||
internal_static_org_apache_pekko_persistence_query_EventEnvelope_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_org_apache_pekko_persistence_query_EventEnvelope_fieldAccessorTable =
|
||||
new org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
new org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_org_apache_pekko_persistence_query_EventEnvelope_descriptor,
|
||||
new java.lang.String[] {
|
||||
"PersistenceId",
|
||||
|
|
@ -2120,6 +2079,7 @@ public final class QueryMessages {
|
|||
"Event",
|
||||
"Metadata",
|
||||
});
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
org.apache.pekko.remote.ContainerFormats.getDescriptor();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.persistence.query.internal.protobuf.*")
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing*")
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.persistence.serialization.MessageFormats*")
|
||||
|
|
@ -20,9 +20,9 @@ object Dependencies {
|
|||
|
||||
object Protobuf {
|
||||
// https://protobuf.dev/support/version-support/
|
||||
// protobuf-java 3.25 corresponds with protoc 22.x-25.x
|
||||
val protobufJavaVersion = "3.25.6"
|
||||
val protocVersion = "25.6"
|
||||
// protobuf-java 4.29 corresponds with protoc 29.x
|
||||
val protobufJavaVersion = "4.29.3"
|
||||
val protocVersion = "29.3"
|
||||
}
|
||||
|
||||
lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.")
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ object Protobuf {
|
|||
// api doc generation to fail
|
||||
.replace(
|
||||
"UnusedPrivateParameter",
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter")),
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessage.UnusedPrivateParameter")),
|
||||
cache,
|
||||
log)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: TestMessages.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.remote.artery.protobuf;
|
||||
|
||||
public final class TestMessages {
|
||||
private TestMessages() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
TestMessages.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -127,12 +137,21 @@ public final class TestMessages {
|
|||
* Protobuf type {@code TestMessage}
|
||||
*/
|
||||
public static final class TestMessage extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:TestMessage)
|
||||
TestMessageOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
TestMessage.class.getName());
|
||||
}
|
||||
// Use TestMessage.newBuilder() to construct.
|
||||
private TestMessage(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private TestMessage(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private TestMessage() {
|
||||
|
|
@ -142,20 +161,13 @@ public final class TestMessages {
|
|||
items_ = java.util.Collections.emptyList();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new TestMessage();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.remote.artery.protobuf.TestMessages.internal_static_TestMessage_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.artery.protobuf.TestMessages.internal_static_TestMessage_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -395,13 +407,13 @@ public final class TestMessages {
|
|||
output.writeUInt64(1, id_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 2, name_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 2, name_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
output.writeBool(3, status_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000008) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 4, description_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 4, description_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000010) != 0)) {
|
||||
output.writeBytes(5, payload_);
|
||||
|
|
@ -423,14 +435,14 @@ public final class TestMessages {
|
|||
.computeUInt64Size(1, id_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(2, name_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(2, name_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream
|
||||
.computeBoolSize(3, status_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000008) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(4, description_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(4, description_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000010) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream
|
||||
|
|
@ -558,20 +570,20 @@ public final class TestMessages {
|
|||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessage parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessage parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessage parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -579,20 +591,20 @@ public final class TestMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessage parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessage parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -612,7 +624,7 @@ public final class TestMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -620,7 +632,7 @@ public final class TestMessages {
|
|||
* Protobuf type {@code TestMessage}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:TestMessage)
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessageOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -629,7 +641,7 @@ public final class TestMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.artery.protobuf.TestMessages.internal_static_TestMessage_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -642,7 +654,7 @@ public final class TestMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -732,38 +744,6 @@ public final class TestMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.remote.artery.protobuf.TestMessages.TestMessage) {
|
||||
|
|
@ -814,7 +794,7 @@ public final class TestMessages {
|
|||
items_ = other.items_;
|
||||
bitField0_ = (bitField0_ & ~0x00000020);
|
||||
itemsBuilder_ =
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.alwaysUseFieldBuilders ?
|
||||
getItemsFieldBuilder() : null;
|
||||
} else {
|
||||
itemsBuilder_.addAllMessages(other.items_);
|
||||
|
|
@ -889,7 +869,7 @@ public final class TestMessages {
|
|||
case 50: {
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.Item m =
|
||||
input.readMessage(
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.Item.PARSER,
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.Item.parser(),
|
||||
extensionRegistry);
|
||||
if (itemsBuilder_ == null) {
|
||||
ensureItemsIsMutable();
|
||||
|
|
@ -1205,7 +1185,7 @@ public final class TestMessages {
|
|||
}
|
||||
}
|
||||
|
||||
private org.apache.pekko.protobufv3.internal.RepeatedFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.RepeatedFieldBuilder<
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.Item, org.apache.pekko.remote.artery.protobuf.TestMessages.Item.Builder, org.apache.pekko.remote.artery.protobuf.TestMessages.ItemOrBuilder> itemsBuilder_;
|
||||
|
||||
/**
|
||||
|
|
@ -1421,11 +1401,11 @@ public final class TestMessages {
|
|||
getItemsBuilderList() {
|
||||
return getItemsFieldBuilder().getBuilderList();
|
||||
}
|
||||
private org.apache.pekko.protobufv3.internal.RepeatedFieldBuilderV3<
|
||||
private org.apache.pekko.protobufv3.internal.RepeatedFieldBuilder<
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.Item, org.apache.pekko.remote.artery.protobuf.TestMessages.Item.Builder, org.apache.pekko.remote.artery.protobuf.TestMessages.ItemOrBuilder>
|
||||
getItemsFieldBuilder() {
|
||||
if (itemsBuilder_ == null) {
|
||||
itemsBuilder_ = new org.apache.pekko.protobufv3.internal.RepeatedFieldBuilderV3<
|
||||
itemsBuilder_ = new org.apache.pekko.protobufv3.internal.RepeatedFieldBuilder<
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.Item, org.apache.pekko.remote.artery.protobuf.TestMessages.Item.Builder, org.apache.pekko.remote.artery.protobuf.TestMessages.ItemOrBuilder>(
|
||||
items_,
|
||||
((bitField0_ & 0x00000020) != 0),
|
||||
|
|
@ -1435,18 +1415,6 @@ public final class TestMessages {
|
|||
}
|
||||
return itemsBuilder_;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:TestMessage)
|
||||
}
|
||||
|
|
@ -1461,7 +1429,7 @@ public final class TestMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<TestMessage>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<TestMessage>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<TestMessage>() {
|
||||
@java.lang.Override
|
||||
public TestMessage parsePartialFrom(
|
||||
|
|
@ -1535,32 +1503,34 @@ public final class TestMessages {
|
|||
* Protobuf type {@code Item}
|
||||
*/
|
||||
public static final class Item extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:Item)
|
||||
ItemOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
Item.class.getName());
|
||||
}
|
||||
// Use Item.newBuilder() to construct.
|
||||
private Item(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private Item(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private Item() {
|
||||
name_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new Item();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.remote.artery.protobuf.TestMessages.internal_static_Item_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.artery.protobuf.TestMessages.internal_static_Item_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -1662,7 +1632,7 @@ public final class TestMessages {
|
|||
output.writeUInt64(1, id_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 2, name_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 2, name_);
|
||||
}
|
||||
getUnknownFields().writeTo(output);
|
||||
}
|
||||
|
|
@ -1678,7 +1648,7 @@ public final class TestMessages {
|
|||
.computeUInt64Size(1, id_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(2, name_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(2, name_);
|
||||
}
|
||||
size += getUnknownFields().getSerializedSize();
|
||||
memoizedSize = size;
|
||||
|
|
@ -1764,20 +1734,20 @@ public final class TestMessages {
|
|||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.Item parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.Item parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.Item parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -1785,20 +1755,20 @@ public final class TestMessages {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.Item parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.remote.artery.protobuf.TestMessages.Item parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -1818,7 +1788,7 @@ public final class TestMessages {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -1826,7 +1796,7 @@ public final class TestMessages {
|
|||
* Protobuf type {@code Item}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:Item)
|
||||
org.apache.pekko.remote.artery.protobuf.TestMessages.ItemOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -1835,7 +1805,7 @@ public final class TestMessages {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.artery.protobuf.TestMessages.internal_static_Item_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -1848,7 +1818,7 @@ public final class TestMessages {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -1903,38 +1873,6 @@ public final class TestMessages {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.remote.artery.protobuf.TestMessages.Item) {
|
||||
|
|
@ -2133,18 +2071,6 @@ public final class TestMessages {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:Item)
|
||||
}
|
||||
|
|
@ -2159,7 +2085,7 @@ public final class TestMessages {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<Item>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<Item>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<Item>() {
|
||||
@java.lang.Override
|
||||
public Item parsePartialFrom(
|
||||
|
|
@ -2200,12 +2126,12 @@ public final class TestMessages {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_TestMessage_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_TestMessage_fieldAccessorTable;
|
||||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_Item_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_Item_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -2230,15 +2156,16 @@ public final class TestMessages {
|
|||
internal_static_TestMessage_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_TestMessage_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_TestMessage_descriptor,
|
||||
new java.lang.String[] { "Id", "Name", "Status", "Description", "Payload", "Items", });
|
||||
internal_static_Item_descriptor =
|
||||
getDescriptor().getMessageTypes().get(1);
|
||||
internal_static_Item_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_Item_descriptor,
|
||||
new java.lang.String[] { "Id", "Name", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.remote.artery.protobuf.*")
|
||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,22 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.remote.ArteryControlFormats*")
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.remote.ContainerFormats*")
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.remote.SystemMessageFormats*")
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.remote.WireFormats*")
|
||||
|
|
@ -34,7 +34,7 @@ pekko {
|
|||
|
||||
"org.apache.pekko.remote.artery.ArteryMessage" = artery
|
||||
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessageV3" = proto
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessage" = proto
|
||||
|
||||
# Since com.google.protobuf.Message does not extend Serializable but
|
||||
# GeneratedMessage does, need to use the more specific one here in order
|
||||
|
|
@ -42,7 +42,7 @@ pekko {
|
|||
# This com.google.protobuf serialization binding is only used if the class can be loaded,
|
||||
# i.e. com.google.protobuf dependency has been added in the application project.
|
||||
"com.google.protobuf.GeneratedMessage" = proto
|
||||
"com.google.protobuf.GeneratedMessageV3" = proto
|
||||
"com.google.protobuf.GeneratedMessage" = proto
|
||||
|
||||
"org.apache.pekko.actor.Identify" = pekko-misc
|
||||
"org.apache.pekko.actor.ActorIdentity" = pekko-misc
|
||||
|
|
|
|||
|
|
@ -12,13 +12,23 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: ProtobufProtocol.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.remote;
|
||||
|
||||
public final class ProtobufProtocol {
|
||||
private ProtobufProtocol() {}
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ProtobufProtocol.class.getName());
|
||||
}
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {
|
||||
}
|
||||
|
|
@ -75,32 +85,34 @@ public final class ProtobufProtocol {
|
|||
* Protobuf type {@code MyMessage}
|
||||
*/
|
||||
public static final class MyMessage extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3 implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage implements
|
||||
// @@protoc_insertion_point(message_implements:MyMessage)
|
||||
MyMessageOrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
MyMessage.class.getName());
|
||||
}
|
||||
// Use MyMessage.newBuilder() to construct.
|
||||
private MyMessage(org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private MyMessage(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
private MyMessage() {
|
||||
name_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new MyMessage();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.remote.ProtobufProtocol.internal_static_MyMessage_descriptor;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.ProtobufProtocol.internal_static_MyMessage_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -225,7 +237,7 @@ public final class ProtobufProtocol {
|
|||
output.writeUInt64(1, id_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 2, name_);
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 2, name_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
output.writeBool(3, status_);
|
||||
|
|
@ -244,7 +256,7 @@ public final class ProtobufProtocol {
|
|||
.computeUInt64Size(1, id_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000002) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(2, name_);
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(2, name_);
|
||||
}
|
||||
if (((bitField0_ & 0x00000004) != 0)) {
|
||||
size += org.apache.pekko.protobufv3.internal.CodedOutputStream
|
||||
|
|
@ -344,20 +356,20 @@ public final class ProtobufProtocol {
|
|||
}
|
||||
public static org.apache.pekko.remote.ProtobufProtocol.MyMessage parseFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.remote.ProtobufProtocol.MyMessage parseFrom(
|
||||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.remote.ProtobufProtocol.MyMessage parseDelimitedFrom(java.io.InputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -365,20 +377,20 @@ public final class ProtobufProtocol {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
public static org.apache.pekko.remote.ProtobufProtocol.MyMessage parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input);
|
||||
}
|
||||
public static org.apache.pekko.remote.ProtobufProtocol.MyMessage parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
.parseWithIOException(PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -398,7 +410,7 @@ public final class ProtobufProtocol {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
|
|
@ -406,7 +418,7 @@ public final class ProtobufProtocol {
|
|||
* Protobuf type {@code MyMessage}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder> implements
|
||||
// @@protoc_insertion_point(builder_implements:MyMessage)
|
||||
org.apache.pekko.remote.ProtobufProtocol.MyMessageOrBuilder {
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
|
|
@ -415,7 +427,7 @@ public final class ProtobufProtocol {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.ProtobufProtocol.internal_static_MyMessage_fieldAccessorTable
|
||||
.ensureFieldAccessorsInitialized(
|
||||
|
|
@ -428,7 +440,7 @@ public final class ProtobufProtocol {
|
|||
}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
|
||||
}
|
||||
|
|
@ -488,38 +500,6 @@ public final class ProtobufProtocol {
|
|||
result.bitField0_ |= to_bitField0_;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index, java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.remote.ProtobufProtocol.MyMessage) {
|
||||
|
|
@ -769,18 +749,6 @@ public final class ProtobufProtocol {
|
|||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:MyMessage)
|
||||
}
|
||||
|
|
@ -795,7 +763,7 @@ public final class ProtobufProtocol {
|
|||
return DEFAULT_INSTANCE;
|
||||
}
|
||||
|
||||
@java.lang.Deprecated public static final org.apache.pekko.protobufv3.internal.Parser<MyMessage>
|
||||
private static final org.apache.pekko.protobufv3.internal.Parser<MyMessage>
|
||||
PARSER = new org.apache.pekko.protobufv3.internal.AbstractParser<MyMessage>() {
|
||||
@java.lang.Override
|
||||
public MyMessage parsePartialFrom(
|
||||
|
|
@ -836,7 +804,7 @@ public final class ProtobufProtocol {
|
|||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_MyMessage_descriptor;
|
||||
private static final
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_MyMessage_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor
|
||||
|
|
@ -858,9 +826,10 @@ public final class ProtobufProtocol {
|
|||
internal_static_MyMessage_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_MyMessage_fieldAccessorTable = new
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_MyMessage_descriptor,
|
||||
new java.lang.String[] { "Id", "Name", "Status", });
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
|
|
|||
|
|
@ -12,14 +12,25 @@
|
|||
*/
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// NO CHECKED-IN PROTOBUF GENCODE
|
||||
// source: ProtobufProtocolV3.proto
|
||||
// Protobuf Java Version: 4.29.3
|
||||
|
||||
// Protobuf Java Version: 3.25.6
|
||||
package org.apache.pekko.remote.protobuf.v3;
|
||||
|
||||
public final class ProtobufProtocolV3 {
|
||||
private ProtobufProtocolV3() {}
|
||||
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
ProtobufProtocolV3.class.getName());
|
||||
}
|
||||
|
||||
public static void registerAllExtensions(
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {}
|
||||
|
||||
|
|
@ -62,14 +73,23 @@ public final class ProtobufProtocolV3 {
|
|||
}
|
||||
/** Protobuf type {@code MyMessageV3} */
|
||||
public static final class MyMessageV3
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessage
|
||||
implements
|
||||
// @@protoc_insertion_point(message_implements:MyMessageV3)
|
||||
MyMessageV3OrBuilder {
|
||||
private static final long serialVersionUID = 0L;
|
||||
|
||||
static {
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
|
||||
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
|
||||
/* major= */ 4,
|
||||
/* minor= */ 29,
|
||||
/* patch= */ 3,
|
||||
/* suffix= */ "",
|
||||
MyMessageV3.class.getName());
|
||||
}
|
||||
// Use MyMessageV3.newBuilder() to construct.
|
||||
private MyMessageV3(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
||||
private MyMessageV3(org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<?> builder) {
|
||||
super(builder);
|
||||
}
|
||||
|
||||
|
|
@ -77,13 +97,6 @@ public final class ProtobufProtocolV3 {
|
|||
query_ = "";
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@SuppressWarnings({"unused"})
|
||||
protected java.lang.Object newInstance(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
||||
return new MyMessageV3();
|
||||
}
|
||||
|
||||
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
getDescriptor() {
|
||||
return org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3
|
||||
|
|
@ -91,7 +104,7 @@ public final class ProtobufProtocolV3 {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3
|
||||
.internal_static_MyMessageV3_fieldAccessorTable
|
||||
|
|
@ -179,8 +192,8 @@ public final class ProtobufProtocolV3 {
|
|||
@java.lang.Override
|
||||
public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (!org.apache.pekko.protobufv3.internal.GeneratedMessageV3.isStringEmpty(query_)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, query_);
|
||||
if (!org.apache.pekko.protobufv3.internal.GeneratedMessage.isStringEmpty(query_)) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.writeString(output, 1, query_);
|
||||
}
|
||||
if (pageNumber_ != 0) {
|
||||
output.writeInt32(2, pageNumber_);
|
||||
|
|
@ -197,9 +210,8 @@ public final class ProtobufProtocolV3 {
|
|||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (!org.apache.pekko.protobufv3.internal.GeneratedMessageV3.isStringEmpty(query_)) {
|
||||
size +=
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.computeStringSize(1, query_);
|
||||
if (!org.apache.pekko.protobufv3.internal.GeneratedMessage.isStringEmpty(query_)) {
|
||||
size += org.apache.pekko.protobufv3.internal.GeneratedMessage.computeStringSize(1, query_);
|
||||
}
|
||||
if (pageNumber_ != 0) {
|
||||
size +=
|
||||
|
|
@ -290,7 +302,7 @@ public final class ProtobufProtocolV3 {
|
|||
|
||||
public static org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3.MyMessageV3 parseFrom(
|
||||
java.io.InputStream input) throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -298,13 +310,13 @@ public final class ProtobufProtocolV3 {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3.MyMessageV3
|
||||
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseDelimitedWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseDelimitedWithIOException(
|
||||
PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -313,13 +325,13 @@ public final class ProtobufProtocolV3 {
|
|||
java.io.InputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseDelimitedWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseDelimitedWithIOException(
|
||||
PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
public static org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3.MyMessageV3 parseFrom(
|
||||
org.apache.pekko.protobufv3.internal.CodedInputStream input) throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input);
|
||||
}
|
||||
|
||||
|
|
@ -327,7 +339,7 @@ public final class ProtobufProtocolV3 {
|
|||
org.apache.pekko.protobufv3.internal.CodedInputStream input,
|
||||
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
||||
throws java.io.IOException {
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessageV3.parseWithIOException(
|
||||
return org.apache.pekko.protobufv3.internal.GeneratedMessage.parseWithIOException(
|
||||
PARSER, input, extensionRegistry);
|
||||
}
|
||||
|
||||
|
|
@ -352,13 +364,13 @@ public final class ProtobufProtocolV3 {
|
|||
|
||||
@java.lang.Override
|
||||
protected Builder newBuilderForType(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
Builder builder = new Builder(parent);
|
||||
return builder;
|
||||
}
|
||||
/** Protobuf type {@code MyMessageV3} */
|
||||
public static final class Builder
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<Builder>
|
||||
extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<Builder>
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:MyMessageV3)
|
||||
org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3.MyMessageV3OrBuilder {
|
||||
|
|
@ -369,7 +381,7 @@ public final class ProtobufProtocolV3 {
|
|||
}
|
||||
|
||||
@java.lang.Override
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internalGetFieldAccessorTable() {
|
||||
return org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3
|
||||
.internal_static_MyMessageV3_fieldAccessorTable
|
||||
|
|
@ -382,8 +394,7 @@ public final class ProtobufProtocolV3 {
|
|||
// org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3.MyMessageV3.newBuilder()
|
||||
private Builder() {}
|
||||
|
||||
private Builder(
|
||||
org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
||||
private Builder(org.apache.pekko.protobufv3.internal.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
}
|
||||
|
||||
|
|
@ -444,45 +455,6 @@ public final class ProtobufProtocolV3 {
|
|||
}
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clone() {
|
||||
return super.clone();
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder setField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.setField(field, value);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clearField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
||||
return super.clearField(field);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder clearOneof(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
||||
return super.clearOneof(oneof);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder setRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
int index,
|
||||
java.lang.Object value) {
|
||||
return super.setRepeatedField(field, index, value);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder addRepeatedField(
|
||||
org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field,
|
||||
java.lang.Object value) {
|
||||
return super.addRepeatedField(field, value);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) {
|
||||
if (other instanceof org.apache.pekko.remote.protobuf.v3.ProtobufProtocolV3.MyMessageV3) {
|
||||
|
|
@ -720,18 +692,6 @@ public final class ProtobufProtocolV3 {
|
|||
return this;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.setUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
public final Builder mergeUnknownFields(
|
||||
final org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) {
|
||||
return super.mergeUnknownFields(unknownFields);
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(builder_scope:MyMessageV3)
|
||||
}
|
||||
|
||||
|
|
@ -789,7 +749,7 @@ public final class ProtobufProtocolV3 {
|
|||
|
||||
private static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
|
||||
internal_static_MyMessageV3_descriptor;
|
||||
private static final org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
||||
private static final org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
|
||||
internal_static_MyMessageV3_fieldAccessorTable;
|
||||
|
||||
public static org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor getDescriptor() {
|
||||
|
|
@ -812,11 +772,12 @@ public final class ProtobufProtocolV3 {
|
|||
new org.apache.pekko.protobufv3.internal.Descriptors.FileDescriptor[] {});
|
||||
internal_static_MyMessageV3_descriptor = getDescriptor().getMessageTypes().get(0);
|
||||
internal_static_MyMessageV3_fieldAccessorTable =
|
||||
new org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
||||
new org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable(
|
||||
internal_static_MyMessageV3_descriptor,
|
||||
new java.lang.String[] {
|
||||
"Query", "PageNumber", "ResultPerPage",
|
||||
});
|
||||
descriptor.resolveAllFeaturesImmutable();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
|
|
|||
|
|
@ -57,9 +57,9 @@ object MaliciousMessage {
|
|||
class ProtobufSerializerSpec extends PekkoSpec(s"""
|
||||
pekko.serialization.protobuf.allowed-classes = [
|
||||
"com.google.protobuf.GeneratedMessage",
|
||||
"com.google.protobuf.GeneratedMessageV3",
|
||||
"com.google.protobuf.GeneratedMessage",
|
||||
"scalapb.GeneratedMessageCompanion",
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessageV3",
|
||||
"org.apache.pekko.protobufv3.internal.GeneratedMessage",
|
||||
"${classOf[AnotherMessage].getName}",
|
||||
"${classOf[ProtobufSerializerSpec.AnotherInterface].getName}",
|
||||
"${classOf[ProtobufSerializerSpec.AnotherBase].getName}"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,19 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# Issues caused by upgrading protoc to 4.29.3
|
||||
ProblemFilters.exclude[Problem]("org.apache.pekko.stream.StreamRefMessages*")
|
||||
Loading…
Add table
Add a link
Reference in a new issue