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

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


 discard 4a54f5f  [MINDEXER-117] Integration test for index temporary directory
 discard 6c2609f  [MINDEXER-117] ability to set index temp directory for index 
update
     add 005bc5e  [MINDEXER-118] Eliminate use of deprecated Lucene API - Field
     new 044e0d3  [MINDEXER-117] ability to set index temp directory for index 
update
     new 1b3d9ce  [MINDEXER-117] Integration test for index temporary directory

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   (4a54f5f)
            \
             N -- N -- N   refs/heads/MINDEXER-117 (1b3d9ce)

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 2 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:
 .../org/apache/maven/index/ArtifactContext.java    |  9 +--
 .../org/apache/maven/index/ArtifactInfoRecord.java |  8 +-
 .../apache/maven/index/DefaultIndexerEngine.java   |  8 +-
 .../java/org/apache/maven/index/IndexerField.java  | 90 ++++++++++------------
 .../org/apache/maven/index/OneLineFragmenter.java  | 11 ---
 .../index/context/DefaultIndexingContext.java      | 14 ++--
 .../org/apache/maven/index/context/IndexUtils.java |  8 +-
 .../index/creator/JarFileContentsIndexCreator.java |  6 +-
 .../MavenPluginArtifactInfoIndexCreator.java       |  6 +-
 .../creator/MinimalArtifactInfoIndexCreator.java   | 39 +++++-----
 .../index/creator/OsgiArtifactIndexCreator.java    | 41 +++++-----
 .../maven/index/updater/IndexDataReader.java       | 21 +++--
 .../maven/index/updater/IndexDataWriter.java       | 19 ++---
 13 files changed, 125 insertions(+), 155 deletions(-)

Reply via email to