spring-data-rest icon indicating copy to clipboard operation
spring-data-rest copied to clipboard

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories

Results 198 spring-data-rest issues
Sort by recently updated
recently updated
newest added
trafficstars

If the status returned by the exception mapper is not a server error, it is working as intended. So logging on error level creates confusion and potentially hides actual implementation...

status: waiting-for-triage

… & PATCH This fix allows updating heterogenous polymorphic inline collections on PUT & PATCH requests. The exiting persisted inline elements are grouped by type first. The resulting map provides...

status: waiting-for-triage

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATAREST). - [ ]...

status: waiting-for-triage

(Sorry I can't login on Jira ATM, I'll create the ticket there as soon as it's working again) Currently: adding an item with the index equals to the number of...

status: waiting-for-triage

Issue DATAREST-1195 raises this only as a secondary question in the last paragraph. Name of enum value in documentation was 'ANNOTATION', should be 'ANNOTATED'.

status: waiting-for-triage

We now provide and configure a converter for `String` to `LdapName` conversion so Spring Data LDAP can be used with Spring Data REST without further configuration. --- Related ticket: [DATAREST-1198](https://jira.spring.io/browse/DATAREST-1198).

status: waiting-for-triage

The pull request contains a solution to export only explicitly annotated methods via a new detection strategy. JIRA ticket: https://jira.spring.io/browse/DATAREST-1176

status: waiting-for-triage

"/" is not valid in a path segment and leads to REST endpoints silently failing. It's better to throw an exception when a "/" is encountered in a path segment...

status: waiting-for-triage