-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
-
During service startup we are getting warnings printed from hibernate due to the following.
2023-02-27 18:40:25,757 [thread=main] [WARN ] [org.hibernate.mapping.RootClass] - HHH000038: Composite-id class does not override equals(): org.candlepin.subscriptions.db.model.TallyInstanceViewKey 2023-02-27 18:40:25,760 [thread=main] [WARN ] [org.hibernate.mapping.RootClass] - HHH000039: Composite-id class does not override hashCode(): org.candlepin.subscriptions.db.model.TallyInstanceViewKey
Done:
Equals & hashcode methods are properly defined on TallyInstanceViewKey and the warnings are no longer being printed on startup.