File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/main/java/io/github/sideshowcoder/dropwizard_openfeature Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 10
10
11
11
import java .util .Map ;
12
12
13
- /**
14
- * TODO tests for OpenFeatureBundle integration into a Dropwizard Application
15
- * TODO tests for configured flagd provider with flags serverd from offlineflagspath
16
- * TODO tests for configured flagd provider with flags read from file via running flagd in testcontainer
17
- * TODO tests for InMemoryProvider serving flags
18
- * TODO github workflow to publish to github maven
19
- * TODO publish to maven-central
20
- * TODO get listed in dropwizard modules
21
- * TODO get listed in openfeature.dev
22
- */
23
13
public class OpenFeatureBundle implements ConfiguredBundle <OpenFeatureBundleConfiguration > {
24
14
25
15
private FeatureProvider featureProvider ;
You can’t perform that action at this time.
0 commit comments