Skip to content
Started 1 yr 9 mo ago
Took 9 min 22 sec on basic-z5029

#75 (Jun 21, 2022, 11:15:33 AM)

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

Started by user Sirisha Pratha

This run spent:

  • 18 sec waiting;
  • 9 min 22 sec build duration;
  • 9 min 40 sec total from scheduled to completion.
Revision: d2c13ad5c9a6c55a339e9bc2aceff04c326ca553
Repository: ssh://git@github.com/eclipse/eclipse-collections.git
  • origin/master