Jasmin Begic

Results 70 comments of Jasmin Begic

Hey there, take a look at unit-tests here https://github.com/jasminb/jsonapi-converter/blob/develop/src/test/java/com/github/jasminb/jsonapi/SerializationTest.java for an example of how to set up relationships. In case it does not help, you will need to provide minimal...

Hello @davidZal1992, In case you were able to resolve the issues you had, feel free to close this issue. Thank you

@championswimmer This looks like a useful improvements, however instead of changing the `Type` annotation to an array and breaking things for all of the users, I would rather add another...

Hello @PNat01, Did you try debugging the validation logic? Please try to set a break point before validation error is thrown and check if `resourceNode` has `data` attribute. Code that...

I have no plans to add reactive-webclient support.

This is related to how Jackson works and not to the lib.

@shipra-aeron will take a look and comment/merge. Thanks for the PR. Edit: Currently bit ill, will probably take few days to do the above.