This repository contains LaunchDarkly SDK packages for usage in Java. This includes shared libraries, used by SDKs and other tools, as well as SDKs.
SDK Packages | API Docs | maven | issues | tests |
---|---|---|---|---|
@launchdarkly/java-server-sdk | Issues |
Shared Packages | API Docs | maven | issues | tests |
---|---|---|---|---|
@launchdarkly/java-sdk-internal | Issues | |||
@launchdarkly/java-sdk-common | Issues |
Telemetry Packages | API Docs | maven | issues | tests |
---|---|---|---|---|
@launchdarkly/java-server-sdk-otel | Issues |
lib
Top level directory containing package implementations.
lib/shared
Packages which are primarily intended for consumption by LaunchDarkly and are used in other packages types.
LaunchDarkly is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!
We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.
We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.