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

remove use of reflection based toString generator #1359

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Nov 1, 2024

The reflection based toString generator fails on some modern jvms as apache commons tries to parse out the version of Java, but fails due to outdated assumptions.

Not clear why it's inmportant to have a toString method here, but replacing with an autogenerated one should solve #1358. Implementation excludes logger and sink form toString as it's unclear how they would be useful.

The reflection based toString generator fails on some modern jvms as apache commons tries
to parse out the version of Java, but fails due to outdated assumptions.

Not clear why it's inmportant to have a toString method here, but replacing with an autogenerated one
should solve #1358. Implementation excludes logger and sink form toString as it's unclear how they would be useful.
@hcoles hcoles force-pushed the bug/remove_reflective_equals branch from 5b4df4e to 9c9bba8 Compare November 1, 2024 15:21
@hcoles hcoles merged commit d93b3c2 into master Nov 1, 2024
7 checks passed
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 this pull request may close these issues.

1 participant