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

add logging to avro version detection #304

Open
radai-rosenblatt opened this issue Mar 30, 2022 · 0 comments
Open

add logging to avro version detection #304

radai-rosenblatt opened this issue Mar 30, 2022 · 0 comments
Labels
enhancement New feature or request helper related to the compatibility helper

Comments

@radai-rosenblatt
Copy link
Contributor

its sadly common for users to have multiple avro versions on the classpath, sometimes shoved into innocent-looking jars.

we could add logging to our version detection code -

- that would print which classes were examined, out of what jars (getProtectionDomain().toString() on each class) and what was the result.

this would help diagnosing issues

@radai-rosenblatt radai-rosenblatt added enhancement New feature or request helper related to the compatibility helper labels Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request helper related to the compatibility helper
Projects
None yet
Development

No branches or pull requests

1 participant