Skip to content

Changes

Summary

  1. Release version 9.0.0.M4. (details)
  2. Update version number to 9.0.0-SNAPSHOT. (details)
  3. Implement tap on primitive iterables. CLoses #311. (details)
  4. Remove eclipse-sign profile. (details)
Commit 03d0f04b7bf42abd425f4378ad4b4b84dd07d472 by hudson
Release version 9.0.0.M4.
The file was modified acceptance-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 jmh-scala-tests/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 eclipse-collections-testutils/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified performance-tests/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 unit-tests-java8/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 eclipse-collections-code-generator-maven-plugin/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/org.eclipse.collections/pom.xml (diff)
Commit 60dff0eae02f656c1e731e9b3313be4238c2fe84 by hudson
Update version number to 9.0.0-SNAPSHOT.
The file was modified pom.xml (diff)
The file was modified unit-tests-java8/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 p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified scala-unit-tests/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 test-coverage/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified unit-tests/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 eclipse-collections-testutils/pom.xml (diff)
The file was modified performance-tests/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/api/collection/mutablePrimitiveCollection.stg (diff)
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/list/immutablePrimitiveList.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/map/primitiveValuesMap.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/objectPrimitiveMap.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/map/mutableObjectPrimitiveMap.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/bag/mutablePrimitiveBag.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/bag/primitiveBag.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/api/set/immutablePrimitiveSet.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/test/collection/mutable/abstractPrimitiveIterableTestCase.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/bag/immutablePrimitiveBag.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/lazyPrimitiveIterable.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/primitiveSet.stg (diff)
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/mutablePrimitiveStack.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/primitiveIterable.stg (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/api/list/mutablePrimitiveList.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 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)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)