launchdarkly / java-core

LaunchDarkly monorepo for Java SDK packages
Other
2 stars 5 forks source link
feature-flags feature-toggles java launchdarkly launchdarkly-sdk managed-by-terraform sdk

LaunchDarkly monorepo for Java SDKs and Java libs.

This repository contains LaunchDarkly SDK packages for usage in Java. This includes shared libraries, used by SDKs and other tools, as well as SDKs.

Packages

SDK Packages API Docs maven issues tests
@launchdarkly/java-server-sdk Documentation maven Issues Actions Status
Shared Packages API Docs maven issues tests
@launchdarkly/java-sdk-internal Documentation maven Issues Actions Status
@launchdarkly/java-sdk-common Documentation maven Issues Actions Status
Telemetry Packages API Docs maven issues tests
@launchdarkly/java-server-sdk-otel Documentation maven Issues Actions Status

Organization

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 overview

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!

Twitter Follow

Testing

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.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

About LaunchDarkly