open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
595 stars 35 forks source link

fix: various clarifications #193

Closed toddbaert closed 1 year ago

toddbaert commented 1 year ago

cc @open-feature/technical-steering-committee @lopitz @lukas-reining @kinyoklion @Kavindu-Dodan

Definitely let me know anyone thinks something is missing or could be improved here.

s-sen commented 1 year ago

The spec shows that the initialization accepts a global context as a parameter. However the java sdk provider interface has the initialization API without any parameters. Is there any discussion regarding that?

toddbaert commented 1 year ago

The spec shows that the initialization accepts a global context as a parameter. However the java sdk provider interface has the initialization API without any parameters. Is there any discussion regarding that?

I think this is an oversight. I will open an issue in the Java SDK (we haven't released yet, so no issue). Great find.