Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/docs/tracking-methods/sdks/java/java-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
- 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.
- You have your Project Token from your [Mixpanel Project Settings](/docs/orgs-and-projects/managing-projects#find-your-project-tokens)

<Callout type="info">
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.

Check failure on line 21 in pages/docs/tracking-methods/sdks/java/java-flags.mdx

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Sonatype)

Check failure on line 21 in pages/docs/tracking-methods/sdks/java/java-flags.mdx

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Sonatype's)
</Callout>

## Flag Evaluation Modes

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