Skip to content

tcordel/JpaWithConverters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is a sample project presenting an unexpected behaviour after upgrading from spring boot 3.1.X to 3.2.X This issue seems to be generated by the hibernate fix HHH-16768

Entity with a field using a jakarta.persistence.Convert may generate an issue if this field is use as criteria in a JPA query method.

This project contains 2 reprositories :

This code is still working until spring boot 3.1.12 (hibernate 6.2.25), down since 3.2.0 (hibernate 6.3.1 - 6.5.2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages