| 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.
|