Skip to content

1.1.11

Compare
Choose a tag to compare
@andybharness andybharness released this 27 Jan 11:01
· 74 commits to main since this release
b2bdbe0

What's Changed

  • FFM-6581 - Java SDK - Warnings fixed: Poller was not restarted + timeouts logged by @andybharness in #135

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.10...1.1.11