Skip to content
Started 3 yr 1 mo ago
Took 9 min 47 sec on basic-21rqm

#69 (Mar 18, 2021, 12:35:19 PM)

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

Started by user Sirisha Pratha

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