Skip to content

Changes

Summary

  1. Release version 9.0.0.M3. (details)
  2. Update version number to 9.0.0-SNAPSHOT. (details)
  3. Add JavaDoc for distinctBy and updated RELEASE_NOTE_DRAFT. (details)
  4. Skip deploy all artifacts except p2 while running with performReleaseP2. (details)
  5. Implement Implement ReversibleIterable.reverseForEachWithIndex(). Fixes (details)
  6. Deprecate or hide collection factory constructors. Closes #26. (details)
Commit 077f454aeaa348a59c25a394c0a50a4b543c6ab8 by hudson
Release version 9.0.0.M3.
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified unit-tests-java8/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified test-coverage/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
Commit 6993a4943bca331197d33a6b6cf61f479a9fa1fb by hudson
Update version number to 9.0.0-SNAPSHOT.
The file was modified p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified unit-tests-java8/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified test-coverage/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified pom.xml (diff)
Commit ab8ec7a42164eae14f9ba976ffeed697dafa4bed by Donald Raab
Add JavaDoc for distinctBy and updated RELEASE_NOTE_DRAFT.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified RELEASE_NOTE_DRAFT.md (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/list/ListIterable.java (diff)
Commit a8628fb4ec3aac028369672ed656a87133e70147 by Nikhil Nanivadekar
Skip deploy all artifacts except p2 while running with performReleaseP2. Fixes #333.

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
Commit 51d527dabc595fe761a7791a2258eadf640e4842 by Nikhil Nanivadekar
Implement Implement ReversibleIterable.reverseForEachWithIndex(). Fixes #151.

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/immutable/AbstractImmutableList.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/set/sorted/mutable/UnmodifiableSortedSetTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/immutable/AbstractImmutableSortedSet.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/ArrayListAdapter.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/utility/ArrayListIterate.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/utility/ArrayListIterateTest.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/set/sorted/mutable/TreeSortedSetTest.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/set/sorted/mutable/SortedSetAdapterTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/mutable/AbstractMutableSortedBag.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/set/sorted/mutable/AbstractSortedSetTestCase.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/mutable/SynchronizedSortedBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/mutable/UnmodifiableTreeMap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/CompositeFastList.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/set/sorted/mutable/SynchronizedSortedSet2Test.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/mutable/AbstractListTestCase.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/immutable/AbstractImmutableSortedMap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/mutable/SynchronizedSortedSet.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/MultiReaderFastList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/immutable/AbstractImmutableSortedBag.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/mutable/CompositeFastListTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/immutable/ImmutableEmptyList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/ListAdapter.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/mutable/TreeSortedSet.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/mutable/SortedSetAdapter.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/immutable/AbstractImmutableListTestCase.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/UnmodifiableMutableList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/mutable/AbstractMutableSortedMap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/ordered/ReversibleIterable.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/RandomAccessListAdapter.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/immutable/ImmutableEmptyListTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/SynchronizedMutableList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/mutable/UnmodifiableSortedBag.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/AbstractMutableList.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/mutable/UnmodifiableSortedSet.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/mutable/SynchronizedSortedMap.java (diff)
Commit 0bc916bc059bd4b35fb1bfe4f02d1e3cbb6449e9 by Nikhil Nanivadekar
Deprecate or hide collection factory constructors. Closes #26.
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/HashingStrategyMaps.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/stack/mutable/MutableStackFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/MutableBagFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bimap/immutable/ImmutableBiMapFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/immutable/ImmutableSortedSetFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/primitiveBags.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/immutable/ImmutableBagFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/immutable/ImmutableMapFactoryImpl.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/set/fixed/FixedSizeSetFactoryTest.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/mutable/mutablePrimitiveBagFactoryImpl.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitivePrimitiveMapFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/BiMaps.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/stack/immutable/immutablePrimitiveStackFactoryImpl.stg (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/map/immutable/ImmutableMapFactoryTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/immutable/ImmutableSortedBagFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/HashingStrategyBags.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Maps.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/mutable/MutableSortedMapFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Sets.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/mutablePrimitivePrimitiveMapFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/mutable/MutableListFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/immutable/ImmutableSetFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/SortedBags.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/primitiveLists.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/bag/immutable/immutablePrimitiveBagFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/sorted/immutable/ImmutableSortedMapFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Stacks.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/mutableObjectPrimitiveMapFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/immutable/primitive/ImmutableBooleanSetFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/primitiveObjectMaps.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/stack/immutable/ImmutableStackFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/SortedSets.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/primitiveStacks.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/HashingStrategySets.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/primitiveSets.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutableObjectPrimitiveMapFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/immutable/ImmutableListFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/MutableMapFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/list/immutable/immutablePrimitiveListFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/SortedMaps.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/list/mutable/mutablePrimitiveListFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/fixed/FixedSizeListFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/sorted/mutable/MutableSortedSetFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/objectPrimitiveMaps.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bimap/mutable/MutableBiMapFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/sorted/mutable/MutableSortedBagFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Bags.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/mutablePrimitiveObjectMapFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/fixed/FixedSizeMapFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/factory/primitivePrimitiveMaps.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/stack/mutable/mutablePrimitiveStackFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/fixed/FixedSizeSetFactoryImpl.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/mutable/MutableSetFactoryImpl.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitiveObjectMapFactoryImpl.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/set/mutable/mutablePrimitiveSetFactoryImpl.stg (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Lists.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/set/immutable/immutablePrimitiveSetFactoryImpl.stg (diff)