Skip to content

Commit fd88bce

Browse files
authored
chore: add GrowthBook Java Provider (#1017)
## This PR - adds the GrowthBook Java Provider ### Related Issues Fixes #974 ### Notes The anchor in the web provider is not longer valid. Is there another ULR we should us? Signed-off-by: Michael Beemer <[email protected]>
1 parent fdd9290 commit fd88bce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/growthbook.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ export const GrowthBook: Provider = {
1717
href: 'https://github.com/open-feature/js-sdk-contrib/blob/main/libs/providers/growthbook/README.md',
1818
category: ['Server'],
1919
},
20+
{
21+
technology: 'Java',
22+
vendorOfficial: true,
23+
href: 'https://github.com/growthbook/growthbook-openfeature-provider-java',
24+
category: ['Server'],
25+
},
2026
],
2127
};

0 commit comments

Comments
 (0)