Eclipse Collections 9.2.0 Release Review

Type
Release
State
Successful
End Date of the Review Period

Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.

Release

9.2.0

Description

This is the 9.2.0 Minor Release which includes some critical bug fixes for concurrent and primitive collections, addition of new API based on user requirements, reducing tech debt. There are no breaking changes this release. All changes are backwards compatible.

This is also the Photon release of Eclipse Collections project.

This release is part of Eclipse Photon.

Critical bug fixes:

  1. Fix PrimitiveHashSet#iterator()#remove() to not rehash.
  2. Fix concurrent map iterator with size close to zero.
  3. Fix Primitive Hash Maps addToValue after rehash and grow.
  4. Fix equals() and hashCode() in IntInterval for edge cases.

New API/ Collections:

  1. Implement OrderedMapAdapter
  2. Implement chunk on primitive iterables.
  3. Implement newEmpty() on MutablePrimitiveCollections.
  4. Mark index methods non final, hashingStrategy protected, use newEmpty where appropriate.

Tech Debt Reduction:

  1. Fixed inspection violations.
  2. Enabled checkstyles for generated code.

New GPL Dependency added as works/builds with:

  1. jcstress: http://openjdk.java.net/projects/code-tools/jcstress/

This release will be a part of Eclipse Photon.

Conforms To UI/UX Guidelines
Not verified