Spring Projects Issues
Spring Projects Issues
**[vr025](https://jira.spring.io/secure/ViewProfile.jspa?name=vr025)** commented After changing the repository method to List I'm able to get the tags array for all the names in the organization table. Thanks Oliver for your inputs. However...
**[Tadaya Tsuyukubo](https://jira.spring.io/secure/ViewProfile.jspa?name=tadaya)** commented PR: https://github.com/spring-projects/spring-data-commons/pull/345
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Rather than introducing a completely different mechanism to control a related aspect of the configuration, do you think we could refactor the customizers to allow controlling the...
**[Tadaya Tsuyukubo](https://jira.spring.io/secure/ViewProfile.jspa?name=tadaya)** commented I think with customizer approach, there will be ordering issue. For example, let's say customizer-A that creates Foo, and customizer-B that updates some property on Foo. If...
**[James Howe](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesmhowe)** commented Related: I've also just noticed `MultiValueBinding` has the same documented return, even though it returns an `Optional`
**[Mathias Ewald](https://jira.spring.io/secure/ViewProfile.jspa?name=mewald)** commented I am currently looking at the same problem. Has anyone found a workaround to this?
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Looks like this could be an easy fix. Can you elaborate what the issue with that (admittedly superfluous) call is?
**[Mathias Ewald](https://jira.spring.io/secure/ViewProfile.jspa?name=mewald)** commented Disclaimer: What I am doing there might be very close to insanity. I am merely a hobby developer :) In my specific situation, I overwrite the findById...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented I switched this ticket from a bug report to a new feature because inline classes weren't there when we built support for Kotlin. Let's see whether and...