Jasmin Begic
Jasmin Begic
@ExtinctAmoeba, I will take a look and update you. It would be helpful if you could provide model classes so I don't have to do it myself.
Hello @thinh76, Let me take a look and get back to you.
Hello @thinh76, Feel free to submit a PR with a change to support your requirement. Please make sure that you are using `tabs` for indentation and that you add unit...
Hello @thlaegler, Will try to create a release this week. Still have some PRs to merge...
@hamid646 Ive just published version 0.10 of the lib. It is still not 1.0 but we are getting there.
Hello, `Annotations` are Java constructs rather than lib related. All functionalities related to annotations are purely restricted to the Java programming language itself rather than the lib. You can see...
Hello @cedricwang2, Please provide example payloads and configuration/methods used.
Hey, Does this unit test fit into your use-case; ```java @Test public void testCyclicalSerialisation() throws DocumentSerializationException { Author author = new Author(); author.setId("authorid"); author.setFirstName("John"); Article article = new Article(); article.setId("articleid");...
Hey, You should avoid creating `ResourceConverter` instance on each request, it is thread-safe and should be created once. Also, you need to register all the resources with the resource converter...
@jsteinbrunner Spec does not explicitly forbid the scenario you described (as far as I know). From my perspective, I don't see anything wrong with it (besides obvious redundancy).