Skip to content

Update Java Server SDK version range to [7.0.0, 8.0.0)#12

Draft
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1772498436-update-java-sdk
Draft

Update Java Server SDK version range to [7.0.0, 8.0.0)#12
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin/1772498436-update-java-sdk

Conversation

@devin-ai-integration
Copy link

Summary

Updates the launchdarkly-java-server-sdk Gradle dependency range from [6.0.0, 7.0.0) to [7.0.0, 8.0.0). The previous range excluded all 7.x releases; the latest available version is 7.12.0.

This is a major version bump (6.x → 7.x) for the transitive SDK dependency. The app itself only uses the OpenFeature API surface (via launchdarkly-openfeature-serverprovider), so direct API breakage risk is low, but the provider's compatibility with SDK 7.x should be confirmed.

Review & Testing Checklist for Human

  • Verify that launchdarkly-openfeature-serverprovider 1.x is compatible with launchdarkly-java-server-sdk 7.x (check the provider's own declared dependency range — if it already pulls in 7.x transitively, the explicit SDK dependency here may be redundant or conflicting)
  • Build and run the example: ./gradlew shadowJar && LAUNCHDARKLY_SDK_KEY=<key> java -jar build/libs/*.jar — confirm it initializes and evaluates a flag
  • Check that Gradle dependency resolution doesn't produce version conflicts between the provider's transitive SDK version and the explicitly declared [7.0.0, 8.0.0) range

Notes

Updates the launchdarkly-java-server-sdk dependency range from
[6.0.0, 7.0.0) to [7.0.0, 8.0.0) to use the latest 7.x release
(currently 7.12.0).

Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
@devin-ai-integration
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants