Skip to content

Commit c421418

Browse files
committed
Port spec and spec-grpc packages
1 parent 78af1a3 commit c421418

215 files changed

Lines changed: 62844 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

compat-0.3/spec-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<artifactId>protobuf-maven-plugin</artifactId>
125125
<version>${protobuf-maven-plugin.version}</version>
126126
<configuration>
127-
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
127+
<protocArtifact>com.google.protobuf:protoc:${protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
128128
<pluginId>grpc-java</pluginId>
129129
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
130130
<outputDirectory>src/main/java</outputDirectory>

compat-0.3/spec-grpc/src/main/java/org/a2aproject/sdk/compat03/grpc/A2A.java

Lines changed: 827 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compat-0.3/spec-grpc/src/main/java/org/a2aproject/sdk/compat03/grpc/A2AServiceGrpc.java

Lines changed: 1323 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)