Jackson module to support Hibernate 5 data types, enabling proper serialization of Hibernate proxies and lazy-loaded collections.
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate5</artifactId>
<version>2.21.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the Hibernate5Module with Jackson ObjectMapper.
Use @JsonIgnoreProperties or @JsonManagedReference/@JsonBackReference on bidirectional associations.
No dependency data recorded yet.