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

Allow subclass in equals in Default implementations #248

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mhrimaz
Copy link

@mhrimaz mhrimaz commented Feb 11, 2024

The current implementation of equals function is too restrict and does not allow comparing different subclasses of an entity to be comparable. This PR solves this. However, it does not solve the ordering of collections mentioned in #50

Furthermore, the motivation behind allowing custom subclasses should be explained, and such implementation considerations should be explained.

@twebermartins twebermartins added the V.1.1.0 Final Release V.1.1.0 incl. additional features label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V.1.1.0 Final Release V.1.1.0 incl. additional features
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

2 participants