1.1.10
What's Changed
- FFM-6392 - Java SDK - Thread contention improvements in MetricsProcessor.pushToQueue by @andybharness in #133
- FFM-6442 - Java SDK - java.lang.IllegalStateException logged by okhttp by @andybharness in #134
- FFM-5111 - Java SDK - Polls non stop if /stream endpoint returns 5xx error by @andybharness in #132
Known issues
On startupjava.lang.NoSuchMethodError: kotlin.collections.ArraysKt.copyInto([B[BIII)[B
is thrown.
This is caused by conflicting kotlin-stdlib JARs on the classpath brought in by okhttp.
- Make sure no other dependency brings in kotlin-stdlib earlier than 1.4.10
- If you're using SpringBoot, it's recommend that you upgrade to at least 2.7.x
Full Changelog: 1.1.9...1.1.10