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

github-bot pushed a change to branch dependabot/maven/commons-io-commons-io-2.7
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-impl.git


    omit 3e6f495  Bump commons-io:commons-io from 2.4 to 2.7
     add de269f6  SLING-12423 - Onboard Sling Discovery impl to SonarCloud (#7)
     add 9a7b4e1  SLING-12424: Migrate discovery.impl to official OSGi 
annotations (#6)
     add 8041fbd  Bump commons-io:commons-io from 2.4 to 2.7

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   (3e6f495)
            \
             N -- N -- N   
refs/heads/dependabot/maven/commons-io-commons-io-2.7 (8041fbd)

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:
 .sling-module.json                                 |   5 -
 bnd.bnd                                            |   3 +
 pom.xml                                            | 192 ++++----------------
 .../org/apache/sling/discovery/impl/Config.java    | 201 +++++----------------
 .../discovery/impl/DiscoveryServiceConfig.java     | 138 ++++++++++++++
 .../sling/discovery/impl/DiscoveryServiceImpl.java |  36 ++--
 .../discovery/impl/TopologyWebConsolePlugin.java   |  35 ++--
 .../impl/cluster/ClusterViewChangeListener.java    |   8 +-
 .../impl/cluster/ClusterViewServiceImpl.java       |   8 +-
 .../impl/cluster/voting/VotingHandler.java         |  12 +-
 .../impl/common/heartbeat/HeartbeatHandler.java    |  33 +++-
 .../discovery/impl/setup/VotingEventListener.java  |   5 +-
 12 files changed, 298 insertions(+), 378 deletions(-)
 delete mode 100644 .sling-module.json
 create mode 100644 bnd.bnd
 create mode 100644 
src/main/java/org/apache/sling/discovery/impl/DiscoveryServiceConfig.java

Reply via email to