jackson-datatype-hibernate icon indicating copy to clipboard operation
jackson-datatype-hibernate copied to clipboard

Add-on module for Jackson JSON processor which handles Hibernate (https://www.hibernate.org/) datatypes; and specifically aspects of lazy-loading

Results 44 jackson-datatype-hibernate issues
Sort by recently updated
recently updated
newest added

Compile-time class enhancement has advantages. When we use it hibernate does not need to create new classes at runtime. But this module is not working with the `hibernate-enhance-maven-plugin`. Because this...

pr-needed

Are there any plans for development of a module for Hibernate 6 or rather 6.1 yet?

pr-needed

They changed the signature of the method in 5.2 and now instead of `SessionImplementor` it takes `SharedSessionContractImplementor`. This fixed it. ```diff diff --git a/hibernate5/src/main/java/com/fasterxml/jackson/datatype/hibernate5/PersistentCollectionSerializer.java b/hibernate5/src/main/java/com/fasterxml/jackson/datatype/hibernate5/PersistentCollectionSerializer.java index 140d8b3..392eb31 100644 --- a/hibernate5/src/main/java/com/fasterxml/jackson/datatype/hibernate5/PersistentCollectionSerializer.java...

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.6.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 4.1.12.Final to 5.4.24.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done. Many...

dependencies

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.2.18.Final to 5.4.24.Final. Changelog Sourced from hibernate-core's changelog. Changes in 5.4.24.Final (November 17, 2020) https://hibernate.atlassian.net/projects/HHH/versions/31892 ** Bug * [HHH-14333] - Pessimistic Lock causes FOR UPDATE on outer...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.3.155 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.3.155 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

issue https://github.com/FasterXML/jackson-datatype-hibernate/issues/140

Hi everyone. While testing [this](https://github.com/walfrat/jackson-ignore-properties-lazy-objects) project, which I found [here](https://github.com/FasterXML/jackson-datatype-hibernate/issues/78), I think I found a bug somehow related to Hibernate. I downloaded a Spring Boot demo from [Spring Initializr](https://start.spring.io/), modified...