apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.54k stars 26.44k forks source link

dubbo-compiler: pom.xml: set manifest main class to Dubbo3TripleGenerator #14815

Closed JanSoundhouse closed 1 month ago

JanSoundhouse commented 1 month ago

The DubboGrpcGenerator class was removed with commit af0f45f7cd71a923d924a7137d998a576180badf "feat:dubbo-compiler remove grpc and grpc/reactive package"

fixes #14818

JanSoundhouse commented 1 month ago

@AlbumenJ: Can you start the "Build and Test For PR" again, please? I don't think the little fix could cause the building of the ubuntu test image to fail.

Also: do you need an issue for this fix? I would have done in the first place but its such a minor change.

Regards jan