You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io.tarantool.driver.mappers.MessagePackObjectMapperException: ObjectConverter for type class org.springframework.data.tarantool.entities.TestEnum is not found
Probably the simplest solution is to create a converter that will convert enum to StringValue using enum.name():
Another possible solution that may be used as W/A or implemented permanently in SpringData - a custom Enum-to-String conversion. AFAIK, such conversion already exists there but probably is not working now.
An example was made on cartridge-springdata, but this is relevant for cartridge-java
Error:
Probably the simplest solution is to create a converter that will convert enum to StringValue using
enum.name()
:The text was updated successfully, but these errors were encountered: