Open
Description
Since I upgrade the jdk version to 21 some types are not mapped anymore with default handlers as Boolean, or Date.
"Cause: java.sql.SQLException: ORA-03115: Unsupported data type or representation was received from remote connection"
### The error may exist in file [C:\ .mapper.xml]
### The error may involve defaultParameterMap
### The error occurred while setting parameters
Java version : 21
Spring boot : 3.2.1
Mybatis : 3.0.1 to 3.0.3 (upgrade)
All was working great with java 17 and mybatis 3.0.1.