Affects: BeanPropertyRowMapper spring-jdbc v5.3.22


the Doc says: The default implementation delegates to #getColumnValue(ResultSet, int, Class) but the code do NOT invoke it.

https://github.com/spring-projects/spring-framework/blob/98eeff6817e6756b075ce2c0241a2e5ddf1f5db7/spring-jdbc/src/main/java/org/springframework/jdbc/core/BeanPropertyRowMapper.java#L384-L416