]
Gustavo Fernandes updated ISPN-5689:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Preserve compatibility with Hibernate 5.0.0.Final
-------------------------------------------------
Key: ISPN-5689
URL:
https://issues.jboss.org/browse/ISPN-5689
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 8.0.0.Beta2
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 8.0.0.CR1
{{org.infinispan.commands.write.AbstractDataWriteCommand}} introduced a final method
{{getLockOwner()}} with the same name as a method used by a child class in Hibernate 2LC
{{org.hibernate.cache.infinispan.util.BeginInvalidationCommand}}
To maintain compatibility between Infinispan 8 and Hibernate 5 (already released), that
method should be renamed