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 6a09c782 ARIES-2112 - Fix ClassCastException on JDK9+
add 58824419 Remove redundant whitespace
add 73a7e1fd Standardize whitespace around operators
add 24337177 Organize EndpointPropertiesParser constants
add c9f34d90 Refactor TCPProvider combined intents
new e2f96879 Merge pull request #46 from amichair/cleanup
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:
.../rsa/discovery/endpoint/PropertiesMapper.java | 2 +-
.../apache/aries/rsa/discovery/mdns/Interest.java | 2 +-
.../provider/fastbin/streams/InputStreamProxy.java | 2 +-
.../fastbin/streams/OutputStreamProxy.java | 2 +-
.../fastbin/streams/StreamProviderImpl.java | 2 +-
.../fastbin/tcp/AsyncInvocationStrategy.java | 10 ++++----
.../provider/fastbin/tcp/ClientInvokerImpl.java | 6 ++---
.../provider/fastbin/tcp/ServerInvokerImpl.java | 6 ++---
.../rsa/provider/fastbin/tcp/TcpTransport.java | 16 ++++++-------
.../rsa/provider/fastbin/tcp/TransportPool.java | 2 +-
.../fastbin/util/IntrospectionSupport.java | 4 ++--
.../aries/rsa/provider/fastbin/InvocationTest.java | 22 ++++++++---------
.../rsa/provider/fastbin/StreamInvocationTest.java | 6 ++---
.../fastbin/streams/InputStreamProxyTest.java | 12 +++++-----
.../fastbin/streams/OutputStreamProxyTest.java | 4 ++--
.../rsa/provider/tcp/EndpointPropertiesParser.java | 16 ++++++++-----
.../apache/aries/rsa/provider/tcp/TCPProvider.java | 28 ++++++++++------------
.../aries/rsa/core/RemoteServiceAdminCore.java | 6 ++---
.../importer/local/FilterHelperTest.java | 2 +-
19 files changed, 75 insertions(+), 75 deletions(-)