Skip to content
Started 3 yr 6 mo ago
Took 8 min 12 sec on basic-2s2wb

#68 (Nov 2, 2020, 10:52:15 AM)

Changes
  1. Release version 10.3.0. (details / githubweb)
  2. Update version number to 11.0.0-SNAPSHOT. (details / githubweb)
  3. Fix Javadoc plugin configuration to enable Javadoc creation. (details / githubweb)
  4. Fix Javadoc errors for MapIterable. (details / githubweb)
  5. Fix Javadoc error for Multimaps. (details / githubweb)
  6. Fix Javadoc error for ImmutablePrimitiveBagFactory, MutablePrimitiveBagFactory (details / githubweb)
  7. Fix Javadoc error for ImmutablePrimitiveListFactory, MutablePrimitiveListFactory (details / githubweb)
  8. Fix Javadoc error for ImmutablePrimitiveSetFactory, MutablePrimitiveSetFactory (details / githubweb)
  9. Fix Javadoc error for ImmutablePrimitiveStackFactory, MutablePrimitiveStackFactory (details / githubweb)
  10. Fix the Javadoc build of GitHub Actions. (details / githubweb)
  11. Prepare for release 11.0.0 (details / githubweb)
  12. Update 10.2.0 to 10.3.0 in Readme and ReadmeExamples. (details / githubweb)
  13. Add covariant overrides for sortThis(). (details / githubweb)
  14. Add covariant return types to methods in MultiReaderList that return `this`. (details / githubweb)
  15. security badge in README.md (details / githubweb)
  16. Remove implementations of OrderedIterable.toStack() that can use the default implementation instead. (details / githubweb)
  17. Add GitHub action to generate code report. Closes #968 (details / githubweb)
  18. Add JDK Early Access GitHub Actions. (details / githubweb)
  19. Fix compiler errors for JDK-15-EA. (details / githubweb)
  20. Upgrade EBR plugin to 1.3.0-SNAPSHOT. (details / githubweb)
  21. Fixed missing test coverage for ObjectBooleanHashMapWithHashingStrategy. (details / githubweb)
  22. Prepare for 10.4.0 release. (details / githubweb)
  23. Remove unsupported Javadoc option. The reason to remove this is because we need to run deploy builds with JDK 8. (details / githubweb)
  24. Update README and README_EXAMPLES with 10.4.0 version. (details / githubweb)
  25. integrating security badge on homepage. (details / githubweb)
  26. Deprecate ImmutableArrayStack. Closes #976 (details / githubweb)
  27. Disable mutation tests from running on every fork (details / githubweb)
  28. Implement Bag.anySatisfyWithOccurrences(), Bag.allSatisfyWithOccurrences(), Bag.noneSatisfyWithOccurrences(), Bag.detectWithOccurrences(). Closes #406. (details / githubweb)
  29. Fix CollectIterable detect methods. Closes #994 (details / githubweb)
  30. Disable coverage job from running on every fork (details / githubweb)
  31. Documentation on serializing EC with jackson (details / githubweb)
  32. Remove extra calls to map.get in sumByDoubleFunction and sumByFloatFunction. (details / githubweb)
  33. Add jackson.md to README.md. (details / githubweb)
  34. Add badges to website. Fixes #986 (details / githubweb)
  35. Optimize sumByLong and sumByInt Primitive methods for Bags. Partially addresses #448. (details / githubweb)
  36. Implement union operation on primitive sets. Partially addresses issue #310. (details / githubweb)
  37. Test Coverage for AtomicCountProcedure - Closes #988 (details / githubweb)
  38. Add test cases for BagAddOccurrencesProcedure. Closes #989 (details / githubweb)
  39. Optimize toImmutable on primitive sets (details / githubweb)
  40. Implement intersect operation on primitive sets. Partially addresses issue #310. (details / githubweb)
  41. Remove emails of developers. (details / githubweb)
  42. Add new committer to the project. (details / githubweb)
  43. Update JDK versions for builds. (details / githubweb)
  44. Skip p2 repository module during EA builds and Java 15+ builds. (details / githubweb)
  45. Make the website files consistent. (details / githubweb)
  46. Added Norwegian translation for the Eclipse Collections website (details / githubweb)
  47. Optimize containsAll on primitive iterables. (details / githubweb)

Started by user Nikhil Nanivadekar

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