Spring Projects Issues
Spring Projects Issues
**[Guram Savinov](https://jira.spring.io/secure/ViewProfile.jspa?name=guroo)** commented If you want to update state of the resource and associations, PATCH requests do exactly what you want. For example: PATCH to http://localhost:8080/api/users/3 { "name": "Some user...
**[cyril-gambis](https://jira.spring.io/secure/ViewProfile.jspa?name=cyril-gambis)** commented After quite a lot of researches, I arrived on this Jira ticket. I can understand [Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke) point of view; would it be possible to have some examples...
**[sante85](https://jira.spring.io/secure/ViewProfile.jspa?name=sante851)** commented test.tar.xz i edit this in spring data jpa test and resul test is in error `@Test` // [DATAREST-523](https://jira.spring.io/browse/DATAREST-523)public void augmentsOneToManyCollectionAssociationUsingPost() throws Exception { List\ links = preparePersonOrderResources(new Person("Frodo",...
**[teicher](https://jira.spring.io/secure/ViewProfile.jspa?name=teicher)** commented while we understand the necessity for this, it's a big showstopper that this isn't mentioned anywhere in the docs (that I could find). I would have expected that...
**[AlekseiG](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50401)** commented I don't agree that current behaviour is correct. From [RFC 2616](https://tools.ietf.org/html/rfc2616#section-9.6) documentation I see that the main idea of PUT is: The fundamental difference between the POST and...
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 Do you have a bit more information (complete stacktrace, for which operation do you get the exception)? The commit you linked is in master and not contained...
**[Michael Igler](https://jira.spring.io/secure/ViewProfile.jspa?name=igler)** commented Take the following GET query: http://localhost:8080/api/locations/search/findLocations?network=1 This query works with Gosling-SR1 but produces the following error in Gosling-SR2A when not changing the parameter "network=1" to "network=/1" (note...
**[Marc Zampetti](https://jira.spring.io/secure/ViewProfile.jspa?name=mzampetti)** commented I'm having the same problem, but it appears this broke between Fowler and Gosling release train releases. Using numeric Id as the value of the parameter was...
**[Michael Igler](https://jira.spring.io/secure/ViewProfile.jspa?name=igler)** commented Implemented a workaround with QueryDSL. Wondering if there is an official way server-side to overcome "IllegalArgumentException: Cannot resolve URI..." if you are in a situation where service...