Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
0 answers
50 views

Is it possible to configure Spring Data REST JPA entities to return fields based on the user role? E.g. when the admin calls the API, return all the fields but when regular user requests remove admin ...
Score of 0
1 answer
127 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 ...
Score of 0
1 answer
46 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 ...
Score of 0
0 answers
30 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 ...
Score of 0
1 answer
187 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. ...
Score of 0
1 answer
55 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/...
Score of 0
1 answer
66 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 ...
Score of 1
1 answer
90 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? @...
Score of 0
0 answers
483 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-...
Score of 1
1 answer
1226 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 ...
Score of 0
1 answer
191 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 ...
Score of 0
1 answer
43 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 ...
Score of 0
1 answer
66 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 ...
Score of 0
2 answers
558 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 ...
Score of -1
1 answer
78 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 ...

15 30 50 per page
1
2 3 4 5
149