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

I want to generate the openapi-specification out of my defined JsonApiResources but unfortunately I can't find a valid documentation. Also the "Meta"-Endpoints are also added if I generate the specification...

This pull request updates the GitHub Actions workflow to use [Eclipse Temurin](https://projects.eclipse.org/projects/adoptium.temurin), which is the successor to AdoptOpenJDK. Additional updates include upgrading the `gradle-git-publish` plugin versions to support retrieval from...

As a reminder, https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

can we have a new release with fixes merged following 3.4 release? we specifically need the https://github.com/crnk-project/crnk-framework/pull/821 as we have updated spring boot version. I have tried to use the...

The release of 3.3 is available in Maven and the release page but not found in the GitHub repository as released branch or tag. Can it please be created so...

Crnk offers the /meta endpoints out of the box and we are trying to add some custom attributes but everything seems very complicated to modify or extend some functionality. The...

With Gradle 7.4: ``` buildscript { repositories { mavenCentral() } dependencies { classpath "io.crnk:crnk-gen-gradle:${crnkVersion}" classpath "org.reflections:reflections:0.10.2" } } apply plugin: 'crnk-gen' crnkGen { runtime { // Gradle classpath configuration to...

With simple `build.gradle`: ``` buildscript { repositories { mavenCentral() } dependencies { classpath "io.crnk:crnk-gen-gradle:${crnkVersion}" } } ``` build fails as: ``` > Could not resolve all files for configuration ':classpath'....

*BOM have to be republished with `pom` set*. Following fails: mygradle build ``` apply plugin: "java" repositories { mavenCentral() } dependencies { implementation platform("io.crnk:crnk-bom:3.4.20210509072026") } ``` Output: ``` > Task...

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 4.3.2 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