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 96489a39 ARIES-2199: Use only-script version
new 37191ba9 ARIES-2212 Refactor ImportRegistrationImpl initialization to
use one-time init instead of setters
new daa69700 ARIES-2207 Re-implement ImportRegistrationImpl more simple,
clear and compliant
new 4bacc480 ARIES-2207 Re-implement ExportRegistrationImpl more simple,
clear and compliant
new d874b29c ARIES-2208 Fix incorrect closing of RSA
factory/core/instance/registrations
new d13e90db ARIES-2209 Merge ExportReferenceImpl into
ExportRegistrationImpl
The 5 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/core/DistributionProviderTracker.java | 42 ++-
.../apache/aries/rsa/core/ExportReferenceImpl.java | 77 -----
.../aries/rsa/core/ExportRegistrationImpl.java | 260 ++++++++++-------
.../aries/rsa/core/ImportRegistrationImpl.java | 324 +++++++++++----------
.../aries/rsa/core/RemoteServiceAdminCore.java | 155 +++-------
.../aries/rsa/core/RemoteServiceAdminFactory.java | 27 +-
.../aries/rsa/core/RemoteServiceAdminInstance.java | 74 +++--
.../rsa/core/DistributionProviderTrackerTest.java | 8 +-
.../aries/rsa/core/ImportRegistrationImplTest.java | 30 +-
.../exporter/ServiceExportsRepository.java | 14 +-
10 files changed, 486 insertions(+), 525 deletions(-)
delete mode 100644
rsa/src/main/java/org/apache/aries/rsa/core/ExportReferenceImpl.java