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

Commits on Nov 1, 2024

  1. remove use of reflection based toString generator

    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 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9c9bba8 View commit details
    Browse the repository at this point in the history