Before hibernate 6.2
o.h.SQL DEBUG select t1_0.id,t1_0.index from test_entity t1_0 where t1_0.id=? o.h.o.j.bind TRACE binding parameter [1] as [ARRAY] - [1]
Since hibernate 6.2
o.h.SQL DEBUG select t1_0.id,t1_0.index from test_entity t1_0 where array_contains(?,t1_0.id) o.h.o.j.bind TRACE binding parameter [1] as [ARRAY] - [[1, null, null, null, null, null, null, null, null, null]]
Does it changed by designed? if it is, please add an option to let user revert, and improve the migration document.