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 91365008 Bump logback.version from 1.5.32 to 1.5.33
new a3be8f90 ARIES-2224 Fix ZooKeeper modified events published for
unchanged endpoints
new 3b954b09 Add reuse address socket option to fastbin TCP server
new 60cf0297 ARIES-2225 Fix FastBinProvider intents handling to comply
with spec
new a4543664 ARIES-2226 Fix FastBinProvider handling of config-type
properties to comply with TCK
new 41b1bbdc ARIES-2228 Fix FastBinProvider socket not closed on shutdown
new abbb9b63 Simplify EventListenerBridge ignoring its own listener
new 09afffad Fix EventListenerBridge ignoring scope modifying events
new 86144b24 Fix EventListenerBridge missing previously registered
consumers
new 0f8ce1be ARIES-2227 Add TCK test run with ZooKeeper discovery and
Fastbin distribution provider
The 9 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:
.../client/ZookeeperEndpointListener.java | 21 +++++
.../org.apache.aries.rsa.discovery.tcp.cfg | 2 +
.../org.apache.aries.rsa.discovery.zookeeper.cfg | 1 +
...apache.aries.rsa.discovery.zookeeper.server.cfg | 1 +
.../org.apache.aries.rsa.provider.fastbin.cfg | 1 +
.../configs/framework1/org.ops4j.pax.logging.cfg | 27 +++++++
.../org.apache.aries.rsa.discovery.tcp.cfg | 2 +
.../org.apache.aries.rsa.discovery.zookeeper.cfg | 1 +
.../org.apache.aries.rsa.provider.fastbin.cfg | 1 +
.../configs/framework2/org.ops4j.pax.logging.cfg | 27 +++++++
itests/tck/pom.xml | 88 +++++++++++++++++++--
itests/tck/{tck.bndrun => tck-tcp-tcp.bndrun} | 63 ++++++++-------
.../{tck.bndrun => tck-zookeeper-fastbin.bndrun} | 90 ++++++++++++++--------
.../aries/rsa/provider/fastbin/Activator.java | 2 +-
.../rsa/provider/fastbin/FastBinProvider.java | 79 +++++++++++--------
.../provider/fastbin/tcp/TcpTransportServer.java | 41 +++++++---
.../apache/aries/rsa/core/EventListenerBridge.java | 30 +++++---
17 files changed, 356 insertions(+), 121 deletions(-)
create mode 100644
itests/tck/configs/framework1/org.apache.aries.rsa.discovery.tcp.cfg
create mode 100644
itests/tck/configs/framework1/org.apache.aries.rsa.discovery.zookeeper.cfg
create mode 100644
itests/tck/configs/framework1/org.apache.aries.rsa.discovery.zookeeper.server.cfg
create mode 100644
itests/tck/configs/framework1/org.apache.aries.rsa.provider.fastbin.cfg
create mode 100644 itests/tck/configs/framework1/org.ops4j.pax.logging.cfg
create mode 100644
itests/tck/configs/framework2/org.apache.aries.rsa.discovery.tcp.cfg
create mode 100644
itests/tck/configs/framework2/org.apache.aries.rsa.discovery.zookeeper.cfg
create mode 100644
itests/tck/configs/framework2/org.apache.aries.rsa.provider.fastbin.cfg
create mode 100644 itests/tck/configs/framework2/org.ops4j.pax.logging.cfg
copy itests/tck/{tck.bndrun => tck-tcp-tcp.bndrun} (89%)
rename itests/tck/{tck.bndrun => tck-zookeeper-fastbin.bndrun} (67%)