This is an automated email from the ASF dual-hosted git repository.
amichai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
from 2906b9d4 ARIES-2116 - Add call to ungetService when export is closed
add eef376be ARIES-2113 - Distinguish result object, invoked method
exceptions and provider exceptions
No new revisions were added by this update.
Summary of changes:
.../aries/rsa/provider/tcp/MethodInvoker.java | 10 ++--
.../apache/aries/rsa/provider/tcp/TCPServer.java | 20 +++++---
.../rsa/provider/tcp/TcpInvocationHandler.java | 26 +++++-----
.../aries/rsa/provider/tcp/MethodInvokerTest.java | 58 ++++++++++++++++++++++
4 files changed, 87 insertions(+), 27 deletions(-)
create mode 100644
provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/MethodInvokerTest.java