docs: align Java SDK documentation - #987
Merged
Merged
Conversation
Deploying devcycle-docs with
|
| Latest commit: |
333a862
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7a3bc381.devcycle-docs.pages.dev |
| Branch Preview URL: | https://docs-sdk-java.devcycle-docs.pages.dev |
jonathannorris
force-pushed
the
docs-sdk-java
branch
from
August 6, 2026 18:12
4616d79 to
dff8f3c
Compare
jonathannorris
marked this pull request as ready for review
August 6, 2026 18:20
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Java Server SDK documentation to use a consistent, compatible Maven/Gradle version range and adds guidance for properly shutting down the SDK client to stop background workers.
Changes:
- Replaced “LATEST” / Gradle
+dependency versions with the Maven-style range[2.9.3,3.0.0)for Java Server SDK installs. - Applied the same range consistently across the Java install and Java OpenFeature Provider docs (Maven + Gradle).
- Added a
client.close()shutdown note to help users stop polling/connection/queue background work during application shutdown.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/sdk/server-side-sdks/java/java-usage.md | Adds client shutdown guidance (client.close()) to prevent lingering background workers. |
| docs/sdk/server-side-sdks/java/java-openfeature.md | Aligns OpenFeature install examples (Maven/Gradle) to use [2.9.3,3.0.0) and documents the bounds. |
| docs/sdk/server-side-sdks/java/java-install.md | Aligns core Java SDK install examples (Maven/Gradle) to use [2.9.3,3.0.0) and documents the bounds. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JamieSinn
reviewed
Aug 6, 2026
jonathannorris
force-pushed
the
docs-sdk-java
branch
from
August 7, 2026 16:03
0f153f9 to
0708573
Compare
JamieSinn
approved these changes
Aug 7, 2026
jonathannorris
force-pushed
the
docs-sdk-java
branch
from
August 7, 2026 17:45
848052b to
333a862
Compare
jonathannorris
enabled auto-merge (squash)
August 7, 2026 17:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[2.9.3,3.0.0).2.9.3and excludes3.0.0.Validation
git diff --checkpassed.