Donald Raab
Donald Raab
Thanks for the feedback @Chealer. The README was in need of some improvements. I have updated and improved the compatibility table as Java 21 will released in a couple of...
Thanks for volunteering @Novmbrain ! I have assigned the issue to you.
Hi @sandip1805, this section should be for primitive bags (e.g. `IntBag/MutableIntBag/ImmutableIntBag`, `DoubleBag/MutableDoubleBag/ImmutableDoubleBag`, etc.). `MutableBag` is an object bag and would be documented in a different section.
@sandip1805 Please squash your commits and rebase your PR. That should address the build failures as they were fixed in a another PR.
Hi @PyAntony, we've migrated the reference guide to AsciiDoc. The reference guide above points to the new guide in the first link. https://github.com/eclipse/eclipse-collections/blob/master/docs/0-RefGuide.adoc Some contributors have been helping us improve...
> @donraab what do you suggest? I suggest the simplest thing that could possibly work. The less complexity we can have in our build the better. Based on the issue...
@Bananeweizen Is this PR ok to merge now as is with the changes @fipro78 made in the other osgi PR? I'm ok with going with the Bundle-Developers approach.
Thanks for volunteering @aqsa505. I assigned the issue to you.
The challenge with this issue is what exactly to do. I'm going to share some thoughts here @aqsa505 to hopefully make this easier to approach. The `MutableCollection` class in Eclipse...
Thanks Moh. I think option 1 is fine, and should be easy enough to implement. I think option 2 would be hard to do. The reason I was suggesting removing...