Commit 10f9b8c
Update OpenFeature SDK dependency lower bound from 1.13.0 to 1.16.0
Fixes #40
The dependency range [1.13.0,2.0.0) has two issues:
1. Compilation failure: SDK versions [1.13.0,1.14.1) lack
TrackingEventDetails.getValue() (no-arg), causing Provider.java
to fail to compile.
2. Binary incompatibility: SDK versions below 1.16.0 define
EventProvider.emit*() methods with void return type, but 1.16.0+
changed them to return Awaitable. Code compiled against <1.16.0
throws NoSuchMethodError at runtime with SDK 1.16.0+.
Raising the lower bound to 1.16.0 fixes both issues.
Co-Authored-By: rlamb@launchdarkly.com <kingdewman@gmail.com>1 parent 7a5b072 commit 10f9b8c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments