You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by scela <gi...@git.apache.org> on 2017/10/03 12:13:12 UTC

[GitHub] maven-indexer pull request #19: Migrate to Lucene 7

GitHub user scela opened a pull request:

    https://github.com/apache/maven-indexer/pull/19

    Migrate to Lucene 7

    Now that Lucene 7 is released I abandoned the 6.1 migration PR and created this new one which takes it straight to 7.
    
    One thing to note is that this might need the enforced JDK to be bumped to 8.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/scela/maven-indexer master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-indexer/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19
    
----
commit b052a6fe0bf0b76a9ed0c168c31ebf02ece08126
Author: Sopot Cela <sc...@redhat.com>
Date:   2017-10-03T12:09:04Z

    Migrate to Lucene 7

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven-indexer issue #19: Migrate to Lucene 7

Posted by cstamas <gi...@git.apache.org>.
Github user cstamas commented on the issue:

    https://github.com/apache/maven-indexer/pull/19
  
    @scela 
    
    With this PR against current master I have this result:
    
    ```
    Tests run: 220, Failures: 3, Errors: 199, Skipped: 0
    
    ------------------------------------------------------------------------
    Reactor Summary:
    
    Maven-Indexer ...................................... SUCCESS [  3.850 s]
    Maven :: Indexer Core .............................. FAILURE [ 15.236 s]
    Maven :: Indexer CLI ............................... SKIPPED
    Maven :: Indexer Reader ............................ SKIPPED
    Maven :: Indexer Examples .......................... SKIPPED
    Maven :: Indexer Examples [Basic] .................. SKIPPED
    Maven :: Indexer Examples [Spring] ................. SKIPPED
    ------------------------------------------------------------------------
    BUILD FAILURE
    ------------------------------------------------------------------------
    ```
    
    For example, there is a negation missed here: https://github.com/apache/maven-indexer/pull/19/files#diff-89dda27a56b499ff34aa1dd92daadccaL104
    
    Did you run this locally?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org