Skip to content

Changes

Summary

  1. Update version number to 9.0.0-SNAPSHOT. (details)
  2. Implement tap on primitive iterables. CLoses #311. (details)
  3. Remove eclipse-sign profile. (details)
  4. Release version 9.0.0.M5. (details)
  5. Update version number to 9.0.0-SNAPSHOT. (details)
  6. Implement flipUniqueValues() on primitive maps. Fixes #283. (details)
  7. Update RELEASE_NOTE_DRAFT.md. (details)
Commit 60dff0eae02f656c1e731e9b3313be4238c2fe84 by hudson
Update version number to 9.0.0-SNAPSHOT.
The file was modified serialization-tests/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified test-coverage/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified performance-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 p2-repository/org.eclipse.collections/pom.xml (diff)
Commit c68bc15a1cfc48bad3fd9c589796e25774e663d3 by Donald Raab
Implement tap on primitive iterables. CLoses #311.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified eclipse-collections-code-generator/src/main/resources/test/lazy/abstractLazyPrimitiveIterableTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/objectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/set/immutablePrimitiveSet.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/stack/mutablePrimitiveStack.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/primitiveValuesMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/primitiveIterable.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/immutablePrimitiveBag.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/list/mutablePrimitiveList.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/primitiveBag.stg (diff)
The file was addedeclipse-collections-code-generator/src/main/resources/impl/lazy/tapPrimitiveIterable.stg
The file was modified eclipse-collections-code-generator/src/main/resources/api/list/primitiveList.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/mutablePrimitiveBag.stg (diff)
The file was addedeclipse-collections-code-generator/src/main/resources/test/lazy/primitiveTapIterableTest.stg
The file was modified eclipse-collections-code-generator/src/main/resources/api/stack/immutablePrimitiveStack.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/stack/primitiveStack.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/set/mutablePrimitiveSet.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/lazy/abstractLazyPrimitiveIterable.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/immutableObjectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/utility/lazyPrimitiveIterate.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/collection/mutablePrimitiveCollection.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/collection/mutable/abstractPrimitiveIterableTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/lazyPrimitiveIterable.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/abstractObjectPrimitiveMapTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/list/immutablePrimitiveList.stg (diff)
The file was addedunit-tests/src/test/java/org/eclipse/collections/impl/lazy/primitive/TapBooleanIterableTest.java
The file was modified eclipse-collections-code-generator/src/main/resources/api/set/primitiveSet.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/collection/immutablePrimitiveCollection.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/mutableObjectPrimitiveMap.stg (diff)
Commit 0317a3fa5cabba1a54a9699bf91d4e52bc2051d2 by Nikhil Nanivadekar
Remove eclipse-sign profile.
This profile was added with the intention that we will be able to sign and push the p2 artifacts to maven central.
The build which pushes p2 artifacts fails with unauthorized error and will be deleted from Hudson instance. Hence, this profile will not be used.

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
Commit d110d62fc8da1b5937f59c46c83ab0ce27908716 by hudson
Release version 9.0.0.M5.
The file was modified acceptance-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified pom.xml (diff)
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 scala-unit-tests/pom.xml (diff)
The file was modified junit-trait-runner/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 unit-tests-java8/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
Commit 3ae1bcd46a20a47558cf5246d218f7f1cfdf9ab9 by hudson
Update version number to 9.0.0-SNAPSHOT.
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified test-coverage/pom.xml (diff)
The file was modified eclipse-collections-code-generator-ant/pom.xml (diff)
The file was modified 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-code-generator/pom.xml (diff)
The file was modified p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
Commit 6a546925f55b104f21bac1efa67ef40dccfe5ed7 by Nikhil Nanivadekar
Implement flipUniqueValues() on primitive maps. Fixes #283.

Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/immutablePrimitivePrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/mutablePrimitivePrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/mutable/abstractMutablePrimitivePrimitiveMapTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/mutableObjectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitiveObjectEmptyMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitivePrimitiveSingletonMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/unmodifiableObjectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/synchronizedPrimitivePrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutableObjectPrimitiveHashMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitivePrimitiveHashMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitiveObjectSingletonMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/mutable/abstractMutableObjectPrimitiveMapTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/immutableObjectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/mutablePrimitiveObjectMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/primitivePrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/mutable/unmodifiablePrimitivePrimitiveMapTest.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/mutable/unmodifiablePrimitiveObjectMapTest.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/primitiveObjectHashMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/synchronizedPrimitiveObjectMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/immutable/abstractImmutablePrimitivePrimitiveMapTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/unmodifiablePrimitiveObjectMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitivePrimitiveEmptyMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/objectPrimitiveHashMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutableObjectPrimitiveEmptyMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/objectPrimitiveHashMapWithHashingStrategy.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/objectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/unmodifiablePrimitivePrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/primitiveObjectMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutableObjectPrimitiveSingletonMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/immutable/abstractImmutableObjectPrimitiveMapTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/map/immutablePrimitiveObjectMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/synchronizedObjectPrimitiveMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/immutable/abstractImmutablePrimitiveObjectMapTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/mutable/unmodifiableObjectPrimitiveMapTest.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/immutable/immutablePrimitiveObjectHashMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/primitivePrimitiveHashMap.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/test/map/mutable/abstractMutablePrimitiveObjectMapTestCase.stg (diff)
Commit a0c48fde29d39bb70d55f310215bd44beea11b3f by Donald Raab
Update RELEASE_NOTE_DRAFT.md.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified RELEASE_NOTE_DRAFT.md (diff)