From fd9960e950014cb84fad92ea09d93e70c12327d5 Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Tue, 10 Feb 2026 14:02:32 -0800 Subject: [PATCH 1/4] Fix documentation links in README.md Updated links in the README to point to the correct documentation for Optimizely Feature Experimentation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5d88473f..a350d34e5 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ This repository houses the Java SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy). -Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams that enables you to experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome). +Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams that enables you to experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/introduction). Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feature-flagging/) for development teams. You can easily roll out and roll back features in any application without code deploys, mitigating risk for every feature on your roadmap. ## Get started -Refer to the [Java SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/java-sdk) for detailed instructions on getting started with using the SDK. +Refer to the [Java SDK's developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/java-sdk) for detailed instructions on getting started with using the SDK. ### Requirements @@ -53,7 +53,7 @@ dependencies { ## Use the Java SDK -See the Optimizely Feature Experimentation [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0-full-stack/docs/java-sdk) to learn how to set up your first Java project and use the SDK. +See the Optimizely Feature Experimentation [developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/java-sdk) to learn how to set up your first Java project and use the SDK. ## SDK Development From 36f5612026b7d66dc4119745111b325b200c97c6 Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Tue, 10 Feb 2026 14:08:59 -0800 Subject: [PATCH 2/4] Add Feature Management Access section to README Added instructions for accessing Feature Management configuration. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a350d34e5..c9d95ddc8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.13.5' } ``` +## Feature Management Access +To access the Feature Management configuration in the Optimizely dashboard, please contact your Optimizely customer success manager. ## Use the Java SDK From 1c056a74e7175b59af233d2fdfd747ccf35037d8 Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Tue, 10 Feb 2026 14:10:56 -0800 Subject: [PATCH 3/4] Add badges to README for project status Added badges for Maven Central, Build Status, and Coverage Status to the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c9d95ddc8..d706ccb21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Optimizely Java SDK +[![Maven Central](https://img.shields.io/maven-central/v/com.optimizely.ab/core-api.svg)](https://mvnrepository.com/artifact/com.optimizely.ab/core-api) +[![Build Status](https://github.com/optimizely/java-sdk/actions/workflows/java.yml/badge.svg?branch=master)](https://github.com/optimizely/java-sdk/actions/workflows/java.yml?query=branch%3Amaster) +[![Coverage Status](https://coveralls.io/repos/github/optimizely/java-sdk/badge.svg?branch=master)](https://coveralls.io/github/optimizely/java-sdk?branch=master) [![Apache 2.0](https://img.shields.io/badge/license-APACHE%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) This repository houses the Java SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy). From 2450d01297e78ed9bdf706e52d0445f5b3369e2b Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Tue, 10 Feb 2026 14:11:58 -0800 Subject: [PATCH 4/4] dupe - Remove Java SDK link from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d706ccb21..1b2bfd2c0 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,6 @@ License (Apache 2.0): [https://github.com/apache/httpcomponents-client/blob/mast - Go - https://github.com/optimizely/go-sdk -- Java - https://github.com/optimizely/java-sdk - - JavaScript - https://github.com/optimizely/javascript-sdk - PHP - https://github.com/optimizely/php-sdk