Spring Projects Issues
Spring Projects Issues
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Thanks a lot for submitting a pull request. We'll take a look as soon as it's possible for us to do so. I've edited your comment to...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented I skimmed through the file history and it seems that the eager adding was removed in the course of the Java 8 upgrade for 2.0. It shouldn't...
**[shimikano](https://jira.spring.io/secure/ViewProfile.jspa?name=shimikano)** commented Thank you for getting back. I see your point. In case you have persistent entities with conflicting type aliases, as long as both entity types are used as...
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...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Needs to be fixed in Spring HATEOAS first with a follow up fix in Spring Data Commons
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a [minimal sample](https://stackoverflow.com/help/mcve)...
**[vr025](https://jira.spring.io/secure/ViewProfile.jspa?name=vr025)** commented I think toMap() method needs to check boundary condition and if it is array or list set value. private Object getProjectionTarget(Object source) { private Object getProjectionTarget(Object source) {...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented It looks like we're not properly handling the returned array and invalidly try to create a single projecting instance of `OrgTag` around the returned array. That said,...
**[vr025](https://jira.spring.io/secure/ViewProfile.jspa?name=vr025)** commented I have a PostgreSQL table which I mentioned in the description. That table has a colunmn with String Array type. When I try to access that column values...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented Did you read my response to what you provided? Also, please refrain from messing with the ticket details. We use those for internal organization. Thanks