Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
116 views

I use Spring Data REST to expose CRUD endpoints for a JpaRepository. The endpoint on the collection resource provides page, size and sort query parameters. The issue is that sorting doesn't work for ...
G. Fiedler's user avatar
0 votes
1 answer
37 views

I run a Spring Modulith ApplicationModuleTest in an application that has a Spring Data Rest module with CRUD logic, alongside other Spring Data JDBC modules with "real" domain logic. The ...
dschulten's user avatar
  • 3,205
0 votes
0 answers
27 views

I'm not seeing an OPTIONS endpoint for Spring Data REST RepositoryPropertyReferenceController. This controller handles calls to relationships for any given entity. If entity relationship calls are ...
loesak's user avatar
  • 1,642
0 votes
1 answer
139 views

Spring Data REST allows for simple boilerplate creation of CRUD REST controllers. When integrated with QueryDSL, HTTP query parameters can be bound to QueryDSL paths to filter the collection resource. ...
Ben's user avatar
  • 29
0 votes
1 answer
51 views

I want to use spring web client of any other client to read HAL format responses and set class fields properly.please find my scenario below API to get person information : http://localhost:8080/...
Rajesh Kumar's user avatar
0 votes
0 answers
16 views

Spring Data Rest works with Spring Hateoas. Id like to replace it with spring-hateoas-jsonapi. Is it possible?
Meini's user avatar
  • 47
0 votes
1 answer
56 views

I use spring-data-rest to publish this entity, among others @Entity public class Activity { @Id private Long id; @ManyToOne private Customer customer; } Referenced entities such as ...
Meini's user avatar
  • 47
1 vote
1 answer
78 views

When I associate matrix variables to path parameters, I am able to access the values of the matrix variables but I can't when I associate it with the fixed path segments. Why is this so? @...
Shri's user avatar
  • 191
0 votes
0 answers
423 views

I'm using Spring boot 3.4.1 with Spring Data Rest. Now I implemented SpringDoc implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0' springdoc.api-docs.enabled=true springdoc.api-...
viglu's user avatar
  • 305
1 vote
1 answer
1k views

I recently upgraded my Spring Boot application from version 3.4.0 to 3.4.1 and encountered an issue with Spring Data REST. In version 3.4.0 (and all previous 3.x versions), the following configuration ...
knelson59406's user avatar
0 votes
1 answer
177 views

We are migrating the Spring Boot application (mixture of Spring Data Rest with plain vanilla mvc) from version 2.5.12 to 3.4.0. The application heavily depends on the ObjectMapper configured with ...
AlexanderB's user avatar
0 votes
1 answer
40 views

I'm trying to use Spring Content REST library from paulcwarren, the issue I have faced is that when I create the storage interface it doesn't create the rest api endpoints, because when I try to call ...
Iupa's user avatar
  • 1
0 votes
1 answer
60 views

I am having issues updating the unidirectional foreign key fields for existing entities. The client sends a PUT request with the full entity data (parent and child entities included), but only the ...
zserdely's user avatar
  • 112
0 votes
2 answers
483 views

I can't share specific code snippets from my current application, but the structure mainly consists of Entities and Repository classes. We're encountering an issue with the PATCH method. The expected ...
sven's user avatar
  • 1
-1 votes
1 answer
66 views

We use spring data rest annotating repositories with @RepositoryRestResource which provides CRUD APIs by default. In spring boot 2.7.3 which we currently use, delete API returns 204 no content But ...
user09's user avatar
  • 966

15 30 50 per page
1
2 3 4 5
149