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 1010
1111import java .util .Map ;
1212
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- */
2313public class OpenFeatureBundle implements ConfiguredBundle <OpenFeatureBundleConfiguration > {
2414
2515 private FeatureProvider featureProvider ;
You can’t perform that action at this time.
0 commit comments