Skip to content

Commit

Permalink
docs: Add dynamic cache refresh for java provider
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jun 13, 2024
1 parent 0b88732 commit faf33fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -37,7 +37,7 @@ Rest assured, working with OpenFeature SDKs alongside GO Feature Flag providers
title:"Java / Kotlin",
badges:["Server"],
docLink: "./server_providers/openfeature_java",
content: <SdkCardContent features={["remoteEval", "localCache"]}/>
content: <SdkCardContent 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 @@ -32,7 +32,7 @@ The first things we will do is install the **Open Feature SDK** and the **GO Fea
<TabItem value="gradle" label="gradle">

```gradle
implementation group: 'dev.openfeature', name: 'javasdk', version: '0.+'
implementation group: 'dev.openfeature', name: 'javasdk', version: '1.+'
implementation group: 'dev.openfeature.contrib.providers', name: 'go-feature-flag', version: '0.+'
```

Expand Down

0 comments on commit faf33fa

Please sign in to comment.