We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fd9d9 commit fb76712Copy full SHA for fb76712
lib/sdk/server/build.gradle
@@ -71,7 +71,7 @@ ext.versions = [
71
"guava": "32.0.1-jre",
72
"jackson": "2.11.2",
73
"launchdarklyJavaSdkCommon": "2.1.1",
74
- "launchdarklyJavaSdkInternal": "1.3.0",
+ "launchdarklyJavaSdkInternal": "1.4.0",
75
"launchdarklyLogging": "1.1.0",
76
"okhttp": "4.9.3", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
77
"okhttpEventsource": "4.1.0",
lib/sdk/server/contract-tests/service/src/main/java/sdktest/TestService.java
@@ -35,7 +35,7 @@ public class TestService {
35
"filtering",
36
"migrations",
37
"event-sampling",
38
- "inline-context",
+ "inline-context-all",
39
"anonymous-redaction",
40
"evaluation-hooks",
41
"client-prereq-events"
0 commit comments