[GitHub] [thrift] bogdandrutu opened a new pull request, #2808: [Java]: Cleanup extend client logic for sync and async clients

2023-05-16 Thread via GitHub
bogdandrutu opened a new pull request, #2808: URL: https://github.com/apache/thrift/pull/2808 Small cleanup for extend logic for both sync and async clients. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [thrift] bogdandrutu opened a new pull request, #2810: THRIFT-5711: Fix FutureClient implementation when service extends from another service

2023-05-16 Thread via GitHub
bogdandrutu opened a new pull request, #2810: URL: https://github.com/apache/thrift/pull/2810 The `FutureClient` should extend the parent service `FutureClient` because the `FutureIface` does that too. Without this change the `FutureClient` will get a compilation error that does

[jira] [Created] (THRIFT-5711) Java: FutureClient does not extend when service extends from another service

2023-05-16 Thread Bogdan Drutu (Jira)
Bogdan Drutu created THRIFT-5711: Summary: Java: FutureClient does not extend when service extends from another service Key: THRIFT-5711 URL: https://issues.apache.org/jira/browse/THRIFT-5711

[GitHub] [thrift] bogdandrutu opened a new pull request, #2809: Remove unnecessary empty spaces form t_java_generator.cc

2023-05-16 Thread via GitHub
bogdandrutu opened a new pull request, #2809: URL: https://github.com/apache/thrift/pull/2809 IDE whitespaces fixes, very nit. -- 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