Skip to content

Commit

Permalink
docs: Add dynamic cache refresh for java provider (#1989)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant authored Jun 19, 2024
1 parent 8d1dc14 commit 259939e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion website/docs/openfeature_sdk/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Rest assured, working with OpenFeature SDKs alongside GO Feature Flag providers
docLink: "./server_providers/openfeature_java",
content: <SdkCardContent
badgeUrl={"https://img.shields.io/maven-central/v/dev.openfeature.contrib.providers/go-feature-flag?color=blue&style=flat-square"}
features={["remoteEval", "localCache"]}/>
features={["remoteEval", "localCache", "dynamicRefresh"]}/>
},
{
logoCss: "devicon-dot-net-plain-wordmark colored",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ The first thing we will do is install the **Open Feature SDK** and the **GO Feat
</dependency>`
}
</CodeBlock>
```xml

```

</TabItem>
<TabItem value="gradle" label="gradle">
Expand All @@ -48,7 +45,6 @@ The first thing we will do is install the **Open Feature SDK** and the **GO Feat
implementation group: 'dev.openfeature.contrib.providers', name: 'go-feature-flag', version: '${versions.maven.providerJava}'`}
</CodeBlock>


</TabItem>
</Tabs>

Expand Down

0 comments on commit 259939e

Please sign in to comment.