The Maven team is pleased to announce the release of the Maven
Indexer, version 4.1.0

This project creates portable indexes from maven repositories, which
can be used to search for artifacts.

You should specify the version in your project's dependency configuration:

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

Release Notes - Maven Indexer 4.1.0

** Bug
    * [MINDEXER-12] - IOException downloading *.gz masked by IOE of *.zip
    * [MINDEXER-13] - *.gz index not loadable using default LightweightHttpWagon
    * [MINDEXER-14] - FlatSearchResponse.totalHits = 1000 when there
are in fact more
    * [MINDEXER-16] - Transport format is not backward compatible

** Improvement
    * [MINDEXER-10] - BottleWarmer thread name should contain Context
ID at least
    * [MINDEXER-15] - Indexer "blindly" opens JARs for inspection,
causing logspam
    * [MINDEXER-17] - Indexer spawned threads should be identifiable
    * [MINDEXER-18] - Indexer is OOM prone while indexing large ZIP files
    * [MINDEXER-20] - Make IndexDataReader.readIndex fail fast on
"garbage" input


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to