This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.code.gson-gson-2.8.9
in repository https://gitbox.apache.org/repos/asf/sling-launchpad-comparator.git
omit b8e7bbe Bump gson from 2.2.4 to 2.8.9
add a8fb524 SLING-11709 - Set up Jira autolinks to all Sling Github
projects
add 6844b9b SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add 49654af Update to parent 62
add 0087336 apply spotless formatting
add ec0fa16 Bump gson from 2.2.4 to 2.8.9
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 (b8e7bbe)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.code.gson-gson-2.8.9 (ec0fa16)
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 ++
.gitignore | 1 +
.sling-module.json | 5 +
pom.xml | 44 ++++---
.../apache/sling/tooling/lc/LaunchpadComparer.java | 134 +++++++++++----------
.../java/org/apache/sling/tooling/lc/Main.java | 36 +++---
.../sling/tooling/lc/aether/AetherSetup.java | 51 ++++----
.../sling/tooling/lc/aether/ArtifactKey.java | 69 ++++++-----
.../apache/sling/tooling/lc/aether/Artifacts.java | 46 +++----
.../sling/tooling/lc/aether/VersionChange.java | 42 ++++---
.../sling/tooling/lc/git/GitChangeLogFinder.java | 70 ++++++-----
.../org/apache/sling/tooling/lc/jira/Fields.java | 35 +++---
.../org/apache/sling/tooling/lc/jira/Issue.java | 58 ++++-----
.../apache/sling/tooling/lc/jira/IssueFinder.java | 69 ++++++-----
.../org/apache/sling/tooling/lc/jira/Response.java | 30 ++---
.../org/apache/sling/tooling/lc/ArtifactsTest.java | 60 ++++-----
16 files changed, 408 insertions(+), 354 deletions(-)
create mode 100644 .asf.yaml
create mode 100644 .sling-module.json