Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[John Butler](https://jira.spring.io/secure/ViewProfile.jspa?name=dancerjohn)** commented Here is the problem with **List**: ```java public class MyDomain{ private final String id; private final List listOfValues; public List getListOfValues() { return listOfValues; } } //...

**[John Butler](https://jira.spring.io/secure/ViewProfile.jspa?name=dancerjohn)** commented Hey everyone, I would really like to try to submit / contribute a branch for this. If that would work I would like to get some thoughts...

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Thanks a lot for your active contribution. I've edited your description to replace "guys" with "everyone". While it may seem a small thing, some people feel excluded...

**[John Butler](https://jira.spring.io/secure/ViewProfile.jspa?name=dancerjohn)** commented Per the comment in [SPR-16797](https://jira.spring.io/browse/SPR-16797), "Maybe Spring Data MongoDB can introduce Vavr and Guava support in a custom fashion for the time being, just delegating to the...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Upon closer inspection I don't think it's enough to only tweak the collection creation as we also have to actually make sure these types are considered collections...

**[John Butler](https://jira.spring.io/secure/ViewProfile.jspa?name=dancerjohn)** commented My thought was the the new interface would take the set of elements to include in the collection. Although _ImmutableCollection_ is a _Collection_ it throws an exception...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented As indicated, there's a lot more to this than the actual immutable collection creation (for which we basically just need to wrap the Java collection we create...

**[John Butler](https://jira.spring.io/secure/ViewProfile.jspa?name=dancerjohn)** commented I noticed that this got bumped. Would you please consider adding support for Eclipse Collections as well when this is worked? I personally love that Eclipse Collections...

**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Of course. Rest assured that once we have the necessary infrastructure in place we need to reliably detect custom collections, it'll be easy to add new collection...

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented Hi, Can you please provide a bit more information as we've not been able to reproduce the issue on current master. Everything looks good there from our...