You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2019/05/13 08:13:53 UTC

[aries-rsa] branch master updated (12ef918 -> d42661b)

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git.


    from 12ef918  Merge pull request #19 from amichair/ARIES-1906
     new e7e7f12  many little refactorings
     new 340d376  Migrated to Java 7's diamond operator
     new d42661b  Merge pull request #20 from amichair/refactorings

The 892 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:
 .../discovery/config/PropertyValidatorTest.java    | 10 ++---
 .../endpoint/EndpointDescriptionParser.java        |  2 +-
 .../rsa/discovery/endpoint/PropertiesMapper.java   | 10 ++---
 .../local/EndpointDescriptionBundleParser.java     |  4 +-
 .../aries/rsa/discovery/local/LocalDiscovery.java  | 17 ++++-----
 .../discovery/endpoint/PropertiesMapperTest.java   |  8 ++--
 .../local/EndpointDescriptionBundleParserTest.java |  4 +-
 .../rsa/discovery/local/LocalDiscoveryTest.java    | 28 +++++++-------
 .../aries/rsa/discovery/zookeeper/Activator.java   |  2 +-
 .../discovery/zookeeper/ZooKeeperDiscovery.java    |  5 +--
 .../publish/PublishingEndpointListener.java        |  2 +-
 .../repository/ZookeeperEndpointRepository.java    | 12 ++----
 .../rsa/discovery/zookeeper/server/Utils.java      |  4 +-
 .../zookeeper/subscribe/InterestManager.java       |  2 +-
 .../zookeeper/ZookeeperDiscoveryTest.java          |  4 +-
 .../publish/PublishingEndpointListenerTest.java    |  2 +-
 .../zookeeper/server/ZookeeperStarterTest.java     |  2 +-
 .../apache/aries/rsa/eapub/EventAdminHelper.java   |  4 +-
 .../aries/rsa/eapub/EventAdminHelperTest.java      |  2 +-
 .../apache/aries/rsa/itests/felix/RsaTestBase.java |  5 +--
 .../aries/rsa/provider/fastbin/BaseActivator.java  |  2 +-
 .../fastbin/api/ProtobufSerializationStrategy.java |  2 +-
 .../fastbin/tcp/AsyncFutureInvocationStrategy.java |  2 +-
 .../provider/fastbin/tcp/ClientInvokerImpl.java    | 10 ++---
 .../provider/fastbin/tcp/LengthPrefixedCodec.java  |  2 +-
 .../provider/fastbin/tcp/ServerInvokerImpl.java    |  6 +--
 .../rsa/provider/fastbin/tcp/TcpTransport.java     |  8 ++--
 .../provider/fastbin/tcp/TcpTransportFactory.java  |  6 +--
 .../provider/fastbin/tcp/TcpTransportServer.java   |  2 +-
 .../rsa/provider/fastbin/tcp/TransportPool.java    |  6 +--
 .../fastbin/util/ClassLoaderObjectInputStream.java |  2 +-
 .../fastbin/util/IntrospectionSupport.java         | 33 ++++++++--------
 .../rsa/provider/fastbin/util/URISupport.java      | 18 ++++-----
 .../rsa/provider/fastbin/FutureInvocationTest.java |  2 +-
 .../aries/rsa/provider/fastbin/InvocationTest.java | 38 +++++++++----------
 .../provider/fastbin/PromiseInvocationTest.java    |  6 +--
 .../rsa/provider/fastbin/StreamInvocationTest.java |  2 +-
 .../rsa/provider/fastbin/TransportFailureTest.java |  4 +-
 .../fastbin/tcp/LengthPrefixedCodecTest.java       |  8 ++--
 .../aries/rsa/provider/tcp/LocalHostUtil.java      |  2 +-
 .../aries/rsa/provider/tcp/MethodInvoker.java      |  3 +-
 .../rsa/provider/tcp/TcpInvocationHandler.java     |  2 +-
 .../aries/rsa/provider/tcp/EndpointParserTest.java |  2 +-
 .../rsa/provider/tcp/TcpProviderIntentTest.java    |  6 +--
 .../rsa/provider/tcp/TcpProviderPrimitiveTest.java |  4 +-
 .../aries/rsa/provider/tcp/TcpProviderTest.java    |  4 +-
 .../rsa/provider/tcp/myservice/MyServiceImpl.java  |  2 +-
 .../aries/rsa/core/ClientServiceFactory.java       |  2 +-
 .../rsa/core/DistributionProviderTracker.java      |  2 +-
 .../aries/rsa/core/ImportRegistrationImpl.java     |  4 +-
 .../aries/rsa/core/RemoteServiceAdminCore.java     | 44 ++++++++++------------
 .../aries/rsa/core/ClientServiceFactoryTest.java   |  2 +-
 .../aries/rsa/core/OverlayPropertiesTest.java      | 22 +++++------
 .../aries/rsa/core/RemoteServiceAdminCoreTest.java | 18 ++++-----
 .../aries/rsa/core/event/EventProducerTest.java    |  2 +-
 .../org/apache/aries/rsa/util/EndpointHelper.java  |  2 +-
 .../java/org/apache/aries/rsa/util/StringPlus.java |  4 +-
 .../aries/rsa/topologymanager/Activator.java       |  2 +-
 .../exporter/EndpointListenerNotifier.java         |  8 ++--
 .../exporter/ServiceExportsRepository.java         |  2 +-
 .../importer/TopologyManagerImport.java            | 10 ++---
 .../importer/local/EndpointListenerManager.java    |  6 +--
 .../importer/local/FilterHelper.java               |  2 +-
 .../importer/local/ReferenceCounter.java           |  2 +-
 .../exporter/EndpointListenerNotifierTest.java     |  2 +-
 .../exporter/TopologyManagerExportTest.java        |  2 +-
 .../importer/local/ListenerHookImplTest.java       |  2 +-
 .../importer/local/ReferenceCounterTest.java       |  2 +-
 68 files changed, 217 insertions(+), 238 deletions(-)