Closed junghoon-vans closed 1 year ago
same problem. the version is 0.11.1
@zsf513 This issue is expected to be resolved in the next release of meilisearch-java
. Please see the PR mentioned in the Additional Context section. This fix is not yet reflected in v0.11.1
.
@zsf513
Thank you for your patience.
This issue has been resolved as of version 0.5.2
.
Description
I'm currently implementing a
MeilisearchTemplate
class for integration with Meilisearch. In the process, I am getting the following error when usingJacksonHandler
.Version
0.2.0
OS
MacOS
Steps to Reproduce
This is test code to save entity of the
Movie.class
.Expected Behavior
None error occurs
Actual Behavior
Additional Context
Errors related to this are reported in the Meilisearch-java.
However, the issue is not yet reflected in the general release. So until this is fixed, we'll have to use GsonHandler.