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

HostConfig object equality is broken #1373

Closed
silme opened this issue Apr 21, 2020 · 0 comments · Fixed by #1374
Closed

HostConfig object equality is broken #1373

silme opened this issue Apr 21, 2020 · 0 comments · Fixed by #1374

Comments

@silme
Copy link
Contributor

silme commented Apr 21, 2020

The equals() method generated by lombok uses getLogConfig() which creates a new LogConfig object (if logConfig field is null). The previously used EqualsBuilder compared by fields.
A solution would be to add lombok annotations on LogConfig class.

Caused by #1267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant