Skip to content
Success

Changes

Summary

  1. Release version 10.0.0.M3. (details)
  2. #705 Add specialised interfaces for MultiReader List Set and Bag (details)
  3. Upgrade ebr-version to 1.0.0. (details)
  4. Update version number to 10.0.0-SNAPSHOT. (details)
  5. Upgrade maven from 3.5.2 to 3.6.1. Upgrade maven plugins: - Bump (details)
  6. Prepare for 10.0.0 release. (details)
Commit d6e25023a410e5ae1a5c694f219b3591c17206b4 by Collections Bot
Release version 10.0.0.M3.
The file was modified jmh-tests/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 performance-tests/pom.xml (diff)
The file was modified eclipse-collections-forkjoin/pom.xml (diff)
The file was modified jcstress-tests/pom.xml (diff)
The file was modified acceptance-tests/pom.xml (diff)
The file was modified p2-repository/org.eclipse.collections/pom.xml (diff)
The file was modified test-coverage/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 junit-trait-runner/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 unit-tests-java8/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-code-generator/pom.xml (diff)
The file was modified jmh-scala-tests/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 389f7839e7d7f7d4b6f7d2539fe0515c018f88b7 by Anthony Cheung
#705 Add specialised interfaces for MultiReader List Set and Bag
Signed-off-by: canthonyl <cheung.yi.lung@gmail.com>
The file was addedeclipse-collections-api/src/main/java/org/eclipse/collections/api/set/MultiReaderSet.java
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/factory/SetsTest.java (diff)
The file was addedeclipse-collections-api/src/main/java/org/eclipse/collections/api/list/MultiReaderList.java
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/list/mutable/MultiReaderMutableListFactory.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/mutable/MultiReaderMutableSetFactory.java (diff)
The file was addedeclipse-collections-api/src/main/java/org/eclipse/collections/api/factory/bag/MultiReaderBagFactory.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/factory/Sets.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/MultiReaderMutableBagFactory.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/factory/BagsTest.java (diff)
The file was modified unit-tests/src/test/java/org/eclipse/collections/impl/factory/ListsTest.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/factory/Lists.java (diff)
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/bag/mutable/MultiReaderHashBag.java (diff)
The file was addedeclipse-collections-api/src/main/java/org/eclipse/collections/api/factory/set/MultiReaderSetFactory.java
The file was modified eclipse-collections/src/main/java/org/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet.java (diff)
The file was addedeclipse-collections-api/src/main/java/org/eclipse/collections/api/factory/list/MultiReaderListFactory.java
The file was addedeclipse-collections-api/src/main/java/org/eclipse/collections/api/bag/MultiReaderBag.java
Commit 40dfc1ec80fa7b5fd7008743d4f209df8aaba10f by Craig Motlin
Upgrade ebr-version to 1.0.0.
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified p2-repository/pom.xml (diff)
Commit 6da9c4ac8f8b9f439172786286181a10ac1da4a2 by Collections Bot
Update version number to 10.0.0-SNAPSHOT.
The file was modified jcstress-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 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 jmh-scala-tests/pom.xml (diff)
The file was modified eclipse-collections-code-generator-maven-plugin/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified serialization-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 scala-unit-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-forkjoin/pom.xml (diff)
The file was modified unit-tests-java8/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 performance-tests/pom.xml (diff)
Commit ed8f79277f0d71a7ff8f40a653c7a0fb3cc0aa4c by Craig Motlin
Upgrade maven from 3.5.2 to 3.6.1. Upgrade maven plugins: - Bump
jacoco-maven-plugin from 0.8.2 to 0.8.4 - Bump scala-maven-plugin from
3.2.2 to 4.0.2 - Bump maven-source-plugin from 3.0.1 to 3.1.0 - Bump
maven-checkstyle-plugin from 3.0.0 to 3.1.0 - Bump maven-jar-plugin from
3.1.0 to 3.1.2 - Bump maven-surefire-plugin from 2.22.0 to 2.22.2.
Signed-off-by: Craig P. Motlin <cmotlin@gmail.com>
The file was modified .travis.yml (diff)
The file was modified pom.xml (diff)
Commit fe69d6466f36b148bd5dfdf72a72dab84fceee58 by Nikhil Nanivadekar
Prepare for 10.0.0 release.
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
The file was modified RELEASE_NOTE_DRAFT.md (diff)
The file was modified site/de/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/ja/index.html (diff)
The file was modified README.md (diff)
The file was modified site/index.html (diff)
The file was modified site/ru/index.html (diff)
The file was modified site/fr/index.html (diff)