1. 974e910 Bump codeql-action from 4.37.6 to 4.37.7 by Gary Gregory · 3 days ago master
  2. 19fdb33 Fix AbstractLinkedList addAll returning true for an empty collection (#726). by Gary Gregory · 5 days ago
  3. 5360206 Return false from AbstractLinkedList addAll for an empty collection (#726) by Naveed Khan · 5 days ago
  4. 9c5f248 Javadoc by Gary Gregory · 5 days ago
  5. d2190a3 Reduice nesting by Gary Gregory · 7 days ago
  6. 3e0f1b8 Javadoc by Gary Gregory · 7 days ago
  7. f100184 Javadoc by Gary Gregory · 7 days ago
  8. 4c94141 Javadoc by Gary Gregory · 7 days ago
  9. 1921e80 [Javadoc] Fix grammar in ArrayStack class Javadoc (#725). by Gary Gregory · 7 days ago
  10. eb1dc29 [Javadoc] Fix grammar in ArrayStack class Javadoc (#725) by thomaslantern · 7 days ago
  11. cda93a5 Add Java 28-ea as an experimental GH CI build. by Gary Gregory · 7 days ago
  12. 1bd207b Simpler internal name. by Gary Gregory · 10 days ago
  13. bb83189 Sort members. by Gary Gregory · 10 days ago
  14. 7ecb6d5 Update the index on remove via IndexedCollection.iterator() (#724). by Gary Gregory · 10 days ago
  15. 651a621 Update index on remove via IndexedCollection iterator (#724) by Naveed Khan · 10 days ago
  16. 3ff4911 Merge branch 'master' of https://github.com/apache/commons-collections.git by Gary Gregory · 10 days ago
  17. 6a8a386 Updates for the next release by Gary Gregory · 10 days ago
  18. 8ecd88c Keep existing sort order in ComparatorChain.setComparator (#723). by Gary Gregory · 10 days ago
  19. e31092f Keep existing sort order in ComparatorChain.setComparator (#723) by Naveed Khan · 10 days ago
  20. fa20147 Merge branch 'release' by Gary Gregory · 12 days ago
  21. 9d2d9d9 Bump to next development version by Gary Gregory · 12 days ago release
  22. 90f2c62 Merge branch 'master' of https://github.com/apache/commons-collections.git by Gary Gregory · 14 days ago
  23. 9b76a1a Fix inverted fixed-size guard in FixedSizeSortedMap.putAll (#722). by Gary Gregory · 14 days ago
  24. 4390163 Fix inverted fixed-size guard in FixedSizeSortedMap.putAll (#722) by Naveed Khan · 14 days ago
  25. 4107624 Prepare for the release candidate 4.6.0 RC1 by Gary Gregory · 2 weeks ago commons-collections-4.6.0-RC1 rel/commons-collections-4.6.0
  26. 4abc176 Prepare for the next release candidate by Gary Gregory · 2 weeks ago
  27. cf2568b Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 2 weeks ago
  28. ddbe073 Javadoc by Gary Gregory · 2 weeks ago
  29. b8b6a1a Add missing Javadoc @throws by Gary Gregory · 2 weeks ago
  30. 994b61f Javadoc by Gary Gregory · 2 weeks ago
  31. 1ca43cd Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 2 weeks ago
  32. ef51968 Javadoc by Gary Gregory · 3 weeks ago
  33. 8c01d5a Synchronize forEach() in SynchronizedCollection (#720). by Gary Gregory · 3 weeks ago
  34. 6ee9dd7 Synchronize forEach() in SynchronizedCollection (#720) by Naveed Khan · 3 weeks ago
  35. d58a5e3 Javadoc by Gary Gregory · 3 weeks ago
  36. 70fb49d Javadoc by Gary Gregory · 3 weeks ago
  37. b8f567c Javadoc by Gary Gregory · 3 weeks ago
  38. 3003464 Javadoc by Gary Gregory · 3 weeks ago
  39. 0f41461 Javadoc by Gary Gregory · 3 weeks ago
  40. 9c272cc Javadoc by Gary Gregory · 3 weeks ago
  41. acc0f40 Javadoc by Gary Gregory · 3 weeks ago
  42. a2512f0 Javadoc by Gary Gregory · 3 weeks ago
  43. 3c77e23 [COLLECTIONS-859] Clarify ambiguous @return Javadoc in PredicateUtils. by Gary Gregory · 3 weeks ago
  44. 59cd8f9 Keep OrderedProperties keySet and values in sync with the map (#719). by Gary Gregory · 3 weeks ago
  45. 99deb30 Add org.apache.commons.collections4.properties.OrderedPropertiesTest.testKeySetRejectsAddAll() by Gary Gregory · 3 weeks ago
  46. e41107d Sort members by Gary Gregory · 3 weeks ago
  47. a1496ed Keep OrderedProperties keySet and values in sync with the map (#719) by Naveed Khan · 3 weeks ago
  48. 9eeb680 Bump commons-codec:commons-codec from 1.22.0 to 1.22.1. by Gary Gregory · 3 weeks ago
  49. 688bcd3 Use method references. by Gary Gregory · 3 weeks ago
  50. 181eca7 Reject remove on the Unmodifiable map from SplitMapUtils.readableMap (#718) by Gary Gregory · 3 weeks ago
  51. 88d8b2f Reject remove on the Unmodifiable map from SplitMapUtils.readableMap (#718) by Naveed Khan · 3 weeks ago
  52. 7a27229 Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 3 weeks ago
  53. 95754b9 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 3 weeks ago
  54. be30023 Better use of JUnit API. by Gary Gregory · 4 weeks ago
  55. 8b2f1e0 Better JUnit API usage by Gary Gregory · 4 weeks ago
  56. ad63069 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 4 weeks ago
  57. 4c646f5 Add messages when throwing NullPointerException. by Gary Gregory · 4 weeks ago
  58. 8a8d688 Javadoc by Gary Gregory · 4 weeks ago
  59. f1947d8 Increment modCount after the bounds check in TreeList add and remove (#716). by Gary Gregory · 4 weeks ago
  60. fe8eb49 Increment modCount after the bounds check in TreeList add and remove (#716) by Naveed Khan · 4 weeks ago
  61. dc4d1c9 Do not register a value collection until an add succeeds (#717). by Gary Gregory · 4 weeks ago
  62. 5d0895d Do not register a value collection until an add succeeds (#717) by Naveed Khan · 4 weeks ago
  63. 940edc7 Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 4 weeks ago
  64. b10db07 Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 4 weeks ago
  65. b834ef2 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 5 weeks ago
  66. cf8608b Remove duplicate entry. by Gary Gregory · 5 weeks ago
  67. 45b8353 Remove duplicate entry. by Gary Gregory · 5 weeks ago
  68. 0d9831c AbstractMapBag and AbstractMapMultiSet.add(Object, int) overflow the by Gary Gregory · 5 weeks ago
  69. daddab8 Remove duplicate entry. by Gary Gregory · 5 weeks ago
  70. f2b8c2e CollectionUtils.collate(Iterable, Iterable, Comparator, boolean) does by Gary Gregory · 5 weeks ago
  71. 5b7ca64 Fix collate keeping duplicate nulls when includeDuplicates is false (#715) by Naveed Khan · 5 weeks ago
  72. 541936d Fix Flat3Map entrySet remove ignoring the entry value (#714). by Gary Gregory · 5 weeks ago
  73. 6703821 Sort members. by Gary Gregory · 5 weeks ago
  74. 14375bd Fix Flat3Map entrySet remove ignoring the entry value (#714) by Naveed Khan · 5 weeks ago
  75. 68a3c30 [COLLECTIONS-714] PatriciaTrie ignores trailing null characters in keys (#712). by Gary Gregory · 5 weeks ago
  76. 3099308 [COLLECTIONS-714] PatriciaTrie ignores trailing null characters in keys (#712) by sankalp suman · 5 weeks ago
  77. 21c7d05 Reject out-of-range index before mutating in indexed add (#713) by Naveed Khan · 5 weeks ago
  78. 4c7abcc Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 6 weeks ago
  79. 110e7d1 Fix AbstractDualBidiMap.MapEntry.setValue returning new value (#711). by Gary Gregory · 6 weeks ago
  80. 6eb1ecc Sort members. by Gary Gregory · 6 weeks ago
  81. e572c54 Fix AbstractDualBidiMap.MapEntry.setValue returning new value (#711) by Naveed Khan · 6 weeks ago
  82. c3e9395 Fix typo in action description. by Gary Gregory · 6 weeks ago
  83. 887ddba Javadoc by Gary Gregory · 6 weeks ago
  84. 0b935ec Javadoc by Gary Gregory · 6 weeks ago
  85. 9b0f41f Javadoc by Gary Gregory · 6 weeks ago
  86. 2d93ef7 Javadoc by Gary Gregory · 6 weeks ago
  87. c889830 Add IterableUtilsSumSizesToIntTest, bullet-proofing, comments by Gary Gregory · 6 weeks ago
  88. 572f9be Refactor summing sizes for duplication by Gary Gregory · 6 weeks ago
  89. f0ef31b Clamp size() int overflow in composite and multi-valued classes (#710). by Gary Gregory · 6 weeks ago
  90. 3dbd686 clamp size() int overflow in composite and multi-valued classes (#710) by Naveed Khan · 6 weeks ago
  91. 4b1a3b0 Import once instead of using FQCN over and over. by Gary Gregory · 6 weeks ago
  92. 8b2c819 [COLLECTIONS-895] Deprecate the Bag family in favor of the MultiSet by Gary Gregory · 6 weeks ago
  93. 39cfde6 [COLLECTIONS-895] Deprecate the Bag family in favor of the MultiSet family (#709) by Paul King · 6 weeks ago
  94. 3dcb47a Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 6 weeks ago
  95. c23b20d Merge remote-tracking branch 'origin/master' by Gary Gregory · 6 weeks ago
  96. ad38238 Javadoc by Gary Gregory · 6 weeks ago
  97. fb2b164 Clamp overflow in AbstractMapBag and AbstractMapMultiSet add (#705) by Naveed Khan · 6 weeks ago
  98. fddc143 Inline single-use local variable. by Gary Gregory · 6 weeks ago
  99. 1b74c82 [COLLECTIONS-896] Add TransformedMultiSet plus fill minor gaps for by Gary Gregory · 6 weeks ago
  100. 3e47482 [COLLECTIONS-896] Add TransformedMultiSet plus fill minor gaps for by Gary Gregory · 6 weeks ago