1.1.9
What's Changed
- FFM-5910 - Don't mask exceptions reported during authentication by @andybharness in #128
- FFM-5247 - Java SDK - Improve unit test coverage (CfClient) by @andybharness in #129
- FFM-6125 - Nullpointer in MetricsProcessor by @andybharness in #130
Full Changelog: 1.1.8...1.1.9
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