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 7df47f01 Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 (#108)
new 5b32fbfd ARIES-2213 Make config-type specific properties
spec-compliant and documented
new d7b7d6b4 ARIES-2214 Fix provider config type handling
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:
.../examples/echotcp/service/EchoServiceImpl.java | 4 +-
.../apache/aries/rsa/itests/felix/RsaTestBase.java | 2 +-
provider/tcp/Readme.md | 22 +++---
.../org/apache/aries/rsa/provider/tcp/Config.java | 36 ++++++----
.../apache/aries/rsa/provider/tcp/TcpEndpoint.java | 8 +--
.../aries/rsa/provider/tcp/TcpEndpointTest.java | 7 +-
.../rsa/provider/tcp/TcpProviderPrimitiveTest.java | 5 +-
.../aries/rsa/provider/tcp/TcpProviderTLSTest.java | 75 ++++++++++----------
.../aries/rsa/provider/tcp/TcpProviderTest.java | 15 ++--
.../rsa/core/DistributionProviderTracker.java | 4 ++
.../aries/rsa/core/RemoteServiceAdminCore.java | 81 +++++++++-------------
.../aries/rsa/core/RemoteServiceAdminCoreTest.java | 4 +-
.../apache/aries/rsa/spi/DistributionProvider.java | 31 +++++++--
13 files changed, 155 insertions(+), 139 deletions(-)