Howdy,

The Apache Maven Team is pleased to announce the release of the Maven
Indexer version 6.2.0.

Most notable changes:
- IndexReader provides OOTB resource handlers
- Search API w/ 2 backends
- Bugs squashed

IMPORTANT: Next release planned will use the Lucene version to 9.x, and
that will imply Java 11. Hence, this is the LAST planned Java 8 release of
Maven Indexer.

Site: https://maven.apache.org/maven-indexer/

<dependency>
  <groupId>org.apache.maven.indexer</groupId>
  <artifactId>indexer-core</artifactId>
  <version>6.2.0</version>
</dependency>


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


Have fun,
-The Apache Maven Team

Reply via email to