java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Java SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)

Results 11 java-sdk issues
Sort by recently updated
recently updated
newest added

Hi, we are using Optimizely in our organization and now there is a requirement for updating audiences, we searched a lot, and apparently, there is no such feature in the...

acknowledged

The core-api module depends on both FindBugs `com.google.code.findbugs:jsr305:3.0.2` and SpotBugs `com.google.code.findbugs:annotations:3.0.1`. https://github.com/optimizely/java-sdk/blob/c507649832f605fa6dd3419caf2284da0c1436c8/core-api/build.gradle#L5-L6 SpotBugs seems to be the "successor" of FindBugs. But this leads to unexpected errors. Different versions are used...

acknowledged

We are trying to recover the value on/off of a feature flag without the rollout audience to validate if we need to review the optimizely flow but the current optimizely...

acknowledged

Hello Optimizely team: We have encountered issues while working with Optimizely. The SDK allows to use two different serialisers in an uncontrolled way, by letting you pick one using `optimizely.properties`...

## Summary - Added `experimentId` and `variationId` to decision notification ## Test plan ## Issues - [FSSDK-11448](https://jira.sso.episerver.net/browse/FSSDK-11448)

### Is there an existing issue for this? - [x] I have searched the existing issues ### SDK Version com.optimizely.ab core-api 4.1.1 ### Current Behavior Using JsonConfigParser leads to runtime...

bug

### Description Currently, the `OptimizelyHttpClient` in the Optimizely Java SDK uses a default `HttpRequestExecutor` provided by Apache HttpComponents library for handling HTTP requests. However, there is no extension point to...

## Summary - Update jackson parser latest version ## Test plan ## Issues - https://jira.sso.episerver.net/browse/FSSDK-10581

## Summary - The "what"; a concise description of each logical change - Another change The "why", or other context. ## Test plan ## Issues - "FSSDK-0000"

## Summary This PR replaces "PropertyNamingStrategy" with "PropertyNamingStrategies" in Jackson serializer (the deprecated name removed from Jackson 2.20). ## Test plan Existing tests ## Issues - "FSSDK-11986"