Skip to content
Started 3 yr 10 mo ago
Took 6 min 14 sec on basic-9kd1m

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

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

Started by user Nikhil Nanivadekar

Revision: a00b2c50d247808549f372933bcb428abf04df68
Repository: git@github.com:eclipse/eclipse-collections.git
  • origin/master