Spring Projects Issues

Results 615 issues of Spring Projects Issues

**[Bob Tiernay](https://jira.spring.io/secure/ViewProfile.jspa?name=btiernay)** opened **[DATAREST-593](https://jira.spring.io/browse/DATAREST-593?redirect=false)** and commented `@Valid` annotations are not respected on `@RepositoryRestController` annotated controllers as they are with `@Controller` and `@RestController` classes. This breaks with convention and expectation of...

type: bug
status: feedback-provided
in: repository
has: votes-jira

**[Joseph Valerio](https://jira.spring.io/secure/ViewProfile.jspa?name=jvalerio)** opened **[DATAREST-1573](https://jira.spring.io/browse/DATAREST-1573?redirect=false)** and commented We just upgraded to SpringBoot 2.3.2. We are using spring datarest 3.3.2 with JPA against a RDBMS We use a PATCH to update our...

type: bug

**[huisezhiwei](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50370)** opened **[DATAREST-1566](https://jira.spring.io/browse/DATAREST-1566?redirect=false)** and commented I have a Dictionary entity bean contain fields like "dictCode" and "dictValue". then define a DTO class contain fields like "code" and "value" . finally...

type: bug

**[Christian Bongiorno](https://jira.spring.io/secure/[email protected])** opened **[DATAREST-821](https://jira.spring.io/browse/DATAREST-821?redirect=false)** and commented I have and entity with subclasses representing different contact methods. For example: Phone, address, twitter, etc. The problems is that when I fetch a...

type: bug
in: repository

**[hypr2771](https://jira.spring.io/secure/ViewProfile.jspa?name=hypr2771)** opened **[DATAREST-1361](https://jira.spring.io/browse/DATAREST-1361?redirect=false)** and commented ## What Using : - `spring.jackson.property-naming-strategy: SNAKE_CASE` - `spring-boot-starter-data-rest` I run into a ` > JSON parse error: Cannot construct instance of `net.bugreport.domain.entities.SomethingCamelCase` (although at...

type: enhancement
in: repository

**[Abhinav Sonkar](https://jira.spring.io/secure/ViewProfile.jspa?name=xsreality)** opened **[DATAREST-1241](https://jira.spring.io/browse/DATAREST-1241?redirect=false)** and commented The method annotated with `@HandleBeforeLinkSave` takes 2 arguments - entity which is updated and the linked object being modified. ```java @HandleBeforeLinkSave public void handleBeforeLinkSave(Object...

type: bug

**[Petar Tahchiev](https://jira.spring.io/secure/ViewProfile.jspa?name=ptahchiev)** opened **[DATAREST-1235](https://jira.spring.io/browse/DATAREST-1235?redirect=false)** and commented Hello, I want to get the response from Spring Data REST in XML or CSV or some other format. For that reason Spring Data...

type: enhancement
in: content-negotiation

**[Tim Meißner](https://jira.spring.io/secure/ViewProfile.jspa?name=tim.meissner)** opened **[DATAREST-923](https://jira.spring.io/browse/DATAREST-923?redirect=false)** and commented My case is that i have an Entity "User" and two Repositories: - UserRepository extends CrudRepository, `@RepositoryRestResource`(exported = false): meant for internal usage by...

type: enhancement
in: repository
has: votes-jira

**[Daniel Moses](https://jira.spring.io/secure/ViewProfile.jspa?name=dmoses)** opened **[DATAREST-524](https://jira.spring.io/browse/DATAREST-524?redirect=false)** and commented See documentation http://docs.spring.io/spring-data/rest/docs/2.2.2.RELEASE/reference/html/#validation-chapter Discovery should happen with Validator Prefix. Add a Validator bean to the context and notice that it does not get auto-detected....

type: bug
has: votes-jira

**[Casey Link](https://jira.spring.io/secure/ViewProfile.jspa?name=caseylink)** opened **[DATAREST-1098](https://jira.spring.io/browse/DATAREST-1098?redirect=false)** and commented It should be possible (or would be very nice!) to be able to specify the null handling when sorting a response with spring-data-rest. This...

type: enhancement