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

slachiewicz pushed a change to branch MINDEXER-116
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


 discard a679a5f  [MINDEXER-116] Move syntax to Java 8 + fix IDE warnings
 discard 2d0c890  [MINDEXER-116] Require Java 8 at runtime
 discard b9bd3bb  [MINDEXER-116] Move code to Java 7 syntax
     add 8b8298c  Create Dependabot config file
     add 465681a  Bump junit from 4.12 to 4.13
     add 421ae31  update ASF CI url
     add a6e296a  update ASF CI url
     add 552d855  (doc) Fix spurious javadoc @param tags
     add 48b3faa  (doc) Use exception message in printed message
     add 7e3aa46  (doc) Fix spurious javadoc @param tag
     new dd9407f  Bump junit from 4.13 to 4.13.1
     new 5a00976  [MINDEXER-116] Move code to Java 7 syntax
     new 2fe7d29  [MINDEXER-116] Require Java 8 at runtime
     new 7b3b9f4  [MINDEXER-116] Java 8 sugar + fix IDE warnings

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   (a679a5f)
            \
             N -- N -- N   refs/heads/MINDEXER-116 (7b3b9f4)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml => .github/dependabot.yml                | 23 +++++++++++-----------
 README.md                                          |  8 ++++----
 .../apache/maven/index/cli/NexusIndexerCli.java    |  2 +-
 .../java/org/apache/maven/index/QueryCreator.java  |  3 +--
 .../maven/index/context/TrackingLockFactory.java   |  2 +-
 .../maven/index/treeview/AbstractTreeNode.java     | 18 ++++++++---------
 .../maven/index/treeview/DefaultTreeNode.java      |  2 +-
 .../maven/index/updater/DefaultIndexUpdater.java   |  6 ++----
 .../java/org/apache/maven/index/reader/Record.java |  6 ++++--
 pom.xml                                            |  4 ++--
 10 files changed, 36 insertions(+), 38 deletions(-)
 copy .asf.yaml => .github/dependabot.yml (78%)

Reply via email to