Fixed
Details
Assignee
Christian BeikovChristian BeikovReporter
Christian BeikovChristian BeikovFix versions
Priority
Major
Details
Details
Assignee
Christian Beikov
Christian BeikovReporter
Christian Beikov
Christian BeikovFix versions
Priority
Created March 21, 2018 at 7:03 AM
Updated May 5, 2022 at 11:09 AM
Resolved April 5, 2018 at 10:33 AM
I'm integrating with Hibernate and found that 5.3 introduced a few probelms
org.hibernate.query.internal.QueryParameterBindingsImpl#expandListValuedParameters
changed it's behavior drastically. It causes a side effect i.e. clears the list binding map. so a subsequent call to the method won't return the expanded query string anymore.The constructor visibility of ParameterTranslationsImpl became "default" whereas is was public before. Since this is less critical to me, I'll add this as a separate commit and you can decide what to do with it.