You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brian Demers <bd...@apache.org> on 2011/04/07 04:30:12 UTC

[ANN] Maven Indexer version 4.1.0 Released

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org