This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/commons-net-commons-net-3.9.0
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git
omit 740e18a Bump commons-net from 3.3 to 3.9.0
add d978819 SLING-10854 : introducing SlingIdCleanupTask to clean up old
slingIds… (#13)
add f0f1614 SLING-11805 : Don't stop slingId cleanup upon
PROPERTIES_CHANGED (#14)
add b88bc36 [maven-release-plugin] prepare release
org.apache.sling.discovery.oak-1.2.44
add 60080be [maven-release-plugin] prepare for next development iteration
add 8a7d731 SLING-11709 - Set up Jira autolinks to all Sling Github
projects
add 181a2a7 SLING-12094 - Use GitHub for the Maven scm.url value
add 0c9a6f1 SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add 0d0e3c2 SLING-12559 Update to parent 52
add 6e57aec Bump commons-net from 3.3 to 3.9.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 (740e18a)
\
N -- N -- N
refs/heads/dependabot/maven/commons-net-commons-net-3.9.0 (6e57aec)
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 | 12 +
.sling-module.json | 5 +
pom.xml | 87 +-
.../sling/discovery/oak/SlingIdCleanupTask.java | 606 ++++++++++++
.../discovery/oak/TestSlingIdCleanupTask.java | 1003 ++++++++++++++++++++
5 files changed, 1647 insertions(+), 66 deletions(-)
create mode 100644 .asf.yaml
create mode 100644 .sling-module.json
create mode 100644
src/main/java/org/apache/sling/discovery/oak/SlingIdCleanupTask.java
create mode 100644
src/test/java/org/apache/sling/discovery/oak/TestSlingIdCleanupTask.java