Envers and hibernate-types-52

Hi, I am using hibernate-types-52 for supporting json type for postgresql. It works great until it comes to auditable entities. Should it work out of the box, or need some additional configuration. Currently, I receive Caused by: javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Could not determine type for: jsonb, at table: some_table_aud, for columns: [org.hibernate.mapping.Column(some_column_json)] Maybe I am doing something wrong, but seems that it should work. For non auditable entity or columns, it working. Thank you.