Spring Projects Issues

Results 1569 comments of Spring Projects Issues

**[Gabriel Bauman](https://jira.spring.io/secure/ViewProfile.jspa?name=gabriel.bauman)** commented Added stack trace showing recursion

**[Jens Janssen](https://jira.spring.io/secure/ViewProfile.jspa?name=kiptix)** commented Have the same problem with "x-spring-data-verbose+json" and "x-spring-data-compact+json". Invinite loop of: "association" : false, "owner" : { "idProperty" : { "name" : "id", "rawType" : "java.lang.Integer", "field"...

**[Thomas Kallenberg](https://jira.spring.io/secure/ViewProfile.jspa?name=tkallenberg)** commented Ran into the same problem. Does somebody knows a workaround?

**[Christian Bongiorno](https://jira.spring.io/secure/[email protected])** commented by adding: ```java @RestResource(path = "contactMethods") ``` To the base class entity where in it matches the exported prefix of the repository then the self reference lines...

**[Christian Bongiorno](https://jira.spring.io/secure/[email protected])** commented I wanted to follow up: Not ideal, but that it was easy enough to override deserves kudos

**[Benjamin Legendre](https://jira.spring.io/secure/ViewProfile.jspa?name=tiben)** commented I ran into the same issue today with version 2.6.0 (Spring boot 1.5.1). The issue seems to occurs with the children entities of an inheritance tree, when...

**[Petar Tahchiev](https://jira.spring.io/secure/ViewProfile.jspa?name=ptahchiev)** commented Any feedback here? How can I get different mediaType that jSON from Spring-data repository?

**[Petar Tahchiev](https://jira.spring.io/secure/ViewProfile.jspa?name=ptahchiev)** commented Is there any guide on how to achieve this? I'm using the latest KAY snapshot, tried adding both in my `RepositoryRestConfigurerAdapter`: ``` @Override public void configureHttpMessageConverters(List> converters)...

**[Petar Tahchiev](https://jira.spring.io/secure/ViewProfile.jspa?name=ptahchiev)** commented This issue is related to: https://jira.spring.io/browse/DATAREST-59

**[Petar Tahchiev](https://jira.spring.io/secure/ViewProfile.jspa?name=ptahchiev)** commented I added a pull-request here: https://github.com/spring-projects/spring-data-rest/pull/301 However with my changes now there's one test failing: ``` Failed tests: GemfireWebTests>CommonWebTests.rejectsUnsupportedAcceptTypeForResources:253 Status expected: but was: ``` Looking at this...