Jens

Results 15 comments of Jens

The c'tor is private. But the Builder has access with the `withDecorators`. https://github.com/opentracing-contrib/java-kafka-client/blob/31ce5260279c2cadf3d69c0acbd50f024afe4660/opentracing-kafka-client/src/main/java/io/opentracing/contrib/kafka/TracingKafkaProducerBuilder.java

Thanks for the hints! headers added, and sources formatted according to scalafmt, and squashed in a single commit

The 2.11 and 2.12 build fails the `versionPolicyMimaCheck`. @SethTisue I'm not sure what to do here? ``` [error] scala-collection-compat: Failed binary compatibility check against org.scala-lang.modules:scala-collection-compat_2.11:2.8.1! Found 2 potential problems [error]...

I see the policy was changed with this PR: https://github.com/scala/scala-collection-compat/pull/553 Can that be reverted in this PR, or as a new one to master?

Related claircore issue: https://github.com/quay/claircore/issues/181

Are there plans to get rid of this workaround / be future compatible?

@SethTisue can this be closed with #551 ?

Can this issue be closed as implemented by #174 ?

I missed a comma in my commits. build.sbt should be working now :) And rebased to master.

@pjfanning I think we did the same changes, see #757 for the jackson scala 3 support :) @luksow, I can update akka version as well. But I'm not sure when...