You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/05 19:39:34 UTC

[GitHub] [netbeans] mbien opened a new pull request, #4077: maven indexing: upgrade maven-indexer to 6.2.0 and remove workaround.

mbien opened a new pull request, #4077:
URL: https://github.com/apache/netbeans/pull/4077

   follow up on #3558
   
   the upgrade from 6.1.1 to the just released 6.2.0 allows us to revert 9adf9baacebb0fc25277ff7a8b34a46c0d7ff8a2 since https://issues.apache.org/jira/browse/MINDEXER-144 has been addressed thanks to the maven-indexer devs.
   
   changelog:
   ```
   Release Notes - Maven Indexer - Version 6.2.0
   ** Bug
       * [MINDEXER-121] - ChunkReaderIterator leaks InputStreams
       * [MINDEXER-144] - IndexOutOfBoundsException during indexing
       * [MINDEXER-146] - Fix issues reported by Lucene 9
   ** New Feature
       * [MINDEXER-124] - IndexReader modules should provide resource handler implementations
       * [MINDEXER-143] - Introduce Search API and provide backends
   ** Task
       * [MINDEXER-145] - Update parent POM and dependencies
       * [MINDEXER-147] - Move rootGroups and allGroups fields out of index
       * [MINDEXER-149] - Deprecate Maven1 support
   ```


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien commented on pull request #4077: maven indexing: upgrade maven-indexer to 6.2.0 and remove workaround.

Posted by GitBox <gi...@apache.org>.
mbien commented on PR #4077:
URL: https://github.com/apache/netbeans/pull/4077#issuecomment-1120492497

   awesome. I tested it a few times (since i ran some benchmarks) and saw no Exceptions (esp no IndexOutOfBoundsException) or other problems. Going to merge.
   
   I might add another PR which speeds up the local repo indexing later, if everything turns out well.


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien merged pull request #4077: maven indexing: upgrade maven-indexer to 6.2.0 and remove workaround.

Posted by GitBox <gi...@apache.org>.
mbien merged PR #4077:
URL: https://github.com/apache/netbeans/pull/4077


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on pull request #4077: maven indexing: upgrade maven-indexer to 6.2.0 and remove workaround.

Posted by GitBox <gi...@apache.org>.
ebarboni commented on PR #4077:
URL: https://github.com/apache/netbeans/pull/4077#issuecomment-1119499057

   +1 better to have to have the fix in upstream lib.
   still jdk 8 compatible perfect


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists