Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 77137f7407ed7e87806b25459de6c6d6d2a13c19
https://github.com/hibernate/hibernate-orm/commit/77137f7407ed7e87806b254...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/SetBasicValueTypeSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BasicValueBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java
Log Message:
-----------
remove type parameter from BasicValueBinder
why it ever had one, I can only speculate