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

Katharsis adds powerful layer for RESTful endpoints providing implementenation of JSON:API standard

Results 76 katharsis-framework issues
Sort by recently updated
recently updated
newest added

To anyone who has the rights and background to do it, please be so fair to state that this project is no longer maintained! http://www.crnk.io is the successor of this...

Hello, I can't understand how to connect my RestController to db, how i can send queries to db and get it's response? I tried some ugly ways like this ```...

In Katharsis almost all not-public methods are marked as private instead of protected. If overriding one method it is necessary to duplicate nearly the whole class. Additionally lines like ```...

When the Scanner object is created, it should not use the system's charset, but use a specified charset, UTF-8. See KatharsisInvoker.java, where it's already done like that.

I'd like to ask if it would be possible to add support for save (create and update) and delete of lists of resources. Currently, these bulk modifications are the only...

Looking over the docs, it looks like Katharsis wants to manage endpoints. I understand that at a minimum, I'd need to define resources, and repositories. How would I go about...

In my application we use @JsonProperty on field names in our POJOs to be JSON API compliant by following the recommended naming conventions. This worked perfectly fine earlier, but in...

The situation is that Katharsis runs in a web service that is placed inside the company network and behind a reverse proxy. The reverse proxy is responsible to terminate the...

In the latest released version 3.0.2, there is a configuration in class "io.katharsis.resource.Resource" as below: @JsonInclude(Include.NON_EMPTY) private Map attributes = new HashMap(); And our problem is: when the value of...

We started using the Katharsis Client in our tests and noticed something weird when trying to handle errors and map them back to the original exception. After some debugging, we...

bug
help wanted
easy PR