We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd31ec3 commit f7861deCopy full SHA for f7861de
1 file changed
src/main/java/io/github/sideshowcoder/dropwizard_openfeature/OpenFeatureBundle.java
@@ -10,16 +10,6 @@
10
11
import java.util.Map;
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
public class OpenFeatureBundle implements ConfiguredBundle<OpenFeatureBundleConfiguration> {
24
25
private FeatureProvider featureProvider;
0 commit comments