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 6fecd15e Remove unused imports
new 78513563 ARIES-2234 Fix deadlock between TopologyManager.importService
and RemoteServiceAdminCore.removeImportRegistration
new 8ac2c1fa Standardize Import/Export Registration/Reference variable
names
The 2 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:
.../aries/rsa/core/ClientServiceFactory.java | 4 +-
.../org/apache/aries/rsa/core/CloseHandler.java | 4 +-
.../aries/rsa/core/ImportRegistrationImpl.java | 22 ++--
.../aries/rsa/core/RemoteServiceAdminCore.java | 133 ++++++++++-----------
.../aries/rsa/core/RemoteServiceAdminInstance.java | 26 ++--
.../aries/rsa/core/event/EventAdminSender.java | 8 +-
.../apache/aries/rsa/core/event/EventProducer.java | 44 +++----
.../aries/rsa/core/ClientServiceFactoryTest.java | 4 +-
.../aries/rsa/core/ImportRegistrationImplTest.java | 64 +++++-----
.../aries/rsa/core/RemoteServiceAdminCoreTest.java | 6 +-
.../aries/rsa/core/event/EventAdminSenderTest.java | 36 +++---
.../aries/rsa/core/event/EventProducerTest.java | 6 +-
.../exporter/ServiceExportsRepository.java | 24 ++--
.../exporter/TopologyManagerExport.java | 10 +-
.../importer/TopologyManagerImport.java | 36 +++---
.../exporter/TopologyManagerExportTest.java | 20 ++--
.../importer/TopologyManagerImportTest.java | 6 +-
17 files changed, 226 insertions(+), 227 deletions(-)