This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 6254d120c9 Merge branch 'apache-3.0' into apache-3.1
add 670bc915e5 Fix the bug that mock invoker cannot handle the methods
which return Type is CompletableFuture. For issue #10473 (#10472)
add bd3af98410 generic_exception_support_transfer (#10382)
add 4da708f3df [3.0] Fix Executor rewrite (#10478)
new 09ed9a6c1d Merge branch 'apache-3.0' into apache-3.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../support/wrapper/MockClusterInvoker.java | 12 +++
.../support/wrapper/MockClusterInvokerTest.java | 44 +++++++++++
.../apache/dubbo/rpc/service/GenericException.java | 89 +++++++++++++++++-----
.../dubbo/rpc/service/GenericExceptionTest.java | 59 ++++++++++++++
.../dubbo/remoting/transport/AbstractServer.java | 16 +++-
5 files changed, 198 insertions(+), 22 deletions(-)
create mode 100644
dubbo-common/src/test/java/org/apache/dubbo/rpc/service/GenericExceptionTest.java