jira-importer commented on issue #457:
URL: https://github.com/apache/maven-indexer/issues/457#issuecomment-2965142759

   **[Jesse N. 
Glick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jglick)** 
commented
   
   ```xml
   
   Index: indexer-core/pom.xml
   ===================================================================
   --- indexer-core/pom.xml     (revision 1230088)
   +++ indexer-core/pom.xml     (working copy)
   @@ -35,7 +35,7 @@
      </description>
    
      <properties>
   -    <lucene.version>3.0.3</lucene.version>
   +    <lucene.version>3.5.0</lucene.version>
        <maven.version>3.0.1</maven.version>
        <aether.version>1.8</aether.version>
        <archetype.version>2.1</archetype.version>
   ```
   
   indeed produces numerous test failures with the reported assertion.
   
   ```
   Index: 
indexer-core/src/main/java/org/apache/maven/index/context/NexusAnalyzer.java
   ===================================================================
   --- 
indexer-core/src/main/java/org/apache/maven/index/context/NexusAnalyzer.java    
 (revision 1230088)
   +++ 
indexer-core/src/main/java/org/apache/maven/index/context/NexusAnalyzer.java    
 (working copy)
   @@ -35,7 +35,7 @@
     * @author Eugene Kuleshov
     * @author cstamas
     */
   -public class NexusAnalyzer
   +public final class NexusAnalyzer
        extends Analyzer
    {
        public TokenStream tokenStream( String fieldName, Reader reader )
   ```
   
   solves that problem but just gives way to numerous other test failures.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to