Skip to content

Changes

Summary

  1. Release version 10.0.0. (details)
  2. Update version number to 10.1.0-SNAPSHOT. (details)
  3. Implement #657: Documentation: Examples for Immutable Collections. (details)
  4. Implement RichIterable.groupByAndCollect(). Resolves #47 (details)
  5. Spanish version of the Eclipse Collections site (details)
  6. Spanish version of the Eclipse Collections site (details)
  7. Add Spanish version link (details)
  8. Add JDK 14-EA builds. (details)
  9. Add OpenJDK-13 build. (details)
  10. Improve .gitignore for maven. (details)
  11. Use maven's --no-transfer-progress option to reduce noise in the build (details)
  12. Fixes generated Eclipse features (details)
  13. Upgrade maven plugins. (details)
  14. Implement NoopProcedure. (details)
  15. Changed internal variable name in Multimaps class for (details)
  16. Fixes #762. Fix IntInterval fromToBy(...) and injectInto(...) for same (details)
The file was modified test-coverage/pom.xml (diff)
The file was modified junit-trait-runner/pom.xml (diff)
The file was modified jmh-tests/pom.xml (diff)
The file was modified scala-unit-tests/pom.xml (diff)
The file was modified jcstress-tests/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-forkjoin/pom.xml (diff)
The file was modified p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified unit-tests/pom.xml (diff)
The file was modified unit-tests-java8/pom.xml (diff)
The file was modified eclipse-collections-code-generator/pom.xml (diff)
The file was modified eclipse-collections-testutils/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 acceptance-tests/pom.xml (diff)
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified serialization-tests/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 3fd94bc895cea9e2b42ebe92896a5f9a4c514516 by Collections Bot
Update version number to 10.1.0-SNAPSHOT.
The file was modified eclipse-collections-api/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/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 junit-trait-runner/pom.xml (diff)
The file was modified 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 p2-repository/org.eclipse.collections/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 acceptance-tests/pom.xml (diff)
The file was modified performance-tests/pom.xml (diff)
The file was modified unit-tests/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 scala-unit-tests/pom.xml (diff)
The file was modified eclipse-collections/pom.xml (diff)
The file was modified jcstress-tests/pom.xml (diff)
The file was modified p2-repository/pom.xml (diff)
Commit d0072fc84bf283654ec12090b9dcda0a9b68d1c4 by Saurabh Jogalekar
 Implement #657: Documentation: Examples for Immutable Collections.
    Modified guide.md and added examples for the following cases:
        1. Creating Immutable Collections using .toImmutable()
       2. Modifying Immutable Collections with methods like newWith(),
newWithAll(), ...
Signed-off-by: saurabhmj <saurabhjogalekar@gmail.com>
The file was modified docs/guide.md (diff)
Commit 79a9b02c5b4fb6eec02c79e999b530e85bc8a440 by Dineshkumar Gnanaprakasam
Implement RichIterable.groupByAndCollect(). Resolves #47
Signed-off-by: TheLoneKing <dkumar.kovai@gmail.com>
The file was modified eclipse-collections-api/src/main/java/org/eclipse/collections/api/RichIterable.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/RichIterableTestCase.java (diff)
Commit c3ba8d6b5a2ced12efa7f16bd1a30caddee0d836 by Hillmer Chona
Spanish version of the Eclipse Collections site
Signed-off-by: HillmerCh <hilac@msn.com>
The file was addedsite/es/index.html
Commit 4465246d52097974270d8cd4fd47c4d101607296 by Hillmer Chona
Spanish version of the Eclipse Collections site
Signed-off-by: HillmerCh <hilac@msn.com>
The file was modified site/es/index.html (diff)
The file was modified site/index.html (diff)
The file was modified site/fr/index.html (diff)
The file was modified site/ja/index.html (diff)
The file was modified site/cn/index.html (diff)
The file was modified site/pt-br/index.html (diff)
The file was modified site/de/index.html (diff)
Commit 8c929460239e4e290a58b90aa797c0b60be7201b by Hillmer Chona
Add Spanish version link
Signed-off-by: HillmerCh <hilac@msn.com>
The file was modified README.md (diff)
Commit f4a581adde9e7464e16e7e689785908ea5d6f75b by Nikhil Nanivadekar
Add JDK 14-EA builds.
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
The file was modified .travis-command-ea-builds.sh (diff)
The file was modified .travis.yml (diff)
Commit 2c70610bef77e5c5036de08ad73f985b6777a696 by Nikhil Nanivadekar
Add OpenJDK-13 build.
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@bnymellon.com>
The file was modified .travis.yml (diff)
Commit 616469acf99ca3200b5ae57902857d5c9b19ad70 by Craig Motlin
Improve .gitignore for maven.
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified .gitignore (diff)
Commit 1c3d4ef9cc968fb3298f139cb2ff87ede594cee0 by Craig Motlin
Use maven's --no-transfer-progress option to reduce noise in the build
logs.
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified .travis.yml (diff)
The file was modified .travis-command-ea-builds.sh (diff)
Commit f873ec7e88db5e26f94fe7a468460656ad8b93e8 by Zoltan Ujhelyi
Fixes generated Eclipse features
* Ensures the correct EPLv1 license is downloaded
* Turns off signing for the feature
Signed-off-by: Zoltan Ujhelyi <zoltan.ujhelyi@incquerylabs.com>
The file was modified p2-feature/org.eclipse.collections.feature/feature.xml (diff)
The file was modified p2-feature/pom.xml (diff)
The file was modified p2-feature/org.eclipse.collections.feature/pom.xml (diff)
Commit 3aba30c20afa3d9123b0ddd225f976fd25a602f0 by Craig Motlin
Upgrade maven plugins.
- Bump eclipse-jarsigner-plugin from 1.1.5 to 1.1.7
- Bump jacoco-maven-plugin from 0.8.4 to 0.8.5
- Bump maven-assembly-plugin from 3.1.0 to 3.1.1
- Bump maven-compiler-plugin from 3.7.0 to 3.8.1
- Bump maven-plugin-plugin from 3.5.2 to 3.6.0
- Bump maven-site-plugin from 3.7.1 to 3.8.2
- Bump scala-maven-plugin from 4.0.2 to 4.2.4
- Bump versions-maven-plugin from 2.5 to 2.7
- Bump checkstyle from 8.11 to 8.18
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified pom.xml (diff)
Commit 61883a5cd48d849b46bb639c8a3bdaf626f8c411 by Craig Motlin
Implement NoopProcedure.
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/RichIterableTestCase.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/RichIterableUniqueTestCase.java (diff)
The file was addedserialization-tests/src/test/java/org/eclipse/collections/impl/block/procedure/NoopProcedureSerializationTest.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/block/factory/Procedures.java (diff)
The file was modified unit-tests-java8/src/test/java/org/eclipse/collections/test/stack/StackIterableTestCase.java (diff)
Commit e4b92fc2a836dff52d2c809909f169fd067a155f by George Gastaldi
Changed internal variable name in Multimaps class for
ImmutableSortedBagFactory
Fixes #737
Signed-off-by: George Gastaldi <gegastaldi@gmail.com>
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/factory/MultimapsTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Multimaps.java (diff)
Commit 5e7c1bf83d7108f7f5ad63c63e80ecf29f9f7023 by Chandra Guntur
Fixes #762. Fix IntInterval fromToBy(...) and injectInto(...) for same
values of from and to with a negative step. Add tests in IntInterval
tests added. Add missing tests in IntervalTest that covering these
scenarios.
Signed-off-by: Chandra Guntur <chandra.guntur@bnymellon.com>
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/primitive/IntIntervalTest.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/list/primitive/IntInterval.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/list/IntervalTest.java (diff)