You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFM-5928 - Fix java.lang.NoSuchMethodError caused by kotlin-stdlib (#127)
* FFM-5928 - Fix java.lang.NoSuchMethodError caused by conflicting versions of kotlin-stdlib on the classpath
What
Exclude kotlin-stdlib being brought in by mapdb.
Minor fix to GettingStart example to stop it from closing the client too soon.
Why
okhttp 4.9.3 uses a newer version of the kotlin-stdlib which is conflicting with a version brought in by mapdb
Testing
Tested with GettingStarted java sample using same instructions as on the README
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The first step is to install the FF SDK as a dependency in your application usin
69
69
70
70
Refer to the [Harness Feature Flag Java Server SDK](https://mvnrepository.com/artifact/io.harness/ff-java-server-sdk) to identify the latest version for your build automation tool.
71
71
72
-
This section lists dependencies for Maven and Gradle and uses the 1.1.7 version as an example:
72
+
This section lists dependencies for Maven and Gradle and uses the 1.1.8 version as an example:
73
73
74
74
#### Maven
75
75
@@ -78,14 +78,14 @@ Add the following Maven dependency in your project's pom.xml file:
0 commit comments