Skip to content

Commit a7f88cb

Browse files
Copilotmsiebert
andauthored
Add snapshot repository setup for Java Feature Flags SDK (#2201)
* Initial plan * Add snapshot version setup documentation for Java Feature Flags SDK Co-authored-by: msiebert <[email protected]> * Simplify snapshot version setup by linking to Sonatype docs instead of inlining Co-authored-by: msiebert <[email protected]> * Remove 'Installing the SDK' header --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: msiebert <[email protected]> Co-authored-by: Mark Siebert <[email protected]>
1 parent f57b2c6 commit a7f88cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/docs/tracking-methods/sdks/java/java-flags.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Before implementing [Feature Flags](/docs/featureflags), ensure:
1717
- You are on an Enterprise subscription plan and have the appropriate version of the SDK installed (minimum supported version is `1.6.0-SNAPSHOT`). If not, please follow [this doc](/docs/quickstart/install-mixpanel) to install the SDK.
1818
- You have your Project Token from your [Mixpanel Project Settings](/docs/orgs-and-projects/managing-projects#find-your-project-tokens)
1919

20+
<Callout type="info">
21+
The Java Feature Flags SDK is currently in Beta and uses a `-SNAPSHOT` version (`1.6.0-SNAPSHOT`). You'll need to configure your build tool to pull snapshot versions from Sonatype's snapshot repository. See the [Sonatype snapshot documentation](https://central.sonatype.org/publish/publish-portal-snapshots/) for instructions on configuring Maven or Gradle.
22+
</Callout>
23+
2024
## Flag Evaluation Modes
2125

2226
There are two modes available for using the Java SDK for feature flagging: Local Evaluation and Remote Evaluation.

0 commit comments

Comments
 (0)