Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.2, 1.1.3
-
None
Description
When I try to save any entity it works fine and the entity gets saved to the database. When the entity is retrieved using ReactiveCrudRepository it throws MappingException with the latest version of r2dbc-mariadb.
This works fine with older version of the r2dbc-mariadb jar.
Logs attached.
_mariadb version 10.10
Affected versions r2dbc-mariadb 1.1.2, 1.1.3.
It works fine with the r2dbc version 1.0.3_
There seems to be some decoding position error. I've not been able to reproduced the issue for now.
Have you the possibility to have a wireshark log for that exchange or enable log level of "org.mariadb.r2dbc" to trace ?