crnk-framework icon indicating copy to clipboard operation
crnk-framework copied to clipboard

JSON API library for Java

Results 135 crnk-framework issues
Sort by recently updated
recently updated
newest added

Using Entity separated of DTOs, when I try to do a PATCH I get an Exception "detached entity passed to persist: org.project.Pepito" **Jpa Configuration** ``` config.addRepository(JpaRepositoryConfig .builder(Pepito.class, PepitoDTO.class, PepitoMapper.instance) .build()...

Hello there I'm trying to have a nested relationship between A and B, while B has a compositeId for the @Id, the compositeId is put together with four fields, but...

**CRNK version 3.2.20200419165537** Hi, As indicated in the jsonapi specification, it is possible to return an HTTP code 204 if the POST request did include a Client-Generated ID and the...

I am working on 2 separate Crnk applications: 1. a normal Crnk application containing several resources with a relationship between them 1. another Crnk application which acts as a gateway...

I greet you! I implemented a service that acts as a client for another REST service that is implemented according to the json api specification. for my part, all models...

When I try to make GET request to http://localhost:8081/ags/v1/{parent}/{id}/{childResource}, it throws an error saying attribute marked as "JsonApiRelationId" not found. ![image](https://user-images.githubusercontent.com/4050895/84134521-5359c680-aa66-11ea-9d41-5d64e28e80fe.png)

Hello I am facing some issues with crnk. 1) I need to support the put request ( any idea or workarounds how can I do that) 2) I need to...

see https://stackoverflow.com/questions/8139437/how-to-set-the-column-order-of-a-composite-primary-key-using-jpa-hibernate, crnk should support this behavior as well as default to prevent a index mismatch when sorting after a multi-column primary key.

The current implementation assigns the given message to both `title` and `details` attributes of `ErrorData` which is built inside the `ResourceNotFoundException`. Assigning message to title attribute doesn't makes sense and...

for plainjson format, this is already working. Should support the same for pure JSON:API,