Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hibernate warnings on application startup: Composite-id class does not override equals() #492

Open
saschaszott opened this issue Jan 27, 2025 · 0 comments
Labels

Comments

@saschaszott
Copy link

saschaszott commented Jan 27, 2025

Problem Description

There are two Hibernate warnings in console log when starting a fresh DSpace CRIS 2024.02.00 instance:

2025-01-27 15:40:30 2025-01-27 15:40:30,025 WARN  
unknown unknown org.hibernate.mapping.RootClass @ HHH000039: 
Composite-id class does not override hashCode(): 
org.dspace.layout.CrisLayoutTab2SecurityGroup$CrisLayoutTab2SecurityGroupId

2025-01-27 15:40:30 2025-01-27 15:40:30,026 WARN
unknown unknown org.hibernate.mapping.RootClass @ HHH000038:
Composite-id class does not override equals(): 
org.dspace.layout.CrisLayoutBox2SecurityGroup$CrisLayoutBox2SecurityGroupId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant