Skip to content

Changes

#82 (Aug 16, 2023, 8:53:35 PM)

  1. Update version number to 12.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. fix all language links, their order, old website links and http links — Ivan Milosavljević / githubweb
  3. Java 11 upgrade — Sirisha Pratha / githubweb
  4. Upgrade Maven wrapper — motlin / githubweb
  5. Release version 12.0.0.M3. — Collections Bot / githubweb

#81 (Jul 17, 2023, 7:49:24 PM)

  1. Update version number to 12.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Update EA versions: 19, 20 & 21 — Aqsa Malik / githubweb
  3. Fixed a bug in addAllAtIndex method. Closes #1433. — Alexander Goldberg / githubweb
  4. Removed white space from the document. — noreply / githubweb
  5. Implemented boxing wrappers for primitive lists. #1408. — Alexander Goldberg / githubweb
  6. Fixed a type in mutation.yml. Closes #1440. — Alexander Goldberg / githubweb
  7. Upgrade build dependencies. — Craig Motlin / githubweb
  8. Implemented boxing wrappers for primitive sets. #1408. — Alexander Goldberg / githubweb
  9. Upgrade dependencies. — Craig Motlin / githubweb
  10. Implement Comparators.fromPredicate(), to create a Comparator from a Predicate2 that can answer isBefore. — Craig Motlin / githubweb
  11. Optimize withAll on MutableXSetFactory and Immutable equivalent - fixes #1374 — Desislav Petrov / githubweb
  12. Add default overrides for getFirst and getLast in MutableList and MutableSortedSet to Fixes #1460. — Donald Raab / githubweb
  13. Remove sonar-maven-plugin - fixes #1466 — Michael Keppler / githubweb
  14. Use correct minimum Maven version — Michael Keppler / githubweb
  15. remove prompt from code blocks — Michael Keppler / githubweb
  16. remove duplicate maven-dependency-plugin-version — motlin / githubweb
  17. Bump maven-compiler-plugin from 3.8.1 to 3.11.0 — motlin / githubweb
  18. Bump actions/cache from 3.0.2 to 3.3.1 — motlin / githubweb
  19. Add missing Javadoc for Iterate.getOnly() — Michael Keppler / githubweb
  20. Release version 12.0.0.M2. — Collections Bot / githubweb

#77 (Feb 8, 2023, 9:23:43 AM)

  1. Update version number to 12.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Eclipse Collections 11.1 release prep — Sirisha Pratha / githubweb
  3. Refactor to use internal array iterate - closes #1350 — Desislav Petrov / githubweb
  4. Refactor distinct to use select. — Donald Raab / githubweb
  5. Add missing empty with comparator methods - fixes #1328 — Desislav Petrov / githubweb
  6. Optimize withAll for primitive bag factories - closes #1372 — Ivan Milosavljević / githubweb
  7. fix : rename parameter - closes #1380 — Ibrahim Hassan / githubweb
  8. Add missing overrides in multi-reader interfaces. — Craig Motlin / githubweb
  9. updated typo — Akash Reddy Jammula / githubweb
  10. Change OrderedIterable.indexOf() to have a default implementation. — Craig Motlin / githubweb
  11. 2-Collection_Containers.adoc file updated for Primitive sets documentation. — Sandip Patel / githubweb
  12. 2-Collection_Containers.adoc file updated for adding IntInterval Documentation. — Sandip Patel / githubweb
  13. Optimize any/all/noneSatisfy on UnifiedMapWithHashingStrategy - closes #1342 — Desislav Petrov / githubweb
  14. Turn on additional IntelliJ inspections and fix violations (Method is identical to its super method). #1323 — Alexander Goldberg / githubweb
  15. add removeIf to primitiveObject maps — Mohammad Rezaei / githubweb
  16. Simplify OrderedIterable — Donald Raab / githubweb
  17. Remove anonymous inner class examples from RichIterable and Iterate JavaDoc. — Donald Raab / githubweb
  18. Turn on additional IntelliJ inspections and fix violations (Commented out code). #1323 — Alexander Goldberg / githubweb
  19. Override Java 8 default method Map#forEach — Robin Zheng / githubweb
  20. Expose trimToSize in all primitive maps and sets — Victor Noël / githubweb
  21. Expose trimToSize() in HashBag implementations — Victor Noël / githubweb
  22. Turn on additional IntelliJ inspections and fix violations (Trivial If). #1323 — Alexander Goldberg / githubweb
  23. Turn on additional IntelliJ inspections and fix violations (Trivial else). #1323 — Alexander Goldberg / githubweb
  24. Removed a typo in ImmutableSet — noreply / githubweb
  25. Release version 12.0.0.M1. — Collections Bot / githubweb

#76 (Jul 6, 2022, 11:34:19 AM)

  1. Update version number to 11.1.0-SNAPSHOT. — Collections Bot / githubweb
  2. Reflection fallback for serviceloader — Mohammad Rezaei / githubweb
  3. Release version 11.1.0.M2. — Collections Bot / githubweb
  4. Release version 11.1.0. — Collections Bot / githubweb

#75 (Jun 27, 2022, 10:08:17 AM)

  1. Update version number to 11.1.0-SNAPSHOT. — Collections Bot / githubweb
  2. Add superset tests for FastList, UnifiedMap and UnifiedSet. — Donald Raab / githubweb
  3. Alexander Goldberg / githubweb
  4. Update guide.md with minor cleanup and javadoc link updates. — Donald Raab / githubweb
  5. #1109: Improve Pit Coverage — Alexander Goldberg / githubweb
  6. Add fused method for collect + makeString — Desislav Petrov / githubweb
  7. Generate primitive List factories in API using ServiceLoader. — Donald Raab / githubweb
  8. Fix static analysis violations. — Craig Motlin / githubweb
  9. Bump previous project version to 11.0.0 for Clirr. — Craig Motlin / githubweb
  10. Split code generation into separate goals for sources, test-sources, and resources. — Craig Motlin / githubweb
  11. Reduce code duplication between code generators. — Craig Motlin / githubweb
  12. #1109: Improve Pit Coverage — Alexander Goldberg / githubweb
  13. Update README.md with OSS projects that use Eclipse Collections. — Donald Raab / githubweb
  14. Update OSS project names in README.md. — Donald Raab / githubweb
  15. #1109: Improve Pit Coverage — Alexander Goldberg / githubweb
  16. Add tests for Collection.removeAll() to the trait-based test suite. — Craig Motlin / githubweb
  17. Add test coverage for ArrayAdapter. Split out assertions for fixed size and unmodifiable lists. — Craig Motlin / githubweb
  18. Add SumOfLong/Int/Double/FloatProcedure tests. Partially addresses #991. — Sirisha Pratha / githubweb
  19. Add test coverage for unmodifiable sets. — Craig Motlin / githubweb
  20. #1109: Improve Pit Coverage — Alexander Goldberg / githubweb
  21. Sync dependency updates to IntelliJ configuration. — Craig Motlin / githubweb
  22. Add sumOfPrimitiveProcedureTest. Resolves #991 — Adam Szatyin / githubweb
  23. Add selectWithIndex and rejectWithIndex to Ordered primitive Iterables. — Donald Raab / githubweb
  24. Factorize collect in primitive iterables — Victor Noël / githubweb
  25. Add injectInto for primitive types to primitive iterables — Victor Noël / githubweb
  26. Add primitive Set factories in API. Closes #1205. — Rinat Gatyatullin / githubweb
  27. #1109: Improve Pit Coverage — Alexander Goldberg / githubweb
  28. Implement missing implementations of toString(), fixing an issue mentioned in #1196. Also optimize some implementations of toString() that were delegating to iterators. — Craig Motlin / githubweb
  29. Add primitive Stack factories in API. Closes #1207. — Rinat Gatyatullin / githubweb
  30. Remove FastList dependencies on primitive array list implementation classes. — Donald Raab / githubweb
  31. Remove UnifiedSet dependencies on primitive HashSet implementation classes. — Donald Raab / githubweb
  32. Remove dependencies on primitive collection implementations. — Donald Raab / githubweb
  33. Switch to oracle-actions to download JDK for EA builds. — Rinat Gatyatullin / githubweb
  34. Remove dependencies on primitive collection implementations. — Donald Raab / githubweb
  35. #1109: Improve Pit Coverage — Alexander Goldberg / githubweb
  36. Add primitive Bag factories in API. Closes #1206. — Emilie Robichaud / githubweb
  37. Remove dependencies on primitive collection implementations. — Donald Raab / githubweb
  38. Remove dependencies on primitive collection implementations. — Donald Raab / githubweb
  39. Add MultiReader to Lists factory in API module. Closes #1202. — Aqsa Malik / githubweb
  40. Remove dependencies on primitive collection implementations. — Donald Raab / githubweb
  41. Remove dependencies on primitive collection implementations — John Stuart / githubweb
  42. Remove dependencies on primitive collection implementations — John Stuart / githubweb
  43. #1042 Allow primitive map put method to return the previous value. — Alexander Goldberg / githubweb
  44. Bump maven-plugin-api from 3.6.3 to 3.8.5 — Sirisha Pratha / githubweb
  45. Bump maven-site-plugin from 3.9.0 to 3.11.0 — Sirisha Pratha / githubweb
  46. Bump maven-shade-plugin from 3.2.2 to 3.2.4 — Sirisha Pratha / githubweb
  47. Bump actions/cache from 2.1.6 to 2.1.7 — Sirisha Pratha / githubweb
  48. Bump actions/checkout from 2 to 3 — Sirisha Pratha / githubweb
  49. Bump actions/upload-artifact from 2.2.4 to 3 — Sirisha Pratha / githubweb
  50. Add MultiReader to Sets factory in API module. Closes #1238 — Emilie Robichaud / githubweb
  51. Add multiReader to Bags factory in API module. Closes #1237. — Aqsa Malik / githubweb
  52. Add object -> primitive map factory to API module. — John Stuart / githubweb
  53. Migrate primitive -> object maps to service loader — Desislav Petrov / githubweb
  54. Remove the direct dependency on ObjectIntHashMap in HashBag. — Donald Raab / githubweb
  55. Remove dependencies on primitive collection implementations in abstract collections — John Stuart / githubweb
  56. Remove dependencies on object -> primitive map implementations in bags — John Stuart / githubweb
  57. Add injectIntoKeyValue to MapIterable. Closes #1244. — Emilie Robichaud / githubweb
  58. Remove dependencies on primitive collection implementations in set package. — Rinat Gatyatullin / githubweb
  59. Allow primitive map put method to return the previous value. Closes #1042. — Alexander Goldberg / githubweb
  60. Pull common methods up to AbstractMultiReaderMutableCollection. — Craig Motlin / githubweb
  61. Remove direct dependencies on primitive containers in String adapters and primitive intervals. — Donald Raab / githubweb
  62. Remove primitive map dependencies from static utility classes. — Donald Raab / githubweb
  63. Remove primitive map implementation dependencies in object maps and AbstractLazyIterable. — Donald Raab / githubweb
  64. Generate primitive->primitive Map factories in API using ServiceLoader. Closes #1208. — Alexander Goldberg / githubweb
  65. Remove dependencies on CollectPrimitiveProcedure types and reduce duplicate code. — Donald Raab / githubweb
  66. Remove IntPredicates and LongPredicates as dependendencies. — Donald Raab / githubweb
  67. Remove impl dependencies on Object(Long/Double)Maps — Sirisha Pratha / githubweb
  68. Remove primitive implementation dependencies from primitive lazy iterables. — Donald Raab / githubweb
  69. Add parameterized copyright template and update copyright templates. — Donald Raab / githubweb
  70. Remove impl dependencies on primitive lists/bags — Sirisha Pratha / githubweb
  71. Add Bag.distinctView() for #726 — Victor Noël / githubweb
  72. Add of and with factory methods to object -> primitive map factories. Closes #1236. — Alexander Goldberg / githubweb
  73. Moved primitivePrimitiveMapsAPI.stg from impl/factory to api/factory dir. — Alexander Goldberg / githubweb
  74. Fix incorrect Javadoc in stg files — Sirisha Pratha / githubweb
  75. Add of and with factory methods to primitive -> primitive and primitive -> object map factories. Closes #1272. — Alexander Goldberg / githubweb
  76. Remove unnecessary implementations of toSortedList/Set/Bag/MapBy. — Donald Raab / githubweb
  77. Removed dependency of StringIterate on org.eclipse.collections.impl.block.factory.primitive.CharPredicates. — Alexander Goldberg / githubweb
  78. Remove impl stack dependencies in ImmutableArrayStack — Sirisha Pratha / githubweb
  79. Create factory for ObjectPrimitiveHashMapWithHashingStrategy.Closes #1247. — Aqsa Malik / githubweb
  80. Replace impl with api factories in primitive map templates. — Donald Raab / githubweb
  81. Add withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory — Sirisha Pratha / githubweb
  82. Remove primitive ArrayList, HashBag/Set dependencies from primitive maps. — Donald Raab / githubweb
  83. Replace impl with api factories in objectPrimitiveHashMapWithHashingStrategy.stg. — Chandra Guntur / githubweb
  84. Remove primitive ArrayList, HashBag/Set from objectPrimitiveHashMapWithHashingStrategy.stg — Chandra Guntur / githubweb
  85. asParallel() for immutable sets in O(1) instead of O(n) — Victor Noël / githubweb
  86. Improve equals performance for Set implementations — Victor Noël / githubweb
  87. setup-java v3 — Sean Sullivan / githubweb
  88. Sync dependency updates to IntelliJ configuration. — Craig Motlin / githubweb
  89. Fix static analysis violations. — Craig Motlin / githubweb
  90. Use org.eclipse.collections.api.factory instead of org.eclipse.collections.impl.factory wherever possible. — Craig Motlin / githubweb
  91. Replace FastList.newList(initialCapacity) with Lists.mutable.withInitialCapacity(). — Craig Motlin / githubweb
  92. Remove FindBugs build from GitHub workflows. — Craig Motlin / githubweb
  93. Update ParallelIterate and FJIterate JavaDoc to use lambdas. — Donald Raab / githubweb
  94. Add withKeyValue to MutableMultimap and subtypes. Closes #1303. — Donald Raab / githubweb
  95. Replace FastList.newList(iterable) with Lists.mutable.withAll(). — Craig Motlin / githubweb
  96. Provide ability to create Hashing Strategy Sets, Maps and Bags using Function. Closes #1008. — Alexander Goldberg / githubweb
  97. Improve and combine the flatCollect primitive tests in unit-tests-java8. — Craig Motlin / githubweb
  98. Disambiguate and deprecate primitive injectInto methods on RichIterable. — Donald Raab / githubweb
  99. Combine tests RichIterable_flatCollect and RichIterable_flatCollectWith. — Craig Motlin / githubweb
  100. Combine tests RichIterable_detect and RichIterable_detectOptional. — Craig Motlin / githubweb
  101. Replace UnifiedSet.newSet(iterable) with Sets.mutable.withAll(). — Craig Motlin / githubweb
  102. Remove unnecessary @SuppressWarnings. — Craig Motlin / githubweb
  103. Upgrade checkstyle-configuration.xml from 1.2 schema to 1.3 schema. — Craig Motlin / githubweb
  104. Upgrade CheckStyle from 9.1 to 10.1. — Craig Motlin / githubweb
  105. Turn on CheckStyle rule SingleSpaceSeparator and fix violations. — Craig Motlin / githubweb
  106. Replace UnifiedSet.newSet(initialCapacity) with Sets.mutable.withInitialCapacity(). — Craig Motlin / githubweb
  107. Make forEach a default method on primitiveIterable.stg. — Donald Raab / githubweb
  108. Fix test to make assertion about unused variable. — Craig Motlin / githubweb
  109. Add injectIntoKeyValue to primitivePrimitiveMap. Partially closes #1217. — Emilie Robichaud / githubweb
  110. Turn on CheckStyle rule UnusedLocalVariable and fix violations. — Craig Motlin / githubweb
  111. Replace HashBag.newBag(iterable) with Bags.mutable.withAll(). — Craig Motlin / githubweb
  112. Turn on CheckStyle rule ArrayTrailingComma and fix violations. — Craig Motlin / githubweb
  113. Replace TreeBag.newBag(iterable) with SortedBags.mutable.withAll(iterable). — Craig Motlin / githubweb
  114. Replace TreeBag.newBag(comparator, iterable) with SortedBags.mutable.withAll(comparator, iterable). — Craig Motlin / githubweb
  115. Replace TreeSortedSet.newSet(comparator, iterable) with SortedSets.mutable.withAll(comparator, iterable). — Craig Motlin / githubweb
  116. Replace TreeSortedSet.newSet(iterable) with SortedSets.mutable.withAll(iterable). — Craig Motlin / githubweb
  117. Add mutable reduction scenario to injectIntoKeyValue test for primitive maps. — Donald Raab / githubweb
  118. Add injectIntoKeyValue to primitiveObjectMap. Partially addresses #1217. — Emilie Robichaud / githubweb
  119. Implement Bags.mutable.withInitialCapacity. Closes #1318 — Sirisha Pratha / githubweb
  120. Add package.info to org.eclipse.collections.api.annotation. closes #1246 — matthew dietz / githubweb
  121. Replace TreeBag.newBag(comparator) with SortedBags.mutable.empty(comparator). — Craig Motlin / githubweb
  122. Add injectIntoKeyValue to objectPrimitiveMap. Closes #1217. — Emilie Robichaud / githubweb
  123. Replace TreeBag.newBag() with SortedBags.mutable.empty(). — Craig Motlin / githubweb
  124. Replace TreeSortedMap.newMap() with SortedMaps.mutable.empty(). — Craig Motlin / githubweb
  125. Replace UnifiedMap.newMap() with Maps.mutable.empty(). — Craig Motlin / githubweb
  126. Replace UnifiedSet.newSet() with Sets.mutable.empty(). — Craig Motlin / githubweb
  127. Fix CheckStyle configuration for NewlineAtEndOfFile so that it works across operating systems. — Craig Motlin / githubweb
  128. Implement containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable. — Harsha Vaidya / githubweb
  129. Move default collectors to static instances — Desislav Petrov / githubweb
  130. Add withKeyMultiValues to MutableMultimap and subtypes. Closes #1307. — Alexander Goldberg / githubweb
  131. Fix static analysis violation. — Craig Motlin / githubweb
  132. Remove dependency on FastList in primitive collections. — Donald Raab / githubweb
  133. Turn on additional IntelliJ inspections and fix violations. #1323 — Alexander Goldberg / githubweb
  134. Update containsAny/containsNone implementations for synchronized and unmodifiable. — Donald Raab / githubweb
  135. Upgrade actions/cache from 2.1.7 to 3.0.2 — Sirisha Pratha / githubweb
  136. Optimize containsAny and containsNone on RichIterable. — Donald Raab / githubweb
  137. Add tests for containsAny/containsNone to RichIterableTestCase — Donald Raab / githubweb
  138. add peekAndPop methods in ImmutableStack — Roberto Falzarano / githubweb
  139. Configure IntelliJ inspection for "type may be weakened" to consider most of our interfaces as stop classes. — Craig Motlin / githubweb
  140. Suppress TypeMayBeWeakened in InternalArrayIterate since several methods are implemented to avoid megamorphic calls. — Craig Motlin / githubweb
  141. Use interfaces instead of implementations where possible for local variables. — Craig Motlin / githubweb
  142. Rename local variable names to reflect interface names. — Craig Motlin / githubweb
  143. Update reference guide and convert to AsciiDoc — Richard Scott / githubweb
  144. Make noneSatisfy a default method on primitiveIterable.stg. — Donald Raab / githubweb
  145. Rename reference guide intro; update its diagram. — Richard Scott / githubweb
  146. Fix grammar issues detected in JavaDoc. — Donald Raab / githubweb
  147. Implement forEachInBoth on primitive Lists. — Donald Raab / githubweb
  148. Update CONTRIBUTING.md — noreply / githubweb
  149. Add links to Javadoc; update links to new Ref Guide — Richard Scott / githubweb
  150. Fix ref guide's broken links and sundry typos — Richard Scott / githubweb
  151. Fix some issues in collection containers section of reference guide. — Donald Raab / githubweb
  152. Add linenums to Iteration Patterns asciidoc — Donald Raab / githubweb
  153. Add collect primitive methods as default methods to MutableCollection/List/Set/Bag. — Donald Raab / githubweb
  154. Release version 11.1.0.M1. — Collections Bot / githubweb

#74 (Nov 24, 2021, 11:31:59 AM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Add ClassComparer to test-utils. — Donald Raab / githubweb
  3. Upgrade build and test library dependencies. — Donald Raab / githubweb
  4. Add ability to include or exclude methods from Object class with ClassComparer. — Donald Raab / githubweb
  5. Eclipse Collections 11.0 release prep — Sirisha Pratha / githubweb
  6. Release version 11.0.0. — Collections Bot / githubweb

#72 (Nov 5, 2021, 9:12:21 AM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Release version 11.0.0.M6. — Collections Bot / githubweb

#71 (Nov 1, 2021, 10:21:31 AM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Upgrade eclipse-jarsigner-plugin version to 1.3.2 — Sirisha Pratha / githubweb
  3. Release version 11.0.0.M5. — Collections Bot / githubweb

#70 (Oct 28, 2021, 6:23:49 PM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Add toSortedMap and toSortedMapBy to Collectors2. Closes #1046. — Sirisha Pratha / githubweb
  3. Upgrade jmh-core to 1.33 — Sirisha Pratha / githubweb
  4. Upgrade actions/upload-artifact to 2.2.4 — Sirisha Pratha / githubweb
  5. Upgrade actions/cache to 2.1.6 — Sirisha Pratha / githubweb
  6. Upgrade maven-resources-plugin to 3.2.0 — Sirisha Pratha / githubweb
  7. Upgrade codehaus maven plugin to 2.8.1 — Sirisha Pratha / githubweb
  8. #1109 Improve Pit Coverage. Add new tests. — Alexander Goldberg / githubweb
  9. Add toImmutableSortedMap and toImmutableSortedMapBy to Collectors2 — Sirisha Pratha / githubweb
  10. Refactor Collectors2Test to extract actual and expected variables — Sirisha Pratha / githubweb
  11. Refactor Collectors2Test to have uniform actual and expected variable names — Sirisha Pratha / githubweb
  12. Add toImmutableSortedBagBy to Collectors2 — Utkarsh Nagar / githubweb
  13. Add toImmutableSortedListBy to Collectors2.Closes #1136 — Utkarsh Nagar / githubweb
  14. Add JDK 17 to standard builds and update EA builds to JDK 18. — Donald Raab / githubweb
  15. Signed-off-by: Alexander Goldberg <alexander.goldberg@bnymellon.com> — Alexander Goldberg / githubweb
  16. Add Java 17 to README.MD. — Donald Raab / githubweb
  17. Add toImmutableSortedSetBy to Collectors2. Resolved #1137 — Ly Bui / githubweb
  18. Upgrade coverage, mutation GitHub actions to Java 11. — Donald Raab / githubweb
  19. Update ebr plugin to version 1.3.0 — Sirisha Pratha / githubweb
  20. #1109: Improve Pit Test Coverage — Alexander Goldberg / githubweb
  21. Release version 11.0.0.M4. — Collections Bot / githubweb

#69 (Jul 13, 2021, 10:40:11 PM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Use enhanced for-loop syntax wherever as possible — Kartik Ohri / githubweb
  3. enable Dependabot v2 — Sean Sullivan / githubweb
  4. Add missing overrides for toImmutable methods on synchronized primitive object maps. — Donald Raab / githubweb
  5. Add toImmutableMap to RichIterable. — Donald Raab / githubweb
  6. Add toImmutableBiMap to RichIterable. — Donald Raab / githubweb
  7. Add JDK-17-EA build. — Nikhil Nanivadekar / githubweb
  8. Upgrade artifact upload to v v2.2.3 — Nikhil Nanivadekar / githubweb
  9. Upgrade jacoco to v2.2.3 — Nikhil Nanivadekar / githubweb
  10. Upgrade github actions cache to 2.1.5 — Nikhil Nanivadekar / githubweb
  11. Upgrade antlr ST4 to 2.1.5 — Nikhil Nanivadekar / githubweb
  12. Upgrade checkstyle plugin to 3.1.2 — Nikhil Nanivadekar / githubweb
  13. Upgrade to setup-java v2. — Nikhil Nanivadekar / githubweb
  14. Upgrade checkstyle to 8.42 — Nikhil Nanivadekar / githubweb
  15. Update README.md JDK Compatability Matrix. — Donald Raab / githubweb
  16. Replace HashingStrategies.longHashCode with java 8 Long.hashCode — Jonas Konrad / githubweb
  17. Add isEqual and isSame to Pair and Triple as default methods. — Donald Raab / githubweb
  18. Add converters from Pair and Triple to List types. — Donald Raab / githubweb
  19. Add specialized forEachKey(ValueType) methods to List/Set/BagMultimap leaf interfaces. Partially addresses #1104. — Donald Raab / githubweb
  20. Add selectWithIndex and rejectWithIndex to OrderedIterable and ListIterable. — Donald Raab / githubweb
  21. fix primitive hash map values collections remove for special key zero — Mohammad Rezaei / githubweb
  22. Release version 11.0.0.M3. — Collections Bot / githubweb

#68 (Mar 18, 2021, 1:31:00 PM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Upgrade to JUnit 4.13.1. Fixes #827 — Nikhil Nanivadekar / githubweb
  3. Remove assertNotEquals() from Verify as Assert already has the same API. — Nikhil Nanivadekar / githubweb
  4. Remove Verify.assertThrows() which takes a Runnable in favor of Assert.assertThrows(). This is a breaking change. — Nikhil Nanivadekar / githubweb
  5. Replace usage of Verify.assertThrows() by Assert.assertThrows(). — Nikhil Nanivadekar / githubweb
  6. Delete version.properties as the file is no longer needed. — Nikhil Nanivadekar / githubweb
  7. Remove tests related to assertNotEquals. — Nikhil Nanivadekar / githubweb
  8. Remove references to deleted classes in findbugs-exclude file. — Sirisha Pratha / githubweb
  9. Update version numbers and add links to 10.x release notes in README.md compatibility matrix. — Donald Raab / githubweb
  10. Implement difference operation on primitive sets. Partially closes #310. — Sirisha Pratha / githubweb
  11. Port optimizations for primitive set operations to SetIterables. — Donald Raab / githubweb
  12. FixedSizeMap to throw UnsupportedOperationException on calling withMap method — neha.sardana / githubweb
  13. Add putAllMapIterable method to Mutable Maps. — neha.sardana / githubweb
  14. Add withMapIterable to MutableMap. Partially closes #875 — neha.sardana / githubweb
  15. Add two methods newWithMap and newWithMapIterable to ImmutableMap. Closes #875 — neha.sardana / githubweb
  16. Implement symmetric difference on primitive sets. Partially addresses #310. — Sirisha Pratha / githubweb
  17. Make org.eclipse.collections.impl.list.Interval#goForward private. Fixes #775 — Vibhuti Singh / githubweb
  18. Implement isSubsetOf operation on primitive sets. Partially addresses #310. — Sirisha Pratha / githubweb
  19. Implement isProperSubsetOf operation on primitive sets. Partially addresses #310. — Sirisha Pratha / githubweb
  20. Remove failing test unionPerformance — Sirisha Pratha / githubweb
  21. Implement containsAny and containsNone on primitive iterables. Closes #1007. — Rinat Gatyatullin / githubweb
  22. Fix bug with noneSatisfy for ImmutableBooleanEmptySet. — Rinat Gatyatullin / githubweb
  23. Closes #1044: Adds toSortedList(Comparator) and toSortedListBy(Function) to primitive Iterables — Vladimir Zakharov / githubweb
  24. Optimize ImmutableListFactoryImpl.withAll(Iterable). Resolves issue #1038. — Richard Duffett / githubweb
  25. Optimize primitive hash set newSet and withAll — Patrick Koenig / githubweb
  26. Remove implementations of aggregateInPlaceBy that can use default implementations instead. — Craig Motlin / githubweb
  27. Remove implementations of aggregateBy that can use default implementations instead. — Craig Motlin / githubweb
  28. Add missing overrides of aggregateBy(). — Craig Motlin / githubweb
  29. Add missing overrides of aggregateInPlaceBy(). — Craig Motlin / githubweb
  30. Implement cartesianProduct operation on primitive sets. Closes #310 — Sirisha Pratha / githubweb
  31. Fix types on Multimap.*MultiValues(). — Craig Motlin / githubweb
  32. Add toImmutableList/Set/Bag to RichIterable interface. — Donald Raab / githubweb
  33. Add toImmutableList, toImmutableSet, toImmutableBag to AbstractSynchronizedRichIterable. — Donald Raab / githubweb
  34. Add toImmutableList, toImmutableSet, toImmutableBag to AbstractMultiReaderMutableCollection. — Donald Raab / githubweb
  35. Add primitive singleton iterator — Patrick Koenig / githubweb
  36. Add badges pointing to javadoc.io. — Craig Motlin / githubweb
  37. Add toImmutableSortedList, toImmutableSortedSet, toImmutableSortedBag to RichIterable. — Donald Raab / githubweb
  38. Move isEmpty tests up in immutable factory withAll methods and add tests. — Donald Raab / githubweb
  39. Add toImmutableSortedBag/List/Set with Comparator and toImmutableSortedBagBy/ListBy/SetBy with Function to RichIterable. — Donald Raab / githubweb
  40. Fix return types of aggregateBy(). — Craig Motlin / githubweb
  41. Update copyright headers to 2021. — Nikhil Nanivadekar / githubweb
  42. Release version 11.0.0.M2. — Collections Bot / githubweb

#67 (Nov 2, 2020, 6:35:08 PM)

  1. Create EC and JDK compatibility table in README. Partially closes #985. — Aditi Mantri / githubweb

#66 (Nov 2, 2020, 1:42:27 PM)

  1. Update version number to 11.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Fix Javadoc plugin configuration to enable Javadoc creation. — Nikhil Nanivadekar / githubweb
  3. Fix Javadoc errors for MapIterable. — Nikhil Nanivadekar / githubweb
  4. Fix Javadoc error for Multimaps. — Nikhil Nanivadekar / githubweb
  5. Fix Javadoc error for ImmutablePrimitiveBagFactory, MutablePrimitiveBagFactory — Nikhil Nanivadekar / githubweb
  6. Fix Javadoc error for ImmutablePrimitiveListFactory, MutablePrimitiveListFactory — Nikhil Nanivadekar / githubweb
  7. Fix Javadoc error for ImmutablePrimitiveSetFactory, MutablePrimitiveSetFactory — Nikhil Nanivadekar / githubweb
  8. Fix Javadoc error for ImmutablePrimitiveStackFactory, MutablePrimitiveStackFactory — Nikhil Nanivadekar / githubweb
  9. Fix the Javadoc build of GitHub Actions. — Nikhil Nanivadekar / githubweb
  10. Prepare for release 11.0.0 — Nikhil Nanivadekar / githubweb
  11. Update 10.2.0 to 10.3.0 in Readme and ReadmeExamples. — Nikhil Nanivadekar / githubweb
  12. Add covariant overrides for sortThis(). — Craig Motlin / githubweb
  13. Add covariant return types to methods in MultiReaderList that return `this`. — Craig Motlin / githubweb
  14. security badge in README.md — Brian Vermeer / githubweb
  15. Remove implementations of OrderedIterable.toStack() that can use the default implementation instead. — Craig Motlin / githubweb
  16. Add GitHub action to generate code report. Closes #968 — Rodrigo Graciano / githubweb
  17. Add JDK Early Access GitHub Actions. — Nikhil Nanivadekar / githubweb
  18. Fix compiler errors for JDK-15-EA. — Nikhil Nanivadekar / githubweb
  19. Upgrade EBR plugin to 1.3.0-SNAPSHOT. — Nikhil Nanivadekar / githubweb
  20. Fixed missing test coverage for ObjectBooleanHashMapWithHashingStrategy. — Donald Raab / githubweb
  21. Prepare for 10.4.0 release. — Nikhil Nanivadekar / githubweb
  22. Remove unsupported Javadoc option. The reason to remove this is because we need to run deploy builds with JDK 8. — Nikhil Nanivadekar / githubweb
  23. Update README and README_EXAMPLES with 10.4.0 version. — Nikhil Nanivadekar / githubweb
  24. integrating security badge on homepage. — Brian Vermeer / githubweb
  25. Deprecate ImmutableArrayStack. Closes #976 — John Jabamani / githubweb
  26. Disable mutation tests from running on every fork — Sirisha Pratha / githubweb
  27. Implement Bag.anySatisfyWithOccurrences(), Bag.allSatisfyWithOccurrences(), Bag.noneSatisfyWithOccurrences(), Bag.detectWithOccurrences(). Closes #406. — Alexander Goldberg / githubweb
  28. Fix CollectIterable detect methods. Closes #994 — Sirisha Pratha / githubweb
  29. Disable coverage job from running on every fork — Sirisha Pratha / githubweb
  30. Documentation on serializing EC with jackson — Jonas Konrad / githubweb
  31. Remove extra calls to map.get in sumByDoubleFunction and sumByFloatFunction. — Donald Raab / githubweb
  32. Add jackson.md to README.md. — Donald Raab / githubweb
  33. Add badges to website. Fixes #986 — Brian Vermeer / githubweb
  34. Optimize sumByLong and sumByInt Primitive methods for Bags. Partially addresses #448. — Sirisha Pratha / githubweb
  35. Implement union operation on primitive sets. Partially addresses issue #310. — Sirisha Pratha / githubweb
  36. Test Coverage for AtomicCountProcedure - Closes #988 — Hong Liu / githubweb
  37. Add test cases for BagAddOccurrencesProcedure. Closes #989 — Jonathan Samuel / githubweb
  38. Optimize toImmutable on primitive sets — Mohammad Rezaei / githubweb
  39. Implement intersect operation on primitive sets. Partially addresses issue #310. — Sirisha Pratha / githubweb
  40. Remove emails of developers. — Nikhil Nanivadekar / githubweb
  41. Add new committer to the project. — Nikhil Nanivadekar / githubweb
  42. Update JDK versions for builds. — Nikhil Nanivadekar / githubweb
  43. Skip p2 repository module during EA builds and Java 15+ builds. — Nikhil Nanivadekar / githubweb
  44. Make the website files consistent. — Nikhil Nanivadekar / githubweb
  45. Added Norwegian translation for the Eclipse Collections website — Rustam Mehmandarov / githubweb
  46. Optimize containsAll on primitive iterables. — Rinat Gatyatullin / githubweb
  47. Release version 11.0.0.M1. — Collections Bot / githubweb

#63 (Aug 9, 2020, 9:56:56 AM)

  1. Update version number to 10.3.0-SNAPSHOT. — Collections Bot / githubweb
  2. Implement identicalTwin() and identicalTriplet() methods on the Tuples factory class. — Rajiv Sethumadhavan / githubweb
  3. Fix package-info for Tuples — Rajiv Sethumadhavan / githubweb
  4. Prepare for release 10.3.0. — Nikhil Nanivadekar / githubweb
  5. Update README to indicate Eclipse Collections is compatible with Java 8+. Fixes #963 — Nikhil Nanivadekar / githubweb
  6. Release version 10.3.0. — Collections Bot / githubweb

#62 (Jul 30, 2020, 3:39:55 PM)

  1. Update version number to 10.3.0-SNAPSHOT. — Collections Bot / githubweb
  2. Simplify implementation of containsBy on RichIterable. — Donald Raab / githubweb
  3. Closes #747 aggregateBy for MapIterable should have a variant to aggregate on key and value — Alexander Goldberg / githubweb
  4. Fix gradle dependency settings in website — Ryohei Nagao / githubweb
  5. Upgrade ebr plugin to 1.2.0. — Nikhil Nanivadekar / githubweb
  6. Upgrade tycho plugin from 1.2.0 to 1.7.0 — Nikhil Nanivadekar / githubweb
  7. Implemente MapIterable.getOrDefault() to allow easy inter-op. Fixes #956 — Nikhil Nanivadekar / githubweb
  8. Add missing test cases for MapIterable.getIfAbsent*() — Nikhil Nanivadekar / githubweb
  9. Update CheckStyle from 8.29 to 8.34. — Craig Motlin / githubweb
  10. Update version of Java used to run CheckStyle from 8 to 11. — Craig Motlin / githubweb
  11. Update CheckStyle whitespace settings to more closely match CheckStyle's own configuration. — Craig Motlin / githubweb
  12. Add CheckStyle checks for comma-separated lists that are partially wrapped. — Craig Motlin / githubweb
  13. Fix line-wrapping violations. — Craig Motlin / githubweb
  14. Fix whitespace violations. — Craig Motlin / githubweb
  15. Update IntelliJ whitespace settings. — Craig Motlin / githubweb
  16. Release version 10.3.0.M5. — Collections Bot / githubweb

#61 (Jul 16, 2020, 4:31:56 PM)

  1. Update version number to 10.3.0-SNAPSHOT. — Collections Bot / githubweb
  2. Make sun.misc an optional Import-Package in OSGi metadata — Dirk Fauth / githubweb
  3. Release version 10.3.0.M4. — Collections Bot / githubweb

#60 (Jul 15, 2020, 4:43:32 PM)

  1. Update version number to 10.3.0-SNAPSHOT. — Collections Bot / githubweb
  2. Release version 10.3.0.M3. — Collections Bot / githubweb

#59 (Jul 15, 2020, 1:17:56 PM)

  1. Repoint documentation from Travis to GitHub Actions. — Craig Motlin / githubweb
  2. Correct versions in p2-feature and repository — Dirk Fauth / githubweb

#55 (Jul 15, 2020, 9:34:16 AM)

  1. Update version number to 10.3.0-SNAPSHOT. — Collections Bot / githubweb
  2. Remove duplicate code for aggregateBy. — Donald Raab / githubweb
  3. Added containsBy to RichIterable. Closes #919. — Donald Raab / githubweb
  4. Update build and checkstyle set up instructions in CONTRIBUTING guide — Sirisha Pratha / githubweb
  5. Upgrade maven-javadoc plugin to v3.2.0 — Kedar Joshi / githubweb
  6. Remove travis build configuration. — Craig Motlin / githubweb
  7. Disable maven download progress in Unit test GitHub actions. Closes #886 — Sirisha Pratha / githubweb
  8. Upgrade versions of maven plugins. — Craig Motlin / githubweb
  9. Move primitiveSort.stg to impl/utility.Closes #949 — Sirisha Pratha / githubweb
  10. Closes #871: Add links for Github interaction to the wiki page — Nikhil Nanivadekar / githubweb
  11. Add OSGi metadata and correct repository build — Dirk Fauth / githubweb
  12. Release version 10.3.0.M2. — Collections Bot / githubweb

#54 (Jul 3, 2020, 10:53:19 AM)

  1. Update version number to 10.3.0-SNAPSHOT. — Collections Bot / githubweb
  2. Add new APIs, `ofOccurrences` and `withOccurrences`, to bag mutable and immutable factories — Jimin Hsieh / githubweb
  3. Remove deprecated JDK builds, upgrade JDK for Javadoc and move the Javadoc build under allowed failure. Configure Javadoc build to only build necessary modules. — Nikhil Nanivadekar / githubweb
  4. - Implementation for Triples — Brian Vermeer / githubweb
  5. add github action flow — Bruno Borges / githubweb
  6. Add badge to README.md for GitHub Actions build. — Donald Raab / githubweb
  7. Fix error in Javadoc generation — Kedar Joshi / githubweb
  8. Fix Javadoc warnings — Kedar Joshi / githubweb
  9. Allow build to fail if Javadoc generation fails — Kedar Joshi / githubweb
  10. Update README.md. — Donald Raab / githubweb
  11. Increase test coverage in MultimapsTest. — Donald Raab / githubweb
  12. Add test coverage for reduceIfEmpty on primitive iterables. — Donald Raab / githubweb
  13. Upgrade IntelliJ code style settings. — Craig Motlin / githubweb
  14. Update 14-ea to 14 in GitHub Action YAML. — Donald Raab / githubweb
  15. Add method wrapCopy to primitive lists to mirror functionality in FastList. Fixes #742. — Donald Raab / githubweb
  16. Remove duplicate forEach overrides. — Donald Raab / githubweb
  17. Use org.eclipse.collections.api.factory instead of org.eclipse.collections.impl.factory wherever possible. — Craig Motlin / githubweb
  18. Add singly-linked implementation of immutable stacks. — Craig Motlin / githubweb
  19. Fixed symmetry issues with factory methods in Multimaps factory. #826 — Alexander Goldberg / githubweb
  20. Better JavaDocs for Function2. closes eclipse/eclipse-collections#832 — Mikhail Krivoshein / githubweb
  21. Improve documentation of Function3 and MutableCollection#injectIntoWith. closes eclipse/eclipse-collections#839 — Mikhail Krivoshein / githubweb
  22. Add JDK 14 builds and JDK 15 EA builds. — Nikhil Nanivadekar / githubweb
  23. Add `withMap()` to MutableMap. Closes #761 — Mohammed Aboullaite / githubweb
  24. Upgrade maven from 3.6.1 to 3.6.3. — Craig Motlin / githubweb
  25. feat: add more GitHub workflows — sendil kumar / githubweb
  26. feat: add badges and update workflow name — sendil kumar / githubweb
  27. Fixed GitHub Actions Badges and Links in README. closes #854 — Donald Raab / githubweb
  28. Upgrade dependencies used by tests and the build. — Craig Motlin / githubweb
  29. Remove irrelevant section from .idea/codeStyles. — Craig Motlin / githubweb
  30. encourage the use of `./mvwn` in the contributing guide — Mohammed Aboullaite / githubweb
  31. Upgrade maven from 3.6.1 to 3.6.3. — Craig Motlin / githubweb
  32. Fix inspections violations. — Craig Motlin / githubweb
  33. feat: remove redundant travis builds — sendil kumar / githubweb
  34. Upgrade CheckStyle from 8.18 to 8.29. — Craig Motlin / githubweb
  35. Fix broken link in Javadoc. — Craig Motlin / githubweb
  36. Update README.md and add README_EXAMPLES.md. — Donald Raab / githubweb
  37. Disable 15-ea build. — Donald Raab / githubweb
  38. feat: add fromToExclusive in Interval. closes #743 — sendil kumar / githubweb
  39. Fix inspections violations. — Craig Motlin / githubweb
  40. Pull up ListIterable.binarySearch() as default methods. — Craig Motlin / githubweb
  41. Pull up RichIterable.groupByUniqueKey() as default methods. — Craig Motlin / githubweb
  42. Add Hindi Translation of Eclipse Collections website. Fixes #792 — Nishant Raut / githubweb
  43. Fixing README URL for Hindi translation — Sirisha Pratha / githubweb
  44. Added to primitive iteralbles toArray() method which takes an array as a parameter to store the elements of the iterable — Vladimir Zakharov / githubweb
  45. Pull up OrderedIterable.toStack() as a default method. — Craig Motlin / githubweb
  46. Close #822: Implement with(), without(), withAll(), withoutAll() as default methods — Mohammed Aboullaite / githubweb
  47. toImmutable() method on primitive lists avoids a redundant array creation — Vladimir Zakharov / githubweb
  48. toImmutable() method on FastList avoids creating a redundant array copy — Vladimir Zakharov / githubweb
  49. Fixes #793: optimizes removeIf() implementation on BooleanArrayList — Vladimir Zakharov / githubweb
  50. Pull up implementations of aggregateBy() as default methods. — Craig Motlin / githubweb
  51. Closes #888: BooleanArrayStack is code generated from the common primitive stack template — Vladimir Zakharov / githubweb
  52. Closes #890: Implements Null Safe Comparators by Function — Vladimir Zakharov / githubweb
  53. Closes #892: Uses direct formulas to calculate sum(), mean(), and average() on IntInterval — Vladimir Zakharov / githubweb
  54. Closes #894: Memoizes size() value on IntInterval and Interval — Vladimir Zakharov / githubweb
  55. Closes #895: Implement subList() on IntInterval — Vladimir Zakharov / githubweb
  56. Closes #728: Adds shuffle operation to primitive lists — Vladimir Zakharov / githubweb
  57. Added flatCollect support primitive collections #794 — Alexander Goldberg / githubweb
  58. Initial commit for pitest mutation testing — Sirisha Pratha / githubweb
  59. Add tests to AbstractRichIterableTestCase for flatCollect primitive methods. — Donald Raab / githubweb
  60. Refactor PersonAndPetKatatTest to use newer APIs. — Donald Raab / githubweb
  61. Update Hindi website with 10.2.0 information. — Nikhil Nanivadekar / githubweb
  62. Create a simple utility to aid in Javadoc creation — John Dimeo / githubweb
  63. Javadocs for primitiveValuesMaps. — John Dimeo / githubweb
  64. Javadocs for primitivePrimitiveMaps. — John Dimeo / githubweb
  65. Javadocs for mutablePrimitivePrimitiveMaps. — John Dimeo / githubweb
  66. Javadocs for primitiveObjectMaps. — John Dimeo / githubweb
  67. Javadocs for objectPrimitiveMaps. — John Dimeo / githubweb
  68. Javadocs for mutableObjectPrimitiveMaps. — John Dimeo / githubweb
  69. Javadocs for immutableObjectPrimitiveMaps. — John Dimeo / githubweb
  70. Javadocs for immutablePrimitiveObjectMaps. — John Dimeo / githubweb
  71. Javadocs for immutablePrimitivePrimitiveMaps. — John Dimeo / githubweb
  72. Javadocs for mutablePrimitiveObjectMaps. — John Dimeo / githubweb
  73. Javadocs for mutablePrimitiveValuesMaps. — John Dimeo / githubweb
  74. Update Checkstyle DTD to point to correct location. — John Dimeo / githubweb
  75. Proposed checkstyle change: remove \r check — John Dimeo / githubweb
  76. Add @Override annotations for tap() (and one toString()) implementations. — John Dimeo / githubweb
  77. Closes #723 added LongInterval — Vladimir Zakharov / githubweb
  78. Implement swap() method on mutable primitive lists — Vladimir Zakharov / githubweb
  79. Closes #908: Support sorting of primitive lists by indirect comparison — Vladimir Zakharov / githubweb
  80. Closes #914: Synchronized primitive lists adds override for shuffleThis(Random rnd) — Vladimir Zakharov / githubweb
  81. Update version number to 10.3.0-SNAPSHOT — Dirk Fauth / githubweb
  82. Add withInitialCapacity() to primitive List and Set factories — Dirk Fauth / githubweb
  83. Add forEachInBoth to ListIterable. — Donald Raab / githubweb
  84. Update copyright headers with correct name. — Nikhil Nanivadekar / githubweb
  85. Optimize collect methods for primitive Immutable Singleton Bags, Sets and Lists. — Donald Raab / githubweb
  86. Add JavaDoc and null check to forEachInBoth. — Donald Raab / githubweb
  87. Make primitive*HashMap.keySet() serializable — Mohammad Rezaei / githubweb
  88. Optimize implementations of aggregateBy in Bags to use forEachWithOccurrences.Closes #449 — Sirisha Pratha / githubweb
  89. Pull up implementations of aggregateBy() as default methods. — Craig Motlin / githubweb
  90. Remove duplicate methods in abstract Bag iterable classes that have been moved up as default methods. — Donald Raab / githubweb
  91. Add default aggregateBy method to RichIterable that takes a target Map and remove some duplicate implementation code. — Donald Raab / githubweb
  92. Release version 10.3.0.M1. — Collections Bot / githubweb

#53 (Feb 15, 2020, 2:19:46 PM)

  1. Update version number to 10.2.0-SNAPSHOT. — Collections Bot / githubweb
  2. Prepare for 10.2.0 Release. — Nikhil Nanivadekar / githubweb
  3. Use HTTPS instead of HTTP to resolve dependencies — Jonathan Leitschuh / githubweb
  4. Release version 10.2.0. — Collections Bot / githubweb

#52 (Jan 29, 2020, 3:26:03 PM)

  1. Update version number to 10.2.0-SNAPSHOT. — Collections Bot / githubweb
  2. Fix size edge case issues in Interval and IntInterval. — Donald Raab / githubweb
  3. Greek translation of the Eclipse Collections site — Thodoris Bais / githubweb
  4. maven pluginRepository: use 'https' instead of 'http' — Sean Sullivan / githubweb
  5. Move some maven configuration from .travis.yml to jvm.config. — Craig Motlin / githubweb
  6. Replace usages of Comparators.nullSafeEquals() with Objects.equals(). — Craig Motlin / githubweb
  7. Minor fixes in the Greek translation — Thodoris Bais / githubweb
  8. Minor fixes to the website. — Nikhil Nanivadekar / githubweb
  9. stop using deprecated compile dependency declaration — Lars Eckart / githubweb
  10. Fix Bug #677 - Optimize removeIf() for UnifiedMap. — Digant Bhavsar / githubweb
  11. Pull the implementation of MutableMapIterable.removeIf() up as a default — Craig Motlin / githubweb
  12. Expose the allocateTable method as protected in primitive maps and set, — Anton Klarén / githubweb
  13. Release version 10.2.0.M1. — Collections Bot / githubweb

#51 (Dec 5, 2019, 10:04:39 AM)

  1. Update version number to 10.1.0-SNAPSHOT. — Collections Bot / githubweb
  2. Change RELEASE_NOTE_DRAFT for 10.1.0 release — Nikhil Nanivadekar / githubweb
  3. Prepare for release 10.1.0 — Sirisha Pratha / githubweb
  4. Release version 10.1.0. — Collections Bot / githubweb

#50 (Dec 3, 2019, 11:49:17 PM)

  1. Update version number to 10.1.0-SNAPSHOT. — Collections Bot / githubweb
  2. Fixes repository path in pom.xml #763 — Zoltan Ujhelyi / githubweb
  3. Downgrade Scala maven plugin as it has issues running in Windows. — Nikhil Nanivadekar / githubweb
  4. Add configuration to gpg sign plugin according to documentation — Nikhil Nanivadekar / githubweb
  5. Release version 10.1.0.M2. — Collections Bot / githubweb

#42 (Nov 22, 2019, 11:53:21 AM)

  1. Update version number to 10.1.0-SNAPSHOT. — Collections Bot / githubweb

#40 (Nov 22, 2019, 10:25:41 AM)

  1. Update version number to 10.1.0-SNAPSHOT. — Collections Bot / githubweb
  2. Implement #657: Documentation: Examples for Immutable Collections. — Saurabh Jogalekar / githubweb
  3. Implement RichIterable.groupByAndCollect(). Resolves #47 — Dineshkumar Gnanaprakasam / githubweb
  4. Spanish version of the Eclipse Collections site — Hillmer Chona / githubweb
  5. Spanish version of the Eclipse Collections site — Hillmer Chona / githubweb
  6. Add Spanish version link — Hillmer Chona / githubweb
  7. Add JDK 14-EA builds. — Nikhil Nanivadekar / githubweb
  8. Add OpenJDK-13 build. — Nikhil Nanivadekar / githubweb
  9. Improve .gitignore for maven. — Craig Motlin / githubweb
  10. Use maven's --no-transfer-progress option to reduce noise in the build — Craig Motlin / githubweb
  11. Fixes generated Eclipse features — Zoltan Ujhelyi / githubweb
  12. Upgrade maven plugins. — Craig Motlin / githubweb
  13. Implement NoopProcedure. — Craig Motlin / githubweb
  14. Changed internal variable name in Multimaps class for — George Gastaldi / githubweb
  15. Fixes #762. Fix IntInterval fromToBy(...) and injectInto(...) for same — Chandra Guntur / githubweb
  16. Release version 10.1.0.M1. — Collections Bot / githubweb

#39 (Jul 11, 2019, 11:59:57 PM)

  1. Update version number to 10.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Upgrade maven from 3.5.2 to 3.6.1. Upgrade maven plugins: - Bump — Craig Motlin / githubweb
  3. Prepare for 10.0.0 release. — Nikhil Nanivadekar / githubweb
  4. Release version 10.0.0. — Collections Bot / githubweb

#38 (May 8, 2019, 7:14:39 PM)

  1. Upgrade ebr-version to 1.0.0. — Craig Motlin / githubweb

#36 (May 7, 2019, 7:55:33 AM)

  1. Update version number to 10.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Fix #627 - Consume every object created in a benchmark to avoid DCE — Diego Elias Costa / githubweb
  3. Remove oraclejdk10 as it is deprecated, use oraclejdk 11 instead of — Nikhil Nanivadekar / githubweb
  4. Override replaceAll and sort on List implementations. — Donald Raab / githubweb
  5. Fix org.eclipse.collections.api.list api doc incorrect . #612 — Daniel Dias / githubweb
  6. Implement UnifiedSetWithHashingStrategy#addOrReplace(Object). Fixes — Nikhil Nanivadekar / githubweb
  7. Add missing toSentinel() calls in UnifiedSet#put(), — Nikhil Nanivadekar / githubweb
  8. Delete default implementations that were added for backwards — Craig Motlin / githubweb
  9. Remove unnecessary casts. — Craig Motlin / githubweb
  10. Fix typo. — Craig Motlin / githubweb
  11. Remove redundant type arguments. — Craig Motlin / githubweb
  12. Change IntelliJ copyright plugin setting to format header with the — Craig Motlin / githubweb
  13. Upgrade versions of maven plugins. - Fix configuration of — Craig Motlin / githubweb
  14. Change collection factories to be services that get loaded by the — Craig Motlin / githubweb
  15. Bug Fix: ImmutableDoubletonMap#flipUniqueValues() to throw exception — sendil kumar / githubweb
  16. Pull up several method bodies to default methods in api. — Craig Motlin / githubweb
  17. Pull up several method bodies to default methods in api. — Craig Motlin / githubweb
  18. Ignore Eclipse configuration files — Victor Noël / githubweb
  19. Run generator plugin on configuration in Eclipse — Victor Noël / githubweb
  20. Ignore Eclipse configuration file — Victor Noël / githubweb
  21. Implement countByEach on RichIterable. Resolves #476 — Dineshkumar Gnanaprakasam / githubweb
  22. Run EA build for all builds — noreply / githubweb
  23. Add ofInitialCapacity to primitive maps — Victor Noël / githubweb
  24. Add <type1><type2>To<type1>Function for primitives — Victor Noël / githubweb
  25. Add reduce and reduceIfEmpty for primitive iterables — Victor Noël / githubweb
  26. Implement Bag.collectWithOccurrences(ObjectIntToObjectFunction<T, V> — Nikhil Nanivadekar / githubweb
  27. Implement MutableMultimap.getIfAbsentPutAll(). Fixes #566. — Nikhil Nanivadekar / githubweb
  28. Change boxed result array to primitive array to avoid unnecessary boxing — Donald Raab / githubweb
  29. Add updateValues to primitive maps — Victor Noël / githubweb
  30. Implement removeIf(). Fixes #662 — Nikhil Nanivadekar / githubweb
  31. Update README.md. — Donald Raab / githubweb
  32. Update README.md. — Donald Raab / githubweb
  33. Implement LazyIterate.cartesianProduct — Victor Noël / githubweb
  34. Improve test coverage of MutableMapIterable.removeIf(). — Craig Motlin / githubweb
  35. Use Java 8 Base64 instead of apache — mrezaei / githubweb
  36. Revert "Use Java 8 Base64 instead of apache" — noreply / githubweb
  37. Use Java 8 Base64 instead of apache — Mohammad Rezaei / githubweb
  38. Add travis build openjdk12 (Java 12 EA) and openjdk-ea (Java 13 EA) — Craig Motlin / githubweb
  39. Configure travis to run maven using the maven wrapper. — Craig Motlin / githubweb
  40. Update README adding any, all, none examples. — Donald Raab / githubweb
  41. Update guide.md. — Donald Raab / githubweb
  42. Fix typo in README. Fixes #691 — Donald Raab / githubweb
  43. Refresh IntelliJ project files to remove commons-codec. — Craig Motlin / githubweb
  44. Implement fromStream(Stream) on collection factories. Close #694. — Donald Raab / githubweb
  45. Implement fromStream(Stream) on immutable collection factories. — Donald Raab / githubweb
  46. Implement Multimap.collectKeyMultiValues(). Fixes #546 — Nikhil Nanivadekar / githubweb
  47. Configure travis to run maven using the maven wrapper. — Craig Motlin / githubweb
  48. Implement RichIterable.toBiMap() Fixes #306 — sendil kumar / githubweb
  49. Remove redundant parts of Travis custom script for EA builds. — Craig Motlin / githubweb
  50. Implement MutableMapIterable.removeAllKeys(). Fixes #663 — Nikhil Nanivadekar / githubweb
  51. Fix typo. — Craig Motlin / githubweb
  52. Implement toMap(). — Chandra Guntur / githubweb
  53. tycho version update, replaced tycho-extras-version with tycho-version — Chandra Guntur / githubweb
  54. Add test coverage for minOptional and maxOptional on RichIterable — Donald Raab / githubweb
  55. Add test coverage for detectOptional and detectWithOptional to — Donald Raab / githubweb
  56. Add test coverage for zip with an iterable. — Donald Raab / githubweb
  57. Implements Stream for primitive lists -fixes #526 — david gang / githubweb
  58. fix IntIntervalSpliterator assignment order — david gang / githubweb
  59. Add missing tests to IntIntervalTest. — Donald Raab / githubweb
  60. Add OSGi bundle location to README.md. — Donald Raab / githubweb
  61. Add missing tests for tap and collectWithIndex default methods on — Donald Raab / githubweb
  62. Increase test coverage of MultiReaderHashBag. — Donald Raab / githubweb
  63. Add test coverage to CharAdapter, CodePointAdapter and CodePointList. — Donald Raab / githubweb
  64. Add missing test to ListsTest. — Donald Raab / githubweb
  65. Reduce duplicate readlock and writelock code in MultiReaderFastList, — Donald Raab / githubweb
  66. Release version 10.0.0.M3. — Collections Bot / githubweb
  67. #705 Add specialised interfaces for MultiReader List Set and Bag — Anthony Cheung / githubweb

#35 (Sep 19, 2018, 1:04:52 PM)

  1. Update version number to 10.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Fix Javadoc lint errors. Fixes #620, #360, #358. — Nikhil Nanivadekar / githubweb
  3. Add Javadoc build. — Nikhil Nanivadekar / githubweb
  4. Release version 10.0.0.M2. — Collections Bot / githubweb

#34 (Sep 16, 2018, 9:07:06 PM)

  1. Update version number to 10.0.0-SNAPSHOT. — Collections Bot / githubweb
  2. Prepare for 10.0.0 release — Nikhil Nanivadekar / githubweb
  3. Remove GA script from site htmls in prep for GDPR. — Hiroshi Ito / githubweb
  4. Sets links to live 9.2 version — Leonardo Lima / githubweb
  5. Fix #365. Validation in FastList when initial capacity < 0 — Tsuyoshi Sone / githubweb
  6. Fix #428. Wildcard type in MutableMapIterable#putPair & add methods — Tsuyoshi Sone / githubweb
  7. fix generics on MultiReaderFastList newList. Fixes #368 — Anton Potsyus / githubweb
  8. Updated IntListJMHTest to include benchmarks using IntStream. — Donald Raab / githubweb
  9. Wildcard type in MultableMultimap#putAllPairs & add methods — Tsuyoshi Sone / githubweb
  10. Added German translation — Christoph Engelbert / githubweb
  11. Minor enhancements for German site. — Nikhil Nanivadekar / githubweb
  12. Add SerializationTest for CollectPrimitiveProcedure — Tsuyoshi Sone / githubweb
  13. Fix #529. Populate CollectPrimitiveProcedure.java by stg file — Tsuyoshi Sone / githubweb
  14. Update Tycho Version to 1.2.0 — Gunnar Wagenknecht / githubweb
  15. Implement a Map factory method that takes a Map parameter. Fixes #457. — Nikhil Nanivadekar / githubweb
  16. Implement ImmutableSortedBagMultimapFactory in Multimaps #528 — breno pessoa / githubweb
  17. Fixes scope of Comparator in ImmutableSortedSetMultimap factory #528 — breno pessoa / githubweb
  18. Override methods on MutableOrderedMap. Fixes #517 . — breno pessoa / githubweb
  19. Remove unused ant build module. — Nikhil Nanivadekar / githubweb
  20. Upgrade maven plugins. — Nikhil Nanivadekar / githubweb
  21. Change groupByUniqueKey() so that its target extends MutableMapIterable — Craig Motlin / githubweb
  22. Add missing bounded wildcards on generic types. — Craig Motlin / githubweb
  23. Fix legacy Javadoc. — Craig Motlin / githubweb
  24. Fix maven pluginRepositories settings to include maven central. — Craig Motlin / githubweb
  25. Fix broken CheckStyle build and static analysis violations. — Craig Motlin / githubweb
  26. Simplify UnmodifiableMutableMap by making more methods delegate. — Craig Motlin / githubweb
  27. Fix invalid cast in UnifiedSet.trimToSize(). — Craig Motlin / githubweb
  28. Make line-wrapping more consistent. If any items in a comma-separated — Craig Motlin / githubweb
  29. Fix indentation problems. — Craig Motlin / githubweb
  30. Fix static analysis violations in generated code. — Craig Motlin / githubweb
  31. Turn on CheckStyle Indentation check. — Craig Motlin / githubweb
  32. Implement factory methods to convert Iterable<BoxedPrimitive> to — Nikhil Nanivadekar / githubweb
  33. Implement factory methods to convert Iterable<BoxedPrimitive> to — Nikhil Nanivadekar / githubweb
  34. Implement factory methods to convert Iterable<BoxedPrimitive> to — Nikhil Nanivadekar / githubweb
  35. Implement factory methods to convert Iterable<BoxedPrimitive> to — Nikhil Nanivadekar / githubweb
  36. Add missing test coverage for Primitive Factories. — Nikhil Nanivadekar / githubweb
  37. Customize IntelliJ maven argline settings. — Craig Motlin / githubweb
  38. Remove EclipseCollectionsCodeGeneratorTask. — Craig Motlin / githubweb
  39. Revamp and standardize resize/rehash for all primitive hash structures — mrezaei / githubweb
  40. Remove maven option --batch-mode since it disables colorized output. — Craig Motlin / githubweb
  41. Fix Travis builds to cache the maven local cache without including — Craig Motlin / githubweb
  42. Remove unused dependencies from maven build. — Craig Motlin / githubweb
  43. Fix 'maven install' for newer versions of Java by using maven profiles — Craig Motlin / githubweb
  44. Remove obsolete maven prerequisites. — Craig Motlin / githubweb
  45. Add .mvn/maven.config with options --show-version and --errors. — Craig Motlin / githubweb
  46. Add maven default goals. — Craig Motlin / githubweb
  47. Add some IntelliJ project files to .gitignore. — Craig Motlin / githubweb
  48. Sync checked in file with .gitignore. — Craig Motlin / githubweb
  49. Update IntelliJ code style settings to indent line comments and keep — Craig Motlin / githubweb
  50. Share commonly used IntelliJ run configurations. — Craig Motlin / githubweb
  51. Sync IntelliJ project files for TeamCity. — Craig Motlin / githubweb
  52. Enforce CheckStyle rule SeparatorWrap on right-parens. — Craig Motlin / githubweb
  53. Upgrade versions of library dependencies. - Upgrade JMH from 1.19 to — Craig Motlin / githubweb
  54. Implement getAny() on RichIterable. Fixes #548 — Alistair McMaster / githubweb
  55. Remove deprecated classes marked for removal: SummaryStatistics, — Craig Motlin / githubweb
  56. Use try-with-resources in SerializeTestHelper — Johannes Altmanninger / githubweb
  57. Change Travis job which only compiles to not include jmh-tests, since it — Craig Motlin / githubweb
  58. Implement ofInitialCapacity and withInitialCapacity in — breno pessoa / githubweb
  59. Enable Java 12-EA build. — Nikhil Nanivadekar / githubweb
  60. Allow failures for EA builds. — Nikhil Nanivadekar / githubweb
  61. Upgrade JaCoCo version to 8.2.0 for JDK-11 and JDK-12 compatibility. — Nikhil Nanivadekar / githubweb
  62. Remove unnecessary plugin version numbers already declared in the — Craig Motlin / githubweb
  63. Upgrade version of p2 feature to 10.0.0, added necessary dependencies — Nikhil Nanivadekar / githubweb
  64. Add ability to create ObjectPrimitiveMap from Iterable. — Nikhil Nanivadekar / githubweb
  65. Add ability to create PrimitiveObjectMap from Iterable. — Nikhil Nanivadekar / githubweb
  66. Add ability to create PrimitivePrimitiveMap from Iterable. — Nikhil Nanivadekar / githubweb
  67. Improve and add test coverage for ObjectPrimitiveMapFactory. — Nikhil Nanivadekar / githubweb
  68. Improve and add test coverage for PrimitivePrimitiveMapFactory. — Nikhil Nanivadekar / githubweb
  69. Improve and add test coverage for PrimitiveObjectMapFactory. — Nikhil Nanivadekar / githubweb
  70. Implement withAllKeyValues on mutable primitive maps. Fixes #345 — lorenzo.addazi / githubweb
  71. Fix inspection violation: Assignment replaceable with operator — Nikhil Nanivadekar / githubweb
  72. Fix inspection violation: Instance field access not qualified with — Nikhil Nanivadekar / githubweb
  73. Fix inspection violation: Multiple variables in one declaration. — Nikhil Nanivadekar / githubweb
  74. Fix inspection violation: Unnecessary 'final' on local variable or — Nikhil Nanivadekar / githubweb
  75. Fix inspection violation: Unnecessary 'null' check before 'instanceof' — Nikhil Nanivadekar / githubweb
  76. Fix inspection violation: <code>...</code> can be replaced with {@code — Nikhil Nanivadekar / githubweb
  77. Implement UnmodifiableMutableOrderedMap. — Craig Motlin / githubweb
  78. Change Travis builds to use available jdks when possible. Skip OpenJDK — Craig Motlin / githubweb
  79. Turn on additional CheckStyle rules and fix violations. — Craig Motlin / githubweb
  80. Line-wrap ternary statements. — Craig Motlin / githubweb
  81. IntelliJ code style settings to line-wrap long ternary statements. — Craig Motlin / githubweb
  82. Fix inspection violation: Redundant local variable. — Nikhil Nanivadekar / githubweb
  83. Fix inspection violation: Raw use of parameterized class. — Nikhil Nanivadekar / githubweb
  84. Fix inspection violation: Explicit type can be replaced with <>. — Nikhil Nanivadekar / githubweb
  85. Fix inspection violation: Declaration has Javadoc problems. — Nikhil Nanivadekar / githubweb
  86. Release version 10.0.0.M1. — Collections Bot / githubweb

#33 (May 20, 2018, 10:42:15 AM)

  1. Update version number to 9.2.0-SNAPSHOT. — hudson / githubweb
  2. Make primitive classes non-final. Closes #459. — Hiroshi Ito / githubweb
  3. Add Chinese translation of Eclipse Collections site. — Josaline Zhong / githubweb
  4. Implement assertPostSerializedEqualsHashCodeAndToString on Verify. — Donald Raab / githubweb
  5. Implement newEmpty() on MutablePrimitiveCollection. Closes #440. — Donald Raab / githubweb
  6. Upgrade version of p2-feature to 9.2.0. — Nikhil Nanivadekar / githubweb
  7. Add Java 10-EA regression build. Fixes #470 . — Nikhil Nanivadekar / githubweb
  8. Add Java 11-EA regression build. — Nikhil Nanivadekar / githubweb
  9. Upgrade JaCoCo to 0.8.0. — Nikhil Nanivadekar / githubweb
  10. implement toSortedMapBy on RichIterable. Fixes #305 — Anton Potsyus / githubweb
  11. Implement aggregateBy Collector on Collectors2. Resolves #361 — Dineshkumar Gnanaprakasam / githubweb
  12. Tokenize Java-10-EA, Java-11-EA URLs. — Nikhil Nanivadekar / githubweb
  13. Remove Java-8 check from tests. — Nikhil Nanivadekar / githubweb
  14. Fix toImmutable and asUnmodifiable implementations in synchronized — Donald Raab / githubweb
  15. Implement countByEach on Collectors2 — Anthony Cheung / githubweb
  16. Fix PrimitiveHashSet#iterator()#remove() to not rehash. Fixes #481 — Nikhil Nanivadekar / githubweb
  17. Optimize PrimitiveHashSet#iterator#remove(). — Nikhil Nanivadekar / githubweb
  18. Add tests for PrimitiveHashSet#remove() and — Nikhil Nanivadekar / githubweb
  19. Implement chunk on primitive iterables. Fixes #307. — Nikhil Nanivadekar / githubweb
  20. Add test coverage. — Nikhil Nanivadekar / githubweb
  21. Fix Redundant imports checkstyle violators. — Nikhil Nanivadekar / githubweb
  22. Fix file does not end with new line checkstyle violators. — Nikhil Nanivadekar / githubweb
  23. Fix unused imports checkstyle violators. — Nikhil Nanivadekar / githubweb
  24. Fix EmptyForIteratorPad checkstyle violators. — Nikhil Nanivadekar / githubweb
  25. Fix WhitespaceAround checkstyle violators. — Nikhil Nanivadekar / githubweb
  26. Fix missing deprecated Javadoc checkstyle violators. — Nikhil Nanivadekar / githubweb
  27. Fix incorrect OperatorWrap checkstyle violators. — Nikhil Nanivadekar / githubweb
  28. Fix RegexpMultiline: Extra newline checkstyle violators. — Nikhil Nanivadekar / githubweb
  29. Fix RegexpMultiline: blank line before closing brace checkstyle — Nikhil Nanivadekar / githubweb
  30. Enable checkstyles for generated code. — Nikhil Nanivadekar / githubweb
  31. Use OpenJDK Java 10 GA for all builds. — Nikhil Nanivadekar / githubweb
  32. Add French translation for Eclipse Collections website. Fixes #379 — Xavier Pilas / githubweb
  33. Add reference guide and source code sections in Japanese site. — Hiroshi Ito / githubweb
  34. Fix history comment and remove an extra div in site htmls. — Hiroshi Ito / githubweb
  35. Minor fixes in website. — Hiroshi Ito / githubweb
  36. Fix Chinese source code link text. — Hiroshi Ito / githubweb
  37. Fix concurrent map iterator with size close to zero Make — Mohammad Rezaei / githubweb
  38. Fix for #491 - return added value directly otherwise index can be stale — John Dimeo / githubweb
  39. Mark index methods non final, hashingStrategy protected, use newEmpty — Govind Jajoo / githubweb
  40. add jcstress-based tests for concurrent collections — Ivan Sopov / githubweb
  41. Implement Bag.selectDuplicates(). Fixes #499. — Nikhil Nanivadekar / githubweb
  42. Implement PrimitiveBag.selectDuplicates(). Fixes #499. — Nikhil Nanivadekar / githubweb
  43. Remove unnecessary override in test for selectByOccurrences(). — Nikhil Nanivadekar / githubweb
  44. Implement flatCollectWith on RichIterable and subtypes using default — Donald Raab / githubweb
  45. Make project GDPR compliant. — Nikhil Nanivadekar / githubweb
  46. Optimize implementations of groupByUniqueKey() by pre-sizing the target — Lorenzo Addazi / githubweb
  47. Implement Bag.selectUnique(). Fixes #505 — Lorenzo Addazi / githubweb
  48. Prepare for 9.2.0 release. — Nikhil Nanivadekar / githubweb
  49. Release version 9.2.0. — Collections Bot / githubweb

#31 (Jan 3, 2018, 12:14:30 AM)

  1. Update version number to 9.1.0-SNAPSHOT. — hudson / githubweb
  2. fixed typos in the Russian version of index.html — Vladimir Zakharov / githubweb
  3. fix EntrySet.removeIf concurrency — Mohammad Rezaei / githubweb
  4. Release notes for 9.1.0. — Nikhil Nanivadekar / githubweb
  5. Prepare for 9.1.0 release. — Nikhil Nanivadekar / githubweb
  6. Release version 9.1.0. — hudson / githubweb

#30 (Dec 13, 2017, 2:22:07 PM)

  1. Update version number to 9.1.0-SNAPSHOT. — hudson / githubweb
  2. Made feature build job standalone #288 — ujhelyiz / githubweb
  3. Release version 9.1.0.M2. — hudson / githubweb

#29 (Dec 7, 2017, 12:41:52 PM)

  1. Release version 9.1.0.M1. — hudson / githubweb

#27 (Dec 6, 2017, 12:28:36 PM)

  1. Update version number to 9.1.0-SNAPSHOT. — hudson / githubweb
  2. Updated readme.MD to point to 9.0.0. — Donald Raab / githubweb
  3. Implement countBy on Collectors2. — Donald Raab / githubweb
  4. Implement factory class for Strings. — Donald Raab / githubweb
  5. Implement multiReader list factory — Jackie Haynes / githubweb
  6. Add withInitialCapacity to Lists.mutable. — Bhavana Hindupur / githubweb
  7. Enable unused import checkstyle configuration and fix offenders. — Nikhil Nanivadekar / githubweb
  8. Implement withInitialCapacity on MultiReader. — Bhavana Hindupur / githubweb
  9. Implement zip on primitive lists. Closes #308. — Donald Raab / githubweb
  10. Change zip and zipInt to take Iterable instead of ListIterable and — Donald Raab / githubweb
  11. Implement removeIf for mutable primitive collections. — Donald Raab / githubweb
  12. Add eclipse.org/collections index files. — Nikhil Nanivadekar / githubweb
  13. Implement trimToSize on UnifiedMapWithHashingStrategy. Closes #370. — Patrick Ekel / githubweb
  14. Implement groupByEach Collector on Collectors2. Resolves #362 — Dineshkumar Gnanaprakasam / githubweb
  15. Add an additional build process to provide a feature #288 — ujhelyiz / githubweb
  16. Implement collectWithIndex on ListIterate and RandomAccessListIterate. — Donald Raab / githubweb
  17. Implement MutableMapIterable.putPair(Pair<K, V> keyValue). Fixes #391. — Nikhil Nanivadekar / githubweb
  18. Implement MutableObjectPrimitiveMap.putPair(ObjectPrimitivePair<K>). — Nikhil Nanivadekar / githubweb
  19. Implement MutablePrimitivePrimitiveMap.putPair(PrimitivePrimitivePair). — Nikhil Nanivadekar / githubweb
  20. Implement MutablePrimitiveObjectMap.putPair(PrimitiveObjectPair<V>). — Nikhil Nanivadekar / githubweb
  21. Make tests in UnmodifiableTreeMapTest consistent. — Nikhil Nanivadekar / githubweb
  22. Implement groupByUniqueKey Collector on Collectors2. Resolves #363 — Dineshkumar Gnanaprakasam / githubweb
  23. Remove unnecessary probe() call. — Nikhil Nanivadekar / githubweb
  24. Add Russian translation for Eclipse Collections website. — Vladimir Zakharov / githubweb
  25. Fixed typos and style for the Russian website — Vladimir Zakharov / githubweb
  26. Fix Java 8 Collectors#joining(String, String, String) usage — Valeriy Vyrva / githubweb
  27. Implement trimToSize() on UnifiedSetWithHashingStrategy. Fixes #369 — Vladimir Zakharov / githubweb
  28. Add translation portugues - pt-br. — Daniel Dias / githubweb
  29. Implement collectWithIndex on OrderedIterable. Closes #395. — Donald Raab / githubweb
  30. Implement collectWithOccurrences on Bags. — Donald Raab / githubweb
  31. Fix spelling of occurrences. — Donald Raab / githubweb
  32. Add Javadoc to Pair, Twin, Tuples, PrimitiveTuples, ObjectPrimitivePair, — Donald Raab / githubweb
  33. Fix few typos. — Nikhil Nanivadekar / githubweb
  34. Implement collectWithIndex on primitive ordered iterables. — Donald Raab / githubweb
  35. Upgrade Maven Enforcer, Javadoc plugin to 3.0.0-M1. — Nikhil Nanivadekar / githubweb
  36. Enable Java 9 unit test build. — Nikhil Nanivadekar / githubweb

#26 (Sep 22, 2017, 10:58:53 PM)

  1. Update version number to 9.0.0-SNAPSHOT. — hudson / githubweb
  2. Implement flipUniqueValues() on primitive maps. Fixes #283. — Nikhil Nanivadekar / githubweb
  3. Update RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  4. Remove unnecessary Tycho signing settings #294 — ujhelyiz / githubweb
  5. Fix Javadoc issue in Maps. — Donald Raab / githubweb
  6. Release version 9.0.0. — hudson / githubweb

#25 (Sep 11, 2017, 8:03:57 AM)

  1. Update version number to 9.0.0-SNAPSHOT. — hudson / githubweb
  2. Implement tap on primitive iterables. CLoses #311. — Donald Raab / githubweb
  3. Remove eclipse-sign profile. — Nikhil Nanivadekar / githubweb
  4. Release version 9.0.0.M5. — hudson / githubweb

#24 (Sep 6, 2017, 9:38:57 AM)

  1. Release version 9.0.0.M4. — hudson / githubweb

#22 (Sep 1, 2017, 11:49:12 AM)

  1. Update version number to 9.0.0-SNAPSHOT. — hudson / githubweb
  2. Add JavaDoc for distinctBy and updated RELEASE_NOTE_DRAFT. — Donald Raab / githubweb
  3. Skip deploy all artifacts except p2 while running with performReleaseP2. — Nikhil Nanivadekar / githubweb
  4. Implement Implement ReversibleIterable.reverseForEachWithIndex(). Fixes — Nikhil Nanivadekar / githubweb
  5. Deprecate or hide collection factory constructors. Closes #26. — Nikhil Nanivadekar / githubweb

#21 (Aug 24, 2017, 3:26:38 PM)

  1. Update version number to 9.0.0-SNAPSHOT. — hudson / githubweb
  2. Add Eclipse Collections logo. — Nikhil Nanivadekar / githubweb
  3. Add Eclipse Collections logo in README. — Nikhil Nanivadekar / githubweb
  4. [#319] Export all packages to OSGi (internal distinguished) — Nikhil Nanivadekar / githubweb
  5. Add logo in reference guide. — Nikhil Nanivadekar / githubweb
  6. Add new profiles for p2 releases. — Nikhil Nanivadekar / githubweb
  7. Implement UnifiedMap.trimToSize(). Fixes #265. — Nikhil Nanivadekar / githubweb
  8. Implement UnifiedSet.trimToSize(). — Nikhil Nanivadekar / githubweb
  9. Implement adapt on factory classes. — Donald Raab / githubweb
  10. Implement distinctBy on ListIterable. — Donald Raab / githubweb
  11. Release version 9.0.0.M3. — hudson / githubweb

#20 (Aug 19, 2017, 11:35:24 PM)

  1. Update version number to 9.0.0-SNAPSHOT. — hudson / githubweb
  2. For Java 9 add "Automatic-Module-Name" to manifests of JAR files — Evgeny Mandrikov / githubweb
  3. Sign p2 repository artifacts. Fixes #287 — Nikhil Nanivadekar / githubweb
  4. Implement stream, parallelStream and spliterator on all object valued — Donald Raab / githubweb
  5. Implement ofAll and withAll for Int, Long, Double collection factories — Donald Raab / githubweb
  6. Release version 9.0.0.M2. — hudson / githubweb

#19 (Aug 10, 2017, 6:52:52 PM)

  1. Update version number to 9.0.0-SNAPSHOT. — hudson / githubweb
  2. Implement countBy and countBy with target as default methods on — Donald Raab / githubweb
  3. Reduce scope of EMPTY Multimap instances in — Nikhil Nanivadekar / githubweb
  4. Reduce scope of EMPTY_INSTANCE in ImmutableBiMapFactoryImpl. Fixes #233 — Nikhil Nanivadekar / githubweb
  5. Remove usage of JCIP annotations and the dependency on — Nikhil Nanivadekar / githubweb
  6. Fix build to run Sonar analysis. — Nikhil Nanivadekar / githubweb
  7. Remove Apache Felix plugin. — Nikhil Nanivadekar / githubweb
  8. Add a Java 9 regression build. — Nikhil Nanivadekar / githubweb
  9. Implement averageIfEmpty and medianIfEmpty on primitive iterables. — Donald Raab / githubweb
  10. Add covariant override for subList() in ListIterable hierarchy. Fixes — Nikhil Nanivadekar / githubweb
  11. Fix warnings generated during Javadoc build. Fixes #285. — Nikhil Nanivadekar / githubweb
  12. Implement flatCollect on lazy primitive iterables and cartesianProduct — Donald Raab / githubweb
  13. Update README.md with Sonarqube badge — Nikhil Nanivadekar / githubweb
  14. Add an efficient default implementation of forEach. — Olivier Cinquin / githubweb
  15. Activate Checkstyle RequireThis module. — Olivier Cinquin / githubweb
  16. Fix Travis build, remove Java 9 build, remove Sonar badge. — Nikhil Nanivadekar / githubweb
  17. Implement spliterator, stream, parallelStream and castToCollection on — Donald Raab / githubweb
  18. Implement HashingStrategies.nullSafeFromFunction(Function). Fixes #301 — Nikhil Nanivadekar / githubweb
  19. Release version 9.0.0.M1. — hudson / githubweb

#18 (Jun 23, 2017, 11:23:12 PM)

  1. Update README with 8.2.0 targets. — Nikhil Nanivadekar / githubweb
  2. Prepare for 9.0.0. — Nikhil Nanivadekar / githubweb

#17 (Jun 23, 2017, 11:00:32 PM)

  1. Enable SonarQube analysis — Evgeny Mandrikov / githubweb
  2. Remove useless declaration of properties for SonarQube — Nikhil Nanivadekar / githubweb
  3. Add missing Override annotations — Evgeny Mandrikov / githubweb
  4. Yak shaving: upgrade maven-jar-plugin and maven-source-plugin — Nikhil Nanivadekar / githubweb
  5. Deprecate EMPTY_INSTANCE in ImmutableBiMapFactoryImpl. Fixes #232. — Nikhil Nanivadekar / githubweb
  6. Annotate interfaces with the @FunctionalInterface annotation. Fixes — Nikhil Nanivadekar / githubweb
  7. Replace the type specification with the diamond operator ("<>") in stg — Nikhil Nanivadekar / githubweb
  8. Remove duplicate and unnecessary imports. Fixes #229. — Nikhil Nanivadekar / githubweb
  9. Add missing Override annotations. — Nikhil Nanivadekar / githubweb
  10. Fix condition that triggers SonarQube analysis — Nikhil Nanivadekar / githubweb
  11. Fix condition that triggers SonarQube analysis. — Nikhil Nanivadekar / githubweb
  12. Fix compilation errors — Evgeny Mandrikov / githubweb
  13. Deprecate EMPTY Multimap instances in — Nikhil Nanivadekar / githubweb
  14. .travis.yml: prefix commands with travis_wait because they can execute — Pascal Schumacher / githubweb
  15. Ignore files in test-coverage module. — Nikhil Nanivadekar / githubweb
  16. Escape angle brackets in pre javadoc tags (closes #250) — Pascal Schumacher / githubweb
  17. Upgrade JaCoCo to 0.7.9. — motlin / githubweb
  18. Update details of maintainers. — motlin / githubweb
  19. Implement OrderedIterable.getFirstOptional() and — motlin / githubweb
  20. fix version in since javadoc tags of OrderedIterable.getFirstOptional() — motlin / githubweb
  21. Upgrade versions of several libraries: — Craig Motlin / githubweb
  22. Add configuration to install latest JDK 8 version for build. — Nikhil Nanivadekar / githubweb
  23. Fix sonar properties. — Nikhil Nanivadekar / githubweb
  24. Fix static analysis violations in OrderedIterable changes. — Craig Motlin / githubweb
  25. Remove unused imports. — Craig Motlin / githubweb
  26. Fix compilation errors. — Nikhil Nanivadekar / githubweb
  27. Upgrade maven-plugin-plugin, maven-compiler, maven-javadoc plugin. — Nikhil Nanivadekar / githubweb
  28. Remove Idea project files (*.iml) and add them to .gitignore. Fix #199 — Jan Kotek / githubweb
  29. Implement OrderedIterable.getFirstOptional() and — motlin / githubweb
  30. Implement minOptional, maxOptional, minByOptional and maxByOptional on — motlin / githubweb
  31. Upgrade Travis build Maven to 3.5.0. — Nikhil Nanivadekar / githubweb
  32. Provide a p2 repository with new OSGi bundle — Gunnar Wagenknecht / githubweb
  33. Deprecate Serializable*SummaryStatistics, SummaryStatistics. — Nikhil Nanivadekar / githubweb
  34. Add workaround for reflection in ArrayListIterate for Java 9. — Nikhil Nanivadekar / githubweb
  35. Make combiner non-null. — Nikhil Nanivadekar / githubweb
  36. Change 'throws' tests to support Java 8 and Java 9. — Nikhil Nanivadekar / githubweb
  37. Add workaround for reflection in Verify#assertShallowClone(). — Nikhil Nanivadekar / githubweb
  38. Optimize ImmutableTreeSet constructor to not create a new TreeSortedSet. — Nikhil Nanivadekar / githubweb
  39. Optimize constructors of ImmutableTreeSet which take an array as input. — Nikhil Nanivadekar / githubweb
  40. Optimize minOptional, maxOptional, minByOptional, maxByOptional on lazy — Pascal Schumacher / githubweb
  41. Pull up implementations of some methods from AbstractRichIterable to — Pascal Schumacher / githubweb
  42. Add unit tests for PairPredicate and MapEntryPredicate. — Gaurav Khurana / githubweb
  43. Deprecate Verify#assertShallowClone(), fix tests and reflection — Nikhil Nanivadekar / githubweb
  44. Substantially improve efficiency of size method for concatenated rich — Olivier Cinquin / githubweb
  45. Update draft release notes for 8.2.0. — Nikhil Nanivadekar / githubweb
  46. Release version 8.2.0. — hudson / githubweb

#16 (Mar 18, 2017, 7:42:49 PM)

  1. Update version number to 8.1.0-SNAPSHOT. — hudson / githubweb
  2. Update README.md links to point to 8.0.0. — Hiroshi Ito / githubweb
  3. Update RELEASE_NOTE_DRAFT.md for 8.1.0 release. — Hiroshi Ito / githubweb
  4. Fix addAll() method in CompositeFastList to return false on isEmpty() — Donald Raab / githubweb
  5. Update Contributor License information with latest ECA. — Hiroshi Ito / githubweb
  6. Add the Eclipse Collections reference guide. — Craig Motlin / githubweb
  7. Update links to point to the Eclipse Collections Kata instead of the GS — Craig Motlin / githubweb
  8. Optimize List.clear methods to avoid clearing unused memory — Christopher Clark / githubweb
  9. Replaced anonymous inner classes with lambdas and optimized — Donald Raab / githubweb
  10. Remove JMH tests and generator codes from Javadoc output. Closes #150. — Hiroshi Ito / githubweb
  11. Add Abstract<primitive>Stacks. — itohro / githubweb
  12. Update reference guide. — Donald Raab / githubweb
  13. Modify PersonAndPetKataTest.getAgeStatisticsOfPets to use — Donald Raab / githubweb
  14. Fix minor issues in guide.md. — Donald Raab / githubweb
  15. Add table of contents to guide.md. — Donald Raab / githubweb
  16. Change collect and collectWith with target collections on — Donald Raab / githubweb
  17. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  18. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  19. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  20. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  21. Integrate JaCoCo for test coverage. — Nikhil Nanivadekar / githubweb
  22. Split Collectors2Test to fix build failure with error: — Nikhil Nanivadekar / githubweb
  23. Remove useless test — Nikhil Nanivadekar / githubweb
  24. Remove useless execution of jacoco-maven-plugin:check — Nikhil Nanivadekar / githubweb
  25. Do not duplicate configuration of maven-surefire-plugin — Nikhil Nanivadekar / githubweb
  26. Do not duplicate version of jacoco-maven-plugin — Nikhil Nanivadekar / githubweb
  27. Fix Eclipse issues with MANIFEST.MF Fixes #49. — Nikhil Nanivadekar / githubweb
  28. Implement flatCollect on Collectors2. — Donald Raab / githubweb
  29. Implement SummaryStatistics and Collectors2.summarizing. — Donald Raab / githubweb
  30. Implement BigDecimalSummaryStatistics and BigIntegerSummaryStatistics. — Donald Raab / githubweb
  31. Export all packages of eclipse-collections-api in manifest.mf. Fixes — Nikhil Nanivadekar / githubweb
  32. Update README.md and RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  33. Optimize and increase test coverage for CaseFunction and CaseProcedure. — Donald Raab / githubweb
  34. Make Collectors2.sumBy tests consistent for groupBy keys. — Donald Raab / githubweb
  35. Fix bugs and increase test coverage for topOccurrences and — Donald Raab / githubweb
  36. Add tests for detectOptional and detectWithOptional to unit test suite. — Donald Raab / githubweb
  37. Change StackIterableTestCase to extend AbstractRichIterableTestCase. — Donald Raab / githubweb
  38. Implement sumByBigDecimal and sumByBigInteger on Collectors2. — Donald Raab / githubweb
  39. Make SummaryStatistics Serializable. — Donald Raab / githubweb
  40. Add collect<Primitives> with target collections as default methods in — Donald Raab / githubweb
  41. Implement collect and flatCollect with target collections on — Donald Raab / githubweb
  42. Implement select and reject with targets on primitive iterables. — Donald Raab / githubweb
  43. Update and improve JavaDoc in high level interfaces. — Donald Raab / githubweb
  44. Improve generated JavaDoc in primitiveIterable.stg. — Donald Raab / githubweb
  45. Implement primitive case functions. — Donald Raab / githubweb
  46. Implement serialization tests for primitive case functions. — Donald Raab / githubweb
  47. Update RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  48. Replace anonymous inner classes with lambdas and method references. — Donald Raab / githubweb
  49. Implement primitive case procedures. — Donald Raab / githubweb
  50. Add more serialization tests for primitive case function and primitive — Donald Raab / githubweb
  51. Add public constructors to Unmodifiable and Synchronized collections . — Jan Kotek / githubweb
  52. Implement throwing method on functional interface factories which takes — Donald Raab / githubweb
  53. Update readme.md. — Donald Raab / githubweb
  54. Implement spliterator on FastList and ArrayAdapter. — Donald Raab / githubweb
  55. Add tests for stream on mutable collections and throw on spliterator, — Donald Raab / githubweb
  56. Add jarsign step as part of release build. Closes #152. — Hiroshi Ito / githubweb
  57. Release version 8.1.0-RC. — hudson / githubweb
  58. Update RELEASE_NOTE_DRAFT.md for 8.1.0 release. — Hiroshi Ito / githubweb
  59. Add Eclipse Collections Mind Map. — Nikhil Nanivadekar / githubweb
  60. Release version 8.1.0. — hudson / githubweb
  61. Update README.md — noreply / githubweb
  62. Release version 8.2.0-SNAPSHOT. — hudson / githubweb

#15 (Sep 8, 2016, 10:50:56 PM)

  1. Update version number to 8.0.0-SNAPSHOT. — hudson / githubweb
  2. Update RELEASE_NOTE_DRAFT.md for 8.0.0-M2 release. — Hiroshi Ito / githubweb
  3. Fix issues in Collectors2 Javadoc. — Donald Raab / githubweb
  4. Apply skeletal implementation to interface migration automated — itohro / githubweb
  5. Implement of() methods on Multimaps — Hiroshi Ito / githubweb
  6. Add a factory class for MutableSortedBagMultimap to Multimaps. — s.g.vottegmail.com Sano / githubweb
  7. Implement synchronized Multimaps. — s.g.vottegmail.com Sano / githubweb
  8. Implement selectByOccurrences on primitive Bags. — Donald Raab / githubweb
  9. Implement top/bottomOccurrences on primitive Bags. — Donald Raab / githubweb
  10. Deploy junit-trait-runner module. — Hiroshi Ito / githubweb
  11. Change primitive functional interfaces to extend the corresponding JDK — Hiroshi Ito / githubweb
  12. Change primitive-primitive/object-primitive/primitive-object functional — Hiroshi Ito / githubweb
  13. Fix overrides of detectWith/detectIfNone/detectIfNoneWith methods in — Hiroshi Ito / githubweb
  14. Remove unnecessary override of detectWith method from CollectIterable. — Hiroshi Ito / githubweb
  15. Make detectOptional methods throw NullPointerException when detecting — Hiroshi Ito / githubweb
  16. Release version 8.0.0-RC. — hudson / githubweb
  17. Disable junit-trait-runner module deployment. — Hiroshi Ito / githubweb
  18. Release version 8.0.0. — hudson / githubweb

#13 (Jul 7, 2016, 3:28:13 AM)

  1. Update version number to 8.0.0-SNAPSHOT. — hudson / githubweb
  2. Initialize draft release note for 8.0.0. — Hiroshi Ito / githubweb
  3. Implement keySet() on Multimap. Fixes #45. — Nikhil Nanivadekar / githubweb
  4. Change MutableBagIterable.addOccurrences(T item, int occurrences) to — Nikhil Nanivadekar / githubweb
  5. Implement MutableMultimap.putAllPairs(Iterable<Pair<K, V>> — Nikhil Nanivadekar / githubweb
  6. Pull up into() from LazyIterable to RichIterable. — Donald Raab / githubweb
  7. Optimize MutableList.chunk() when list is RandomAccess. — Nikhil Nanivadekar / githubweb
  8. Implement Bags.mutable.ofAll(Iterable<? extends T> items) and — Nikhil Nanivadekar / githubweb
  9. Improve SumOfIntTest by shuffling object lists and adding IntList. — Donald Raab / githubweb
  10. Remove unnecessary overrides of anySatisfyWith, allSatisfyWith, and — Craig Motlin / githubweb
  11. Remove unnecessary overrides of ParallelIterable.flatCollect(). — Craig Motlin / githubweb
  12. Change AbstractSynchronizedRichIterable.groupByUniqueKey() to return — Craig Motlin / githubweb
  13. Change AbstractMutableMapIterable.groupByUniqueKey() to return — Craig Motlin / githubweb
  14. Change MutableMapIterable.aggregateBy() to return MutableMap instead of — Craig Motlin / githubweb
  15. Fix return types on MapIterable.collect(Function2) overrides. — Craig Motlin / githubweb
  16. Fix return type of UnifiedSetWithHashingStrategy.groupByEach() method to — Craig Motlin / githubweb
  17. Fix generics on Multimap.forEachKeyValue(). — Craig Motlin / githubweb
  18. Fix generics on Multimap.forEachKeyMultiValues(). — Craig Motlin / githubweb
  19. Add missing overrides for collect() in OrderedMaps. — Craig Motlin / githubweb
  20. Add missing override UnsortedMapIterable.partitionWith(). — Craig Motlin / githubweb
  21. Add missing overrides of RichIterable.tap(). — Craig Motlin / githubweb
  22. Make StackIterable implement OrderedIterable. — Craig Motlin / githubweb
  23. Make primitive-object maps more bag-like. Change the filtering and — Craig Motlin / githubweb
  24. Add information to release notes about fixing type signature problems, — Craig Motlin / githubweb
  25. Upgrade compilation source/target to JDK 8. — Hiroshi Ito / githubweb
  26. Implement synchronized BiMaps. Closes #25. — Bhavana Hindupur / githubweb
  27. Deprecate zip() and zipWithIndex() in the BiMap hierarchy. — Bhavana Hindupur / githubweb
  28. Fix bug in Interval.take() when count is 0. — Nikhil Nanivadekar / githubweb
  29. Implement LazyIterable.takeWhile(Predicate) and — Nikhil Nanivadekar / githubweb
  30. Fix warnings in Javadocs of few methods in LazyIterate. — Nikhil Nanivadekar / githubweb
  31. Deprecate DropIterator as it is inlineable with new — Nikhil Nanivadekar / githubweb
  32. Fix bug in primitiveArrayList.reverseThis() (#100) — motlin / githubweb
  33. Fix method signatures of sumByInt(), sumByLong(), sumByFloat() and — Nikhil Nanivadekar / githubweb
  34. Refactor AbstractUnifiedSet to extend AbstractMutableCollection and — Nikhil Nanivadekar / githubweb
  35. Upgrade compilation source/target to JDK 8. Fix project files for — Craig Motlin / githubweb
  36. Replace anonymous inner classes with method references. — Craig Motlin / githubweb
  37. Replace anonymous inner classes with lambdas. — Craig Motlin / githubweb
  38. Replace statement lambdas with expression lambdas. — Craig Motlin / githubweb
  39. Remove explicit generic types that can be inferred with <>. — Craig Motlin / githubweb
  40. Remove explicit type arguments that can be inferred. — Craig Motlin / githubweb
  41. Remove redundant casts. — Craig Motlin / githubweb
  42. Remove unnecessary 'final' keyword on implicitly final local variables — Craig Motlin / githubweb
  43. Add @Override annotation. — Craig Motlin / githubweb
  44. Enforce maven version to 3.1.0+ and add supplimentary information to — Hiroshi Ito / githubweb
  45. Add static method BooleanArrayList.newWithNValues — motlin / githubweb
  46. In <primitive>ArrayList.newWithNValues, replace loop with Arrays.fill — Guo Ci Teo / githubweb
  47. Add bugfix description in RELEASE_NOTE_DRAFT.md (#107) — itohro / githubweb
  48. Add iteration order tests for toList(). — Craig Motlin / githubweb
  49. Fix the iteration order of BiMap.each() and BiMap.forEachValue(). — Craig Motlin / githubweb
  50. Add new Java 8 compatible apis to RichIterable as default methods. — Donald Raab / githubweb
  51. Implement Collectors2 with makeString and conversion methods for Eclipse — Donald Raab / githubweb
  52. Remove tests which use Collectors.groupBy() as the method is private. — Nikhil Nanivadekar / githubweb
  53. Change the basic FunctionalInterfaces to extend the JDK ones and add — Craig Motlin / githubweb
  54. Change our IntPredicate, LongPredicate, and DoublePredicate to extend — Craig Motlin / githubweb
  55. Move detect methods location. — Hiroshi Ito / githubweb
  56. Implement detectOptional() and detectWithOptional() on RichIterable. — Hiroshi Ito / githubweb
  57. Implement unmodifiable BiMaps. Fixes #24. — Nikhil Nanivadekar / githubweb
  58. Add Java 8 tests for UnmodifiableBiMaps. — Nikhil Nanivadekar / githubweb
  59. Upgrade JMH to 1.12. — Hiroshi Ito / githubweb
  60. Add Collectors for chunk, zip, zipWithIndex, — Donald Raab / githubweb
  61. Add Collectors for select, selectWith, reject, rejectWith, partition, — Donald Raab / githubweb
  62. Add Collector for collect to Collectors2 and refactor merge operations — Donald Raab / githubweb
  63. Add Collectors for collect{Boolean, Byte, Char, Short, Int, Float, Long, — Donald Raab / githubweb
  64. Add reduceInPlace methods to Iterate and remove unnecessary — Donald Raab / githubweb
  65. Add tests for Collectors.groupingBy() with various downstream Collectors — Donald Raab / githubweb
  66. Implement RichIterable.getOnly(). Closes #88 — opengl-8080 / githubweb
  67. Add JavaDoc to Collectors2 — Donald Raab / githubweb
  68. Update RELEASE_NOTE_DRAFT.md for 8.0.0-M1 release. — Hiroshi Ito / githubweb
  69. Improve speed of AbstractImmutableList.chunk() by using sublists [Fixes — Hiroshi Ito / githubweb
  70. Release version 8.0.0-M1. — hudson / githubweb

#3 (Feb 24, 2016, 5:25:44 PM)

  1. Add release-artifacts profile to the build in the junit-trait-runner — Craig Motlin / githubweb
  2. Skip deployment of the junit-trait-runner maven module. — Craig Motlin / githubweb