-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-33261: Add note that Java SDK is in Maintenance Mode (#3061)
## Pull Request Info Indicate to users that the Java SDK is in a best-effort maintenance mode and no longer receiving any new features. And, per [Slack convo](https://mongodb.slack.com/archives/CL9JSLTGE/p1698666451443479), confirm you can use other SDKs in a Java project. ### Jira - https://jira.mongodb.org/browse/DOCSP-33261 ### Staged Changes - [Java SDK landing](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-33261-java-sdk-guidance/sdk/java/) - [Install - Java SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-33261-java-sdk-guidance/sdk/java/install/) ### Reminder Checklist If your PR modifies the docs, you might need to also update some corresponding pages. Check if completed or N/A. - [x] Create Jira ticket for corresponding docs-app-services update(s), if any - [x] Checked/updated Admin API - [x] Checked/updated CLI reference ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
- Loading branch information
1 parent
922701f
commit 4b0f02f
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. note:: Java SDK in Maintenance Mode | ||
|
||
The Java SDK is in best-effort maintenance mode and **no longer receives | ||
new development or non-critical bug fixes**. To develop your app with new | ||
features, use the :ref:`Kotlin SDK <kotlin-intro>`. You can use the Java SDK | ||
with the Kotlin SDK in the same project. | ||
|
||
Learn more about how to :ref:`<kotlin-migrate-from-java-sdk-to-kotlin-sdk>`. |
This file contains 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
This file contains 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