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

alien11689 pushed a change to branch dependabot/maven/jaxb.version-4.0.9
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git


 discard 78225e8f [MAINTENANCE] Use jaxb.version in parent pom and update tck 
bndrun file
 discard 0ed160dc Bump jaxb.version from 4.0.8 to 4.0.9
     add 91365008 Bump logback.version from 1.5.32 to 1.5.33
     add a3be8f90 ARIES-2224 Fix ZooKeeper modified events published for 
unchanged endpoints
     add 3b954b09 Add reuse address socket option to fastbin TCP server
     add 60cf0297 ARIES-2225 Fix FastBinProvider intents handling to comply 
with spec
     add a4543664 ARIES-2226 Fix FastBinProvider handling of config-type 
properties to comply with TCK
     add 41b1bbdc ARIES-2228 Fix FastBinProvider socket not closed on shutdown
     add abbb9b63 Simplify EventListenerBridge ignoring its own listener
     add 09afffad Fix EventListenerBridge ignoring scope modifying events
     add 86144b24 Fix EventListenerBridge missing previously registered 
consumers
     add 0f8ce1be ARIES-2227 Add TCK test run with ZooKeeper discovery and 
Fastbin distribution provider
     add d3fc2043 ARIES-2230 Fix Race condition in TopologyManagerImpor 
handling of endpoint events
     add 4bb2b315 Change TCK bndrun files to automatically use dependency 
versions from pom
     add 1a3f4479 Bump jaxb.version from 4.0.8 to 4.0.9
     add 23b5f5eb [MAINTENANCE] Use jaxb.version in parent pom and update tck 
bndrun file

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (78225e8f)
            \
             N -- N -- N   refs/heads/dependabot/maven/jaxb.version-4.0.9 
(23b5f5eb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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                                 | 137 +++++++++++++--
 itests/tck/tck-tcp-tcp.bndrun                      | 150 +++++++++++++++++
 itests/tck/tck-zookeeper-fastbin.bndrun            | 184 +++++++++++++++++++++
 itests/tck/tck.bndrun                              | 107 ------------
 parent/pom.xml                                     |   2 +-
 .../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 ++--
 .../importer/TopologyManagerImport.java            |  12 +-
 20 files changed, 650 insertions(+), 178 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
 create mode 100644 itests/tck/tck-tcp-tcp.bndrun
 create mode 100644 itests/tck/tck-zookeeper-fastbin.bndrun
 delete mode 100644 itests/tck/tck.bndrun

Reply via email to