Skip to content

Commit

Permalink
feat:dubbo-compiler remove grpc and grpc/reactive package(apache#13367)…
Browse files Browse the repository at this point in the history
… (apache#13409)

* feat:dubbo-compiler remove grpc and grpc/reactive package(apache#13367)

* feat:dubbo-complier only reserve dubbo3 and tri(apache#13367)

---------

Co-authored-by: pengxiaoyu <[email protected]>
  • Loading branch information
xiaoyuuuuuupeng and pengxiaoyu authored Nov 29, 2023
1 parent 3f48269 commit af0f45f
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,020 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@
package org.apache.dubbo.maven.plugin.protoc.enums;

public enum DubboGenerateTypeEnum {
Dubbo("dubbo", "org.apache.dubbo.gen.dubbo.DubboGenerator"),
Dubbo3("dubbo3", "org.apache.dubbo.gen.dubbo.Dubbo3Generator"),
Tri("tri", "org.apache.dubbo.gen.tri.Dubbo3TripleGenerator"),
Tri_reactor("tri_reactor", "org.apache.dubbo.gen.tri.reactive.ReactorDubbo3TripleGenerator"),
Grpc("grpc", "org.apache.dubbo.gen.grpc.DubboGrpcGenerator"),
Grpc_reactor("grpc_reactor", "org.apache.dubbo.gen.grpc.reactive.ReactorDubboGrpcGenerator"),
Grpc_rx("grpc_rx", "org.apache.dubbo.gen.grpc.reactive.RxDubboGrpcGenerator"),
;
private String id;
private String mainClass;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit af0f45f

Please sign in to comment.