Skip to content

1.2.4

Compare
Choose a tag to compare
@andybharness andybharness released this 04 Jul 13:24
· 55 commits to main since this release
5a5140d

What's Changed

  • FFM-6412 - Flags with multiple prerequisites evaluating incorrectly by @andybharness in #156

Known issues

On startup java.lang.NoSuchMethodError: kotlin.* or similar 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.2.3...1.2.4