Skip to content

Commit f7861de

Browse files
Update OpenFeatureBundle.java
1 parent fd31ec3 commit f7861de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/io/github/sideshowcoder/dropwizard_openfeature/OpenFeatureBundle.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@
1010

1111
import 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-
*/
2313
public class OpenFeatureBundle implements ConfiguredBundle<OpenFeatureBundleConfiguration> {
2414

2515
private FeatureProvider featureProvider;

0 commit comments

Comments
 (0)