Skip to content
Failed

Changes

Summary

  1. Update version number to 10.3.0-SNAPSHOT. (details)
  2. Remove duplicate code for aggregateBy. (details)
  3. Added containsBy to RichIterable. Closes #919. (details)
  4. Update build and checkstyle set up instructions in CONTRIBUTING guide (details)
  5. Upgrade maven-javadoc plugin to v3.2.0 (details)
  6. Remove travis build configuration. (details)
  7. Disable maven download progress in Unit test GitHub actions. Closes #886 (details)
  8. Upgrade versions of maven plugins. (details)
  9. Move primitiveSort.stg to impl/utility.Closes #949 (details)
  10. Closes #871: Add links for Github interaction to the wiki page (details)
  11. Add OSGi metadata and correct repository build (details)
  12. Release version 10.3.0.M2. (details)
Commit d630eca25564ece043fdad723e0149590b490423 by Collections Bot
Update version number to 10.3.0-SNAPSHOT.
The file was modified jcstress-tests/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified p2-feature/org.eclipse.collections.repository/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified test-coverage/pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified p2-feature/org.eclipse.collections.feature/feature.xml (diff)
The file was modified p2-feature/org.eclipse.collections.feature/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified p2-feature/org.eclipse.collections.repository/category.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified unit-tests-java8/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified p2-feature/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
Commit 6c105eddba35629c6cea1137eee5260b44452be9 by Donald Raab
Remove duplicate code for aggregateBy.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/stack/immutable/ImmutableNotEmptyStack.java (diff)
The file was modified eclipse-collections-code-generator/src/main/resources/impl/map/mutable/primitiveObjectHashMap.stg (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/sorted/ImmutableSortedMap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/primitive/MutablePrimitiveObjectMap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/primitive/ImmutablePrimitiveObjectMap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/ImmutableMap.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/ImmutableMapIterable.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/map/MutableMapIterable.java (diff)
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/stack/ImmutableStack.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/stack/immutable/ImmutableArrayStack.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/immutable/AbstractImmutableMap.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/AbstractMutableMapIterable.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-api/src/main/java/org/eclipse/collections/api/map/MutableMap.java (diff)
Commit 759d4f56e6727b207fcb4740f328148c40767251 by Donald Raab
Added containsBy to RichIterable. Closes #919.

Signed-off-by: Donald Raab <Donald.Raab@bnymellon.com>
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/AbstractRichIterableTestCase.java (diff)
Commit 157fec267888e0edaea92b23b000dc2cc23d9356 by Sirisha Pratha
Update build and checkstyle set up instructions in CONTRIBUTING guide

Signed-off-by: Sirisha Pratha <sirisha.pratha@bnymellon.com>
The file was modified CONTRIBUTING.md (diff)
Commit 43c39c251614aaf8586b7b6bccec40252b4c3114 by Kedar Joshi
Upgrade maven-javadoc plugin to v3.2.0

Closes #360

Signed-off-by: Kedar Joshi <kdar_joshi@yahoo.com>
The file was modified eclipse-collections-testutils/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 eclipse-collections/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
Commit cfda3e5dc66f70c6253db7a8ae21c5e486b49e99 by Craig Motlin
Remove travis build configuration.

Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was removed.travis.yml
The file was removed.travis-command-ea-builds.sh
Commit df1fff7c693a27ba68c0a5bf38a7c1aa5a3ce981 by Sirisha Pratha
Disable maven download progress in Unit test GitHub actions. Closes #886

Signed-off-by: Sirisha Pratha <sirisha.pratha@bnymellon.com>
The file was modified .github/workflows/unit.yml (diff)
Commit be767fd58e5a4d5e2b1a88d84c2800bcffa08523 by Craig Motlin
Upgrade versions of maven plugins.

Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified jcstress-tests/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
Commit ba4adfe282414488817dfeb4e357cc1f8148d287 by Sirisha Pratha
Move primitiveSort.stg to impl/utility.Closes #949

Signed-off-by: Sirisha Pratha <sirisha.pratha@bnymellon.com>
The file was removedeclipse-collections-code-generator/src/main/resources/api/primitiveSort.stg
The file was addedeclipse-collections-code-generator/src/main/resources/impl/utility/primitiveSort.stg
Commit f618578aae620dff000f014daff17c1c45978cbb by Nikhil Nanivadekar
Closes #871: Add links for Github interaction to the wiki page

Signed-off-by: Chandra Guntur <chandra.guntur@gmail.com>
The file was modified CONTRIBUTING.md (diff)
The file was modified README.md (diff)
Commit 6f3c16a50af5c6d69322ec002ecc78b5a2312a7a by Dirk Fauth
Add OSGi metadata and correct repository build

Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
The file was modified pom.xml (diff)
The file was addedeclipse-collections-api/bnd.bnd
The file was modified p2-feature/org.eclipse.collections.feature/pom.xml (diff)
The file was modified p2-feature/org.eclipse.collections.repository/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was addedeclipse-collections/bnd.bnd
The file was modified p2-feature/org.eclipse.collections.repository/category.xml (diff)
Commit fff14f615a4e22a22963382a7b548362349e4356 by Collections Bot
Release version 10.3.0.M2.
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified unit-tests/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-api/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified jcstress-tests/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified p2-repository/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 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 p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified eclipse-collections-testutils/pom.xml (diff)