I responded to the https://github.com/hibernate/hibernate-orm/pull/566#issuecomment-22162265 comments and no further responses have been posted. I just merged the change. if further changes are desired, let me know.
By the way, my git workflow for merging this change was (in case anything goes wrong):
git fetch https://github.com/scottmarlow/hibernate-orm.git
HHH-8406
:
HHH-8406
git rebase
HHH-8406
git push origin master
|