Thrillpool

Results 4 comments of Thrillpool

Is there any action on this? This genuinely is an issue for me, I updated zookeeper version and suddenly my tests produced a few hundred mb of debug logs, because...

There is second negative consequence of this, consider expanded snippet with two requests ``` package com.thrillpool; import org.reactivestreams.Publisher; import software.amazon.awssdk.http.SdkHttpConfigurationOption; import software.amazon.awssdk.http.SdkHttpFullRequest; import software.amazon.awssdk.http.SdkHttpMethod; import software.amazon.awssdk.http.SdkHttpResponse; import software.amazon.awssdk.http.async.AsyncExecuteRequest; import software.amazon.awssdk.http.async.SdkAsyncHttpResponseHandler;...

I think the confusing bit here is just that Gradle has its opinions re optional dependencies https://blog.gradle.org/optional-dependencies. Normally in this situation you might imagine https://repo1.maven.org/maven2/io/opentelemetry/opentelemetry-sdk-trace/1.47.0/opentelemetry-sdk-trace-1.47.0.pom having an optional dependency on...

Hmm yep, good point all are compile time (for consumers) dependency of cats, for those interested org.typelevel.scalaccompat.annotation.uncheckedVariance2 and org.typelevel.scalaccompat.annotation.unused in scala 2.13 are aliases for standard lib annotations, but org.typelevel.scalaccompat.annotation.targetName3...