Skip to content

Commit dfab5ff

Browse files
committed
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2 parents 6ddb081 + d78ddce commit dfab5ff

File tree

6 files changed

+371
-304
lines changed

6 files changed

+371
-304
lines changed

spring-cloud-openfeign-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.google.protobuf</groupId>
176176
<artifactId>protobuf-java</artifactId>
177-
<version>3.25.5</version>
177+
<version>3.25.7</version>
178178
<scope>test</scope>
179179
</dependency>
180180
<dependency>
Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 the original author or authors.
2+
* Copyright 2013-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,40 +15,12 @@
1515
*/
1616

1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
18-
// source: protobuf_test.proto
18+
// source: request.proto
1919

2020
package org.springframework.cloud.openfeign.encoding.proto;
2121

2222
public final class ProtobufTest {
2323

24-
static final com.google.protobuf.Descriptors.Descriptor internal_static_Request_descriptor;
25-
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Request_fieldAccessorTable;
26-
27-
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
28-
29-
static {
30-
String[] descriptorData = { """
31-
32-
\023protobuf_test.proto""
33-
\007Request\022
34-
35-
\002id\030\001 \001(\005\022\013
36-
\003msg\030\002 \001(\tB\024
37-
\020feign.httpclientP\001b\006proto3""" };
38-
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
39-
public com.google.protobuf.ExtensionRegistry assignDescriptors(
40-
com.google.protobuf.Descriptors.FileDescriptor root) {
41-
descriptor = root;
42-
return null;
43-
}
44-
};
45-
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(descriptorData,
46-
new com.google.protobuf.Descriptors.FileDescriptor[] {}, assigner);
47-
internal_static_Request_descriptor = getDescriptor().getMessageTypes().get(0);
48-
internal_static_Request_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
49-
internal_static_Request_descriptor, new String[] { "Id", "Msg", });
50-
}
51-
5224
private ProtobufTest() {
5325
}
5426

@@ -59,10 +31,30 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
5931
registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
6032
}
6133

34+
static final com.google.protobuf.Descriptors.Descriptor internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_descriptor;
35+
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_fieldAccessorTable;
36+
6237
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
6338
return descriptor;
6439
}
6540

41+
private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
42+
43+
static {
44+
String[] descriptorData = {
45+
"\n\rrequest.proto\0222org.springframework.clo" + "ud.openfeign.encoding.proto\"\"\n\007Request\022\n"
46+
+ "\n\002id\030\001 \001(\005\022\013\n\003msg\030\002 \001(\tBD\n2org.springfra"
47+
+ "mework.cloud.openfeign.encoding.protoB\014P" + "rotobufTestP\001b\006proto3" };
48+
descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(descriptorData,
49+
new com.google.protobuf.Descriptors.FileDescriptor[] {});
50+
internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_descriptor = getDescriptor()
51+
.getMessageTypes()
52+
.get(0);
53+
internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
54+
internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_descriptor,
55+
new String[] { "Id", "Msg", });
56+
}
57+
6658
// @@protoc_insertion_point(outer_class_scope)
6759

6860
}

0 commit comments

Comments
 (0)