This is an automated email from the ASF dual-hosted git repository.
amichair pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
from d33f1d47 Change TcpInvocationHandler to use supplyAsync instead of
creating unmanaged threads
new 4fb7b724 Refactor EndpointDescriptionBundleParser
new 120e8286 ARIES-2220 Fix EndpointDescriptionBundleParser not supporting
multiple paths in header
new 25e47426 Change LocalDiscoveryTest to test functionality and not
private implementation details
new 5fa954a9 Remove redundant null check
new 0f338d44 Little refactorings in LocalDiscovery
new 918aa62c Reverse LocalDiscovery endpoints map
new b2574d8f Remove LocalDiscovery reverse listeners map
new 7a992709 Optimize LocalDiscovery by creating Filters only once
The 8 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:
.../local/EndpointDescriptionBundleParser.java | 67 +--
.../aries/rsa/discovery/local/LocalDiscovery.java | 180 ++++----
.../local/EndpointDescriptionBundleParserTest.java | 37 +-
.../rsa/discovery/local/LocalDiscoveryTest.java | 482 ++++++++++-----------
4 files changed, 364 insertions(+), 402 deletions(-)