You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit Support CS in Javacom.google.guava:guava:25.1-jre was added as a dependency to aws-xray-recorder-sdk-core/pom.xml. To the best of my knowledge this is not used anywhere (all tests pass without it) and unnecessarily bloats up modules that depend on aws-xray-recorder-sdk-core. This can have adverse performance impacts in places like lambda deployments.
For the time being, I've manually excluded the dependency like so:
X-Ray instrumentation seems to work as expected even without guava. Please let me know if excluding this dependency might lead into some unwanted results.
The text was updated successfully, but these errors were encountered:
In commit Support CS in Java
com.google.guava:guava:25.1-jre
was added as a dependency to aws-xray-recorder-sdk-core/pom.xml. To the best of my knowledge this is not used anywhere (all tests pass without it) and unnecessarily bloats up modules that depend on aws-xray-recorder-sdk-core. This can have adverse performance impacts in places like lambda deployments.For the time being, I've manually excluded the dependency like so:
X-Ray instrumentation seems to work as expected even without guava. Please let me know if excluding this dependency might lead into some unwanted results.
The text was updated successfully, but these errors were encountered: