Mapping field like: @JdbcTypeCode(SqlTypes.JSON)
private Map<String, Object> category;
In latest 6.2.3.Final mapping jsonb postgres is wrong, this error
class java.lang.String cannot be cast to class java.util.Map (java.lang.String and java.util.Map
Same error
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Map (java.lang.String and java.util.Map are in module java.base of loader ‘bootstrap’)
I read that there were changes in working with JSON and Oracle, maybe there was a problem there