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

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.1.0 to 11.0.5. Changelog Sourced from @​angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...

dependencies

Hi Team, We have lot of JPA relations in our application because of that when we fire `findAll()` internally it fires lot of queries because of that the response time...

It looks like the sparese fieldset is not working for inner attributes. I have an object that is like ``` { "id": "202", "type": "persons", "attributes": { "name": { "first":...

I think the library can be more serious and official if it releases regularly with standard versioning conventions. Currently there is no official releases in github at all.

The code in `ResourcePatchController` `updateValues` is not re-checking for every fields. https://github.com/crnk-project/crnk-framework/blob/252b7822c5bf8436da72a96b8e8900f63b579abc/crnk-core/src/main/java/io/crnk/core/engine/internal/dispatcher/controller/ResourcePatchController.java#L196 Not sure about the intention or intended behaviour but I suspect it should check at every field of...

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

The setupComponents() method of the CrnkBoot class seems to have missing the discovery of RepositoryFilter classes

Hi Get an InvocationException in the JpaMetaFilter when resolving the Type of the `AbstractGenericGetter#value` field, causing an StackOverflowError when setting up a JpaModule having the following entity: ```java public class...

I am using CrnkClient to work with nested resources (#831). The URI template is ``` /v0/channels/{channelId}/messages ``` I have the following resource structure: ``` @JsonApiResource(type = "messages", nested = true)...