Skip to content

Changes

#130 (Aug 20, 2020, 4:59:56 PM)

  1. Remove unsupported Javadoc option. The reason to remove this is because we need to run deploy builds with JDK 8. — Nikhil Nanivadekar / githubweb
  2. Update version number to 10.4.0-SNAPSHOT. — Collections Bot / githubweb
  3. Release version 10.4.0. — Collections Bot / githubweb

#75 (Aug 17, 2017, 12:47:08 AM)

  1. Add Maven/Gradle/Ivy references for 7.0.0 to README. — Hiroshi Ito / githubweb
  2. Update the version number from 7.0.0 to 7.1.0-SNAPSHOT. — Craig Motlin / githubweb
  3. Add Travis badge to README. — Craig Motlin / githubweb
  4. Sort the travis builds by the typical amount of time they take to run, — Craig Motlin / githubweb
  5. Configure a Travis job that uses Java 7 for the modules that are — Craig Motlin / githubweb
  6. Remove unused maven plugin. — Craig Motlin / githubweb
  7. Configure all modules to use the parent pom.xml. Configure — Craig Motlin / githubweb
  8. Rearrange the final two sections of the README so that the links are — Craig Motlin / githubweb
  9. Fix UnifiedSet$ChainedBucket.removeLongChain() method. — Hiroshi Ito / githubweb
  10. Fix UnifiedSet$ChainedBucket.removeLongChain() method. — Hiroshi Ito / githubweb
  11. Add CONTRIBUTING.md. — Hiroshi Ito / githubweb
  12. Add community references to README.md. — Hiroshi Ito / githubweb
  13. Edit CONTRIBUTING and README for clarity. — Craig Motlin / githubweb
  14. Fix typo for Project Management Infrastructure. — Hiroshi Ito / githubweb
  15. Add .maven folder to .gitignore file. — Hiroshi Ito / githubweb
  16. Update the version number from 7.0.0 to 7.0.1-SNAPSHOT. — Craig Motlin / githubweb
  17. Remove unused maven plugin. — Craig Motlin / githubweb
  18. Configure all modules to use the parent pom.xml. Configure — Craig Motlin / githubweb
  19. Add .maven folder to .gitignore file. — Hiroshi Ito / githubweb
  20. Add instructions for commit sign-off. — Nikhil Nanivadekar / githubweb
  21. Clarify instructions for commit sign-off. — Craig Motlin / githubweb
  22. Implement Verify.assertNotInstanceOf. #28 — Bhavana Hindupur / githubweb
  23. Implement Verify.assertListMultimapsEqual(), — Nikhil Nanivadekar / githubweb
  24. Implement Verify.assertSortedSetMultimapsEqual(), — Nikhil Nanivadekar / githubweb
  25. Add Assert.assertEquals() call in Verify.assert*MultimapsEqual() methods — Nikhil Nanivadekar / githubweb
  26. Use Verify.assert*MultimapsEqual() in tests for select, reject, collect — Nikhil Nanivadekar / githubweb
  27. Fix syntax of examples in Javadoc. — Nikhil Nanivadekar / githubweb
  28. Release version 7.0.1. — hudson / githubweb
  29. Update README.md links to point to 7.0.1. — Hiroshi Ito / githubweb
  30. Configure maven plugins and dependencies in the parent pom to reduce — Craig Motlin / githubweb
  31. Upgrade versions of several libraries and maven plugins. — Craig Motlin / githubweb
  32. Update the previous version of Eclipse Collections that Clirr compares — Craig Motlin / githubweb
  33. Fix the configuration of the build which uses Java 7. — Craig Motlin / githubweb
  34. Turn on additional CheckStyle checks for invalid whitespace. — Craig Motlin / githubweb
  35. Add badge for GitHub release notes to the README. — Craig Motlin / githubweb
  36. Fix memory leak in HashBiMap — Bhavana Hindupur / githubweb
  37. Fix memory leak in HashBiMap. — Bhavana Hindupur / githubweb
  38. Fix memory leak in HashBiMap — Bhavana Hindupur / githubweb
  39. Simplify and optimize a few methods in ImmutableSingletonBag. — Craig Motlin / githubweb
  40. Fix performance problem in ArrayStack.minBy(). — Craig Motlin / githubweb
  41. Add tests that revealed the memory leak in HashBiMap fixed in the — Craig Motlin / githubweb
  42. Optimize UnifiedMap.getFirst() to not delegate to an iterator. — Craig Motlin / githubweb
  43. Optimize AbstractBag for all MutableBagIterable targets, not just — Craig Motlin / githubweb
  44. Fix unit test of Iterate.chunk() to test inter-op with JDK Collections. — Nikhil Nanivadekar / githubweb
  45. Fix bugs in handling key collision and keyset iterator based remove — Ranjan Jajodia / githubweb
  46. Extract size variables. — Donald Raab / githubweb
  47. Implement Iterate.toMultimap(). — Nikhil Nanivadekar / githubweb
  48. Release version 7.0.2. — hudson / githubweb
  49. Add release-artifacts profile to the build in the junit-trait-runner — Craig Motlin / githubweb
  50. Skip deployment of the junit-trait-runner maven module. — Craig Motlin / githubweb
  51. Add periodic logging to the parallel map acceptance tests to prevent — Craig Motlin / githubweb
  52. Set up a Travis job to compile, but not run, jmh-tests and — Craig Motlin / githubweb
  53. Move the slowest Travis job to run first. — Craig Motlin / githubweb
  54. Update version number 7.0.3-SNAPSHOT. — hudson / githubweb
  55. Fix bug in ArrayIterate.chunk(). — Craig Motlin / githubweb
  56. Replace forkMode with forkCount — Craig Motlin / githubweb
  57. Update README.md links to point to 7.0.2. — Hiroshi Ito / githubweb
  58. Fix IterableTestCase.checkNotSame to factor in empty sorted immutable — Craig Motlin / githubweb
  59. Add a new assertion Verify.assertNotSerializable(). — Craig Motlin / githubweb
  60. Add additional sanity checks within assertion methods in — Craig Motlin / githubweb
  61. Add assertions that methods which take target collections return the — Craig Motlin / githubweb
  62. Add test coverage for smaller collections: forEach(), contains(), — Craig Motlin / githubweb
  63. Add coverage for MapIterable.getFirst() and MapIterable.getLast() for — Craig Motlin / githubweb
  64. Consistently use IterableTestCase.addAllTo() in implementations of — Craig Motlin / githubweb
  65. Add test coverage for removing from the sublist of a sublist. — Craig Motlin / githubweb
  66. Add additional test coverage for sets with hash collisions. — Craig Motlin / githubweb
  67. Add test coverage for UnmodifiableSortedBag and extract — Craig Motlin / githubweb
  68. Add test coverage for additional classes in the java 8 test suite. — Craig Motlin / githubweb
  69. Implement Iterate.groupByAndCollect(). — Nikhil Nanivadekar / githubweb
  70. Move AdaptObjectIntProcedureToProcedure to be a top-level class. — Craig Motlin / githubweb
  71. Optimize DistinctIterable to not delegate to an iterator. — Craig Motlin / githubweb
  72. Optimize CompositeIterable to not delegate to an iterator. — Craig Motlin / githubweb
  73. Optimize DropIterable to not delegate to an iterator. — Craig Motlin / githubweb
  74. Add link to Kata from README.md. — Hiroshi Ito / githubweb
  75. Add an instruction to write a draft release note to CONTRIBUTING.md. — Hiroshi Ito / githubweb
  76. Merge the new link to the draft release notes into the previous — Craig Motlin / githubweb
  77. Edit the release note draft for wording and brevity. — Craig Motlin / githubweb
  78. Fix GenerateMojo Deprecated Syntax Warnings — Philippe Marschall / githubweb
  79. Update Eclipse project files. — Hiroshi Ito / githubweb
  80. Ignore execution of exec-maven-plugin in m2e. — Hiroshi Ito / githubweb
  81. Ignore Eclipse cache files. — Hiroshi Ito / githubweb
  82. Implement HashBagWithHashingStrategy. Closes #23. — Bhavana Hindupur / githubweb
  83. Extract commonality from HashBag and HashBagWithHashingStrategy into — Bhavana Hindupur / githubweb
  84. Add HashBagWithHashingStrategy to draft release note. — Bhavana Hindupur / githubweb
  85. Change java.header to allow copyrights from all contributors. — Bhavana Hindupur / githubweb
  86. Add issue management, CI management, and mailing list information to — Craig Motlin / githubweb
  87. Move custom JUnit runner into the org.eclipse.collections package — Craig Motlin / githubweb
  88. Release version 7.1.0. — hudson / githubweb
  89. Skip deployment of the junit-trait-runner maven module. — Hiroshi Ito / githubweb
  90. Update README.md links to point to 7.1.0. — Hiroshi Ito / githubweb
  91. Update version number to 8.0.0-SNAPSHOT. — hudson / githubweb
  92. Initialize draft release note for 8.0.0. — Hiroshi Ito / githubweb
  93. Implement keySet() on Multimap. Fixes #45. — Nikhil Nanivadekar / githubweb
  94. Change MutableBagIterable.addOccurrences(T item, int occurrences) to — Nikhil Nanivadekar / githubweb
  95. Implement MutableMultimap.putAllPairs(Iterable<Pair<K, V>> — Nikhil Nanivadekar / githubweb
  96. Pull up into() from LazyIterable to RichIterable. — Donald Raab / githubweb
  97. Optimize MutableList.chunk() when list is RandomAccess. — Nikhil Nanivadekar / githubweb
  98. Implement Bags.mutable.ofAll(Iterable<? extends T> items) and — Nikhil Nanivadekar / githubweb
  99. Improve SumOfIntTest by shuffling object lists and adding IntList. — Donald Raab / githubweb
  100. Remove unnecessary overrides of anySatisfyWith, allSatisfyWith, and — Craig Motlin / githubweb
  101. Remove unnecessary overrides of ParallelIterable.flatCollect(). — Craig Motlin / githubweb
  102. Change AbstractSynchronizedRichIterable.groupByUniqueKey() to return — Craig Motlin / githubweb
  103. Change AbstractMutableMapIterable.groupByUniqueKey() to return — Craig Motlin / githubweb
  104. Change MutableMapIterable.aggregateBy() to return MutableMap instead of — Craig Motlin / githubweb
  105. Fix return types on MapIterable.collect(Function2) overrides. — Craig Motlin / githubweb
  106. Fix return type of UnifiedSetWithHashingStrategy.groupByEach() method to — Craig Motlin / githubweb
  107. Fix generics on Multimap.forEachKeyValue(). — Craig Motlin / githubweb
  108. Fix generics on Multimap.forEachKeyMultiValues(). — Craig Motlin / githubweb
  109. Add missing overrides for collect() in OrderedMaps. — Craig Motlin / githubweb
  110. Add missing override UnsortedMapIterable.partitionWith(). — Craig Motlin / githubweb
  111. Add missing overrides of RichIterable.tap(). — Craig Motlin / githubweb
  112. Make StackIterable implement OrderedIterable. — Craig Motlin / githubweb
  113. Make primitive-object maps more bag-like. Change the filtering and — Craig Motlin / githubweb
  114. Add information to release notes about fixing type signature problems, — Craig Motlin / githubweb
  115. Upgrade compilation source/target to JDK 8. — Hiroshi Ito / githubweb
  116. Implement synchronized BiMaps. Closes #25. — Bhavana Hindupur / githubweb
  117. Deprecate zip() and zipWithIndex() in the BiMap hierarchy. — Bhavana Hindupur / githubweb
  118. Fix bug in Interval.take() when count is 0. — Nikhil Nanivadekar / githubweb
  119. Implement LazyIterable.takeWhile(Predicate) and — Nikhil Nanivadekar / githubweb
  120. Fix warnings in Javadocs of few methods in LazyIterate. — Nikhil Nanivadekar / githubweb
  121. Deprecate DropIterator as it is inlineable with new — Nikhil Nanivadekar / githubweb
  122. Fix bug in primitiveArrayList.reverseThis() (#100) — motlin / githubweb
  123. Fix method signatures of sumByInt(), sumByLong(), sumByFloat() and — Nikhil Nanivadekar / githubweb
  124. Refactor AbstractUnifiedSet to extend AbstractMutableCollection and — Nikhil Nanivadekar / githubweb
  125. Upgrade compilation source/target to JDK 8. Fix project files for — Craig Motlin / githubweb
  126. Replace anonymous inner classes with method references. — Craig Motlin / githubweb
  127. Replace anonymous inner classes with lambdas. — Craig Motlin / githubweb
  128. Replace statement lambdas with expression lambdas. — Craig Motlin / githubweb
  129. Remove explicit generic types that can be inferred with <>. — Craig Motlin / githubweb
  130. Remove explicit type arguments that can be inferred. — Craig Motlin / githubweb
  131. Remove redundant casts. — Craig Motlin / githubweb
  132. Remove unnecessary 'final' keyword on implicitly final local variables — Craig Motlin / githubweb
  133. Add @Override annotation. — Craig Motlin / githubweb
  134. Enforce maven version to 3.1.0+ and add supplimentary information to — Hiroshi Ito / githubweb
  135. Add static method BooleanArrayList.newWithNValues — motlin / githubweb
  136. In <primitive>ArrayList.newWithNValues, replace loop with Arrays.fill — Guo Ci Teo / githubweb
  137. Add bugfix description in RELEASE_NOTE_DRAFT.md (#107) — itohro / githubweb
  138. Add iteration order tests for toList(). — Craig Motlin / githubweb
  139. Fix the iteration order of BiMap.each() and BiMap.forEachValue(). — Craig Motlin / githubweb
  140. Add new Java 8 compatible apis to RichIterable as default methods. — Donald Raab / githubweb
  141. Implement Collectors2 with makeString and conversion methods for Eclipse — Donald Raab / githubweb
  142. Remove tests which use Collectors.groupBy() as the method is private. — Nikhil Nanivadekar / githubweb
  143. Change the basic FunctionalInterfaces to extend the JDK ones and add — Craig Motlin / githubweb
  144. Change our IntPredicate, LongPredicate, and DoublePredicate to extend — Craig Motlin / githubweb
  145. Move detect methods location. — Hiroshi Ito / githubweb
  146. Implement detectOptional() and detectWithOptional() on RichIterable. — Hiroshi Ito / githubweb
  147. Implement unmodifiable BiMaps. Fixes #24. — Nikhil Nanivadekar / githubweb
  148. Add Java 8 tests for UnmodifiableBiMaps. — Nikhil Nanivadekar / githubweb
  149. Upgrade JMH to 1.12. — Hiroshi Ito / githubweb
  150. Add Collectors for chunk, zip, zipWithIndex, — Donald Raab / githubweb
  151. Add Collectors for select, selectWith, reject, rejectWith, partition, — Donald Raab / githubweb
  152. Add Collector for collect to Collectors2 and refactor merge operations — Donald Raab / githubweb
  153. Add Collectors for collect{Boolean, Byte, Char, Short, Int, Float, Long, — Donald Raab / githubweb
  154. Add reduceInPlace methods to Iterate and remove unnecessary — Donald Raab / githubweb
  155. Add tests for Collectors.groupingBy() with various downstream Collectors — Donald Raab / githubweb
  156. Implement RichIterable.getOnly(). Closes #88 — opengl-8080 / githubweb
  157. Add JavaDoc to Collectors2 — Donald Raab / githubweb
  158. Update RELEASE_NOTE_DRAFT.md for 8.0.0-M1 release. — Hiroshi Ito / githubweb
  159. Improve speed of AbstractImmutableList.chunk() by using sublists [Fixes — Hiroshi Ito / githubweb
  160. Release version 8.0.0-M1. — hudson / githubweb
  161. Update version number to 8.0.0-SNAPSHOT. — hudson / githubweb
  162. Update RELEASE_NOTE_DRAFT.md for 8.0.0-M2 release. — Hiroshi Ito / githubweb
  163. Fix issues in Collectors2 Javadoc. — Donald Raab / githubweb
  164. Apply skeletal implementation to interface migration automated — itohro / githubweb
  165. Implement of() methods on Multimaps — Hiroshi Ito / githubweb
  166. Add a factory class for MutableSortedBagMultimap to Multimaps. — s.g.vottegmail.com Sano / githubweb
  167. Implement synchronized Multimaps. — s.g.vottegmail.com Sano / githubweb
  168. Implement selectByOccurrences on primitive Bags. — Donald Raab / githubweb
  169. Implement top/bottomOccurrences on primitive Bags. — Donald Raab / githubweb
  170. Deploy junit-trait-runner module. — Hiroshi Ito / githubweb
  171. Change primitive functional interfaces to extend the corresponding JDK — Hiroshi Ito / githubweb
  172. Change primitive-primitive/object-primitive/primitive-object functional — Hiroshi Ito / githubweb
  173. Fix overrides of detectWith/detectIfNone/detectIfNoneWith methods in — Hiroshi Ito / githubweb
  174. Remove unnecessary override of detectWith method from CollectIterable. — Hiroshi Ito / githubweb
  175. Make detectOptional methods throw NullPointerException when detecting — Hiroshi Ito / githubweb
  176. Release version 8.0.0-RC. — hudson / githubweb
  177. Disable junit-trait-runner module deployment. — Hiroshi Ito / githubweb
  178. Release version 8.0.0. — hudson / githubweb
  179. Update version number to 8.1.0-SNAPSHOT. — hudson / githubweb
  180. Update README.md links to point to 8.0.0. — Hiroshi Ito / githubweb
  181. Update RELEASE_NOTE_DRAFT.md for 8.1.0 release. — Hiroshi Ito / githubweb
  182. Fix addAll() method in CompositeFastList to return false on isEmpty() — Donald Raab / githubweb
  183. Update Contributor License information with latest ECA. — Hiroshi Ito / githubweb
  184. Add the Eclipse Collections reference guide. — Craig Motlin / githubweb
  185. Update links to point to the Eclipse Collections Kata instead of the GS — Craig Motlin / githubweb
  186. Optimize List.clear methods to avoid clearing unused memory — Christopher Clark / githubweb
  187. Replaced anonymous inner classes with lambdas and optimized — Donald Raab / githubweb
  188. Remove JMH tests and generator codes from Javadoc output. Closes #150. — Hiroshi Ito / githubweb
  189. Add Abstract<primitive>Stacks. — itohro / githubweb
  190. Update reference guide. — Donald Raab / githubweb
  191. Modify PersonAndPetKataTest.getAgeStatisticsOfPets to use — Donald Raab / githubweb
  192. Fix minor issues in guide.md. — Donald Raab / githubweb
  193. Add table of contents to guide.md. — Donald Raab / githubweb
  194. Change collect and collectWith with target collections on — Donald Raab / githubweb
  195. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  196. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  197. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  198. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  199. Integrate JaCoCo for test coverage. — Nikhil Nanivadekar / githubweb
  200. Split Collectors2Test to fix build failure with error: — Nikhil Nanivadekar / githubweb
  201. Remove useless test — Nikhil Nanivadekar / githubweb
  202. Remove useless execution of jacoco-maven-plugin:check — Nikhil Nanivadekar / githubweb
  203. Do not duplicate configuration of maven-surefire-plugin — Nikhil Nanivadekar / githubweb
  204. Do not duplicate version of jacoco-maven-plugin — Nikhil Nanivadekar / githubweb
  205. Fix Eclipse issues with MANIFEST.MF Fixes #49. — Nikhil Nanivadekar / githubweb
  206. Implement flatCollect on Collectors2. — Donald Raab / githubweb
  207. Implement SummaryStatistics and Collectors2.summarizing. — Donald Raab / githubweb
  208. Implement BigDecimalSummaryStatistics and BigIntegerSummaryStatistics. — Donald Raab / githubweb
  209. Export all packages of eclipse-collections-api in manifest.mf. Fixes — Nikhil Nanivadekar / githubweb
  210. Update README.md and RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  211. Optimize and increase test coverage for CaseFunction and CaseProcedure. — Donald Raab / githubweb
  212. Make Collectors2.sumBy tests consistent for groupBy keys. — Donald Raab / githubweb
  213. Fix bugs and increase test coverage for topOccurrences and — Donald Raab / githubweb
  214. Add tests for detectOptional and detectWithOptional to unit test suite. — Donald Raab / githubweb
  215. Change StackIterableTestCase to extend AbstractRichIterableTestCase. — Donald Raab / githubweb
  216. Implement sumByBigDecimal and sumByBigInteger on Collectors2. — Donald Raab / githubweb
  217. Make SummaryStatistics Serializable. — Donald Raab / githubweb
  218. Add collect<Primitives> with target collections as default methods in — Donald Raab / githubweb
  219. Implement collect and flatCollect with target collections on — Donald Raab / githubweb
  220. Implement select and reject with targets on primitive iterables. — Donald Raab / githubweb
  221. Update and improve JavaDoc in high level interfaces. — Donald Raab / githubweb
  222. Improve generated JavaDoc in primitiveIterable.stg. — Donald Raab / githubweb
  223. Implement primitive case functions. — Donald Raab / githubweb
  224. Implement serialization tests for primitive case functions. — Donald Raab / githubweb
  225. Update RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  226. Replace anonymous inner classes with lambdas and method references. — Donald Raab / githubweb
  227. Implement primitive case procedures. — Donald Raab / githubweb
  228. Add more serialization tests for primitive case function and primitive — Donald Raab / githubweb
  229. Add public constructors to Unmodifiable and Synchronized collections . — Jan Kotek / githubweb
  230. Implement throwing method on functional interface factories which takes — Donald Raab / githubweb
  231. Update readme.md. — Donald Raab / githubweb
  232. Implement spliterator on FastList and ArrayAdapter. — Donald Raab / githubweb
  233. Add tests for stream on mutable collections and throw on spliterator, — Donald Raab / githubweb

#37 (Feb 27, 2017, 5:24:44 AM)

  1. Optimize and increase test coverage for CaseFunction and CaseProcedure. — Donald Raab / githubweb
  2. Make Collectors2.sumBy tests consistent for groupBy keys. — Donald Raab / githubweb
  3. Fix bugs and increase test coverage for topOccurrences and — Donald Raab / githubweb
  4. Add tests for detectOptional and detectWithOptional to unit test suite. — Donald Raab / githubweb
  5. Change StackIterableTestCase to extend AbstractRichIterableTestCase. — Donald Raab / githubweb
  6. Implement sumByBigDecimal and sumByBigInteger on Collectors2. — Donald Raab / githubweb
  7. Make SummaryStatistics Serializable. — Donald Raab / githubweb
  8. Add collect<Primitives> with target collections as default methods in — Donald Raab / githubweb
  9. Implement collect and flatCollect with target collections on — Donald Raab / githubweb
  10. Implement select and reject with targets on primitive iterables. — Donald Raab / githubweb
  11. Update and improve JavaDoc in high level interfaces. — Donald Raab / githubweb
  12. Improve generated JavaDoc in primitiveIterable.stg. — Donald Raab / githubweb
  13. Implement primitive case functions. — Donald Raab / githubweb
  14. Implement serialization tests for primitive case functions. — Donald Raab / githubweb
  15. Update RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  16. Replace anonymous inner classes with lambdas and method references. — Donald Raab / githubweb
  17. Implement primitive case procedures. — Donald Raab / githubweb
  18. Add more serialization tests for primitive case function and primitive — Donald Raab / githubweb
  19. Add public constructors to Unmodifiable and Synchronized collections . — Jan Kotek / githubweb
  20. Implement throwing method on functional interface factories which takes — Donald Raab / githubweb
  21. Update readme.md. — Donald Raab / githubweb
  22. Implement spliterator on FastList and ArrayAdapter. — Donald Raab / githubweb
  23. Add tests for stream on mutable collections and throw on spliterator, — Donald Raab / githubweb
  24. Add jarsign step as part of release build. — Hiroshi Ito / githubweb

#26 (Jan 5, 2017, 1:27:20 AM)

  1. Add Abstract<primitive>Stacks. — itohro / githubweb
  2. Update reference guide. — Donald Raab / githubweb
  3. Modify PersonAndPetKataTest.getAgeStatisticsOfPets to use — Donald Raab / githubweb
  4. Fix minor issues in guide.md. — Donald Raab / githubweb
  5. Add table of contents to guide.md. — Donald Raab / githubweb
  6. Change collect and collectWith with target collections on — Donald Raab / githubweb
  7. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  8. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  9. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  10. Remove executable bit from files that are not executable — Evgeny Mandrikov / githubweb
  11. Integrate JaCoCo for test coverage. — Nikhil Nanivadekar / githubweb
  12. Split Collectors2Test to fix build failure with error: — Nikhil Nanivadekar / githubweb
  13. Remove useless test — Nikhil Nanivadekar / githubweb
  14. Remove useless execution of jacoco-maven-plugin:check — Nikhil Nanivadekar / githubweb
  15. Do not duplicate configuration of maven-surefire-plugin — Nikhil Nanivadekar / githubweb
  16. Do not duplicate version of jacoco-maven-plugin — Nikhil Nanivadekar / githubweb
  17. Fix Eclipse issues with MANIFEST.MF Fixes #49. — Nikhil Nanivadekar / githubweb
  18. Implement flatCollect on Collectors2. — Donald Raab / githubweb
  19. Implement SummaryStatistics and Collectors2.summarizing. — Donald Raab / githubweb
  20. Implement BigDecimalSummaryStatistics and BigIntegerSummaryStatistics. — Donald Raab / githubweb
  21. Export all packages of eclipse-collections-api in manifest.mf. Fixes — Nikhil Nanivadekar / githubweb
  22. Update README.md and RELEASE_NOTE_DRAFT.md. — Donald Raab / githubweb
  23. Add jarsign step as part of release build. — Hiroshi Ito / githubweb