Skip to content
Started 3 yr 6 mo ago
Took 3 min 42 sec on basic-jjkjq

#66 (Nov 2, 2020, 1:42:27 PM)

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

Started by user Nikhil Nanivadekar

Revision: 9889a16afc78b965550ef4edc9b1f063ac5d0f7d
Repository: git@github.com:eclipse/eclipse-collections.git
  • origin/master