-
Notifications
You must be signed in to change notification settings - Fork 23
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
Consider removing Guava #212
Comments
@oppegard We have more and more issues with Guava in Micrometer. :( |
@jonatan-ivanov wavefront-sdk-java v3.2.0 bumped guava to 32.0.1. Will bumping to 32.1.1 in #286 address the micrometer issues for now? |
I think bumping to |
@jonatan-ivanov I just released v3.2.1 with a bumped guava. I also verified we're not using |
Thank you very much! |
In light of recent issues with
wavefront-spring-boot
maybe it would be good to consider removing guava from dependencies of this project too. This would alleviate packaging size and remove any need of shading.I checked and it's using:
All but last 2 I think could easily be replaced by standard components & refactors.
For RateLimiting we could look into resilience4j, for cache I don't have any suggestion. But we could start removing the first ones at least.
The text was updated successfully, but these errors were encountered: