This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/org.apache.derby-derby-10.17.1.0
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-impl.git
discard bba595f Add profiles for Java 17 and 21 with latest derby versioning
omit 62f62cf Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0
add de269f6 SLING-12423 - Onboard Sling Discovery impl to SonarCloud (#7)
add 9a7b4e1 SLING-12424: Migrate discovery.impl to official OSGi
annotations (#6)
add ebc2a33 SLING-12424: Migrate discovery.impl to official OSGi
annotations
add 0508eb8 SLING-12424: Migrate discovery.impl to official OSGi
annotations
add 9a91075 Merge pull request #8 from mreutegg/SLING-12424-2
add ac3e20a SLING-12458: Migrate discovery.impl to Resource Observation
API (#10)
add 1471d58 SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add 8743059 SLING-12866 - Restrict force pushes, auto-delete branches on
merge
add c624fd9 Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0
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 (bba595f)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.derby-derby-10.17.1.0 (c624fd9)
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:
.asf.yaml | 5 +
.sling-module.json | 5 -
bnd.bnd | 3 +
pom.xml | 230 +++++----------------
.../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 | 124 +++++------
.../impl/cluster/ClusterViewServiceImpl.java | 8 +-
.../impl/cluster/voting/VotingHandler.java | 80 ++++---
.../impl/common/heartbeat/HeartbeatHandler.java | 32 ++-
.../cluster/ClusterViewChangeListenerTest.java | 136 ++++++++++++
.../discovery/impl/setup/VotingEventListener.java | 55 +++--
14 files changed, 546 insertions(+), 542 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
create mode 100644
src/test/java/org/apache/sling/discovery/impl/cluster/ClusterViewChangeListenerTest.java