| I've pushed the commits to 5.1 and 5.0 branches. I have also added a commit to master and 5.1 branches to restore and deprecate org.hibernate.property.access.spi.EnhancedGetterMethodImpl. For 5.0 branch, I added a commit to restore and deprecate org.hibernate.property.access.spi.EnhancedGetterMethodImpl and EnhancedSetterImpl. EnhancedSetterImpl was already removed in 5.1. These classes were restored to avoid breaking custom Tuplizer and PropertyAccess implementations that use them. EnhancedGetterMethodImpl will be removed by
HHH-10832 - Remove org.hibernate.property.access.spi.EnhancedGetterMethodImpl Open . |