Skip to content
Started 3 yr 10 mo ago
Took 18 min on basic-4bcvm

#59 (Jun 30, 2020, 8:08:33 AM)

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

Started by user Frederic Gurr

Rebuilds build #56

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