Donald Raab

Results 115 comments of Donald Raab

Hi @odrotbohm, this question was asked a couple years ago in StackOverflow. https://stackoverflow.com/questions/61215497/integration-eclipse-collections-with-spring-data-jpa I did some searching today and found this issue. I linked to the issue in an answer...

Wow, thank you for getting back so quickly with an update @odrotbohm. Sounds like good progress is being made. This is great to hear. I updated my SO answer with...

Hi @1ightDance, I was thinking something like this would work. The following test code works. ``` @Test public void combineIntSummaryStatistics() { IntSummaryStatistics summary = new IntSummaryStatistics(); for (int i =...

Hi @1ightDance, taking a look at IntSummaryStatistics, I didn't realize the new additional constructors for Int/Long/DoubleSummaryStatistics were added in JDK 10. Let's hold off on implementing this until we upgrade...

Thank you for volunteering @Akash3121! I assigned the ticket to you.

Hi @sandip1805 , thanks for volunteering! I've assigned it to you.

Hi @gaurangkudale, thank you for the questions and your interest in Eclipse Collections! I always recommend starting by working through the Eclipse Collections Katas to understand the library if you...

Thanks for volunteering @gaurangkudale! I've assigned the issue to you.

Hi @RohanHarichandan, I often recommend new OSS contributors get started by reading this blog. It was written by a first time OSS contributor who made their first contribution to Eclipse...

Hi @sandip1805, @RohanHarichandan had volunteered first, and I've assigned the issue to him.