Closed
Description
MyBatis version
3.5.12
Database vendor and version
Postgresql 14.7
Test case or example project
I've a test case which is working fine on MyBatis version 3.5.11. When I upgraded to 3.5.12, I got No typehandler found for property exception when my app startup, I've included a minimal test.
Steps to reproduce
Clone this then run the maven test
Expected result
MyBatis able to map the property
Actual result
Failed