Skip to content
Started 3 yr 1 mo ago
Took 4 min 53 sec on basic-r8qn1

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

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

Started by user Sirisha Pratha

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