Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 61cba870966f6884d19c08b8c2c6123868455fc7
https://github.com/hibernate/hibernate-orm/commit/61cba870966f6884d19c08b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/Session.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
Log Message:
-----------
fix the signature of Session.merge()
previously Session.merge() erased the generic type parameter
inherited from the supertype, obligating the client code to
perform a typecast