gaoxiaolei-s59 opened a new pull request, #16324:
URL: https://github.com/apache/dubbo/pull/16324

   ## What is the purpose of the change
   
   Fix the Dubbo3 Triple generator output for unary methods whose response type 
is `google.protobuf.Empty`. The generated synchronous Java method now uses 
`void`, while descriptor, parser, async, and StreamObserver paths keep using 
`com.google.protobuf.Empty`.
   
   Fixes #15629
   
   ## Brief changelog
   
   - Map `google.protobuf.Empty` to `com.google.protobuf.Empty` in generator 
type context.
   - Split unary synchronous return type from protobuf wire output type.
   - Add Triple generator coverage for Empty responses.
   
   ## Verifying this change
   
   - `./mvnw -pl dubbo-plugin/dubbo-compiler test`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to