Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-33261: Add note that Java SDK is in Maintenance Mode #3061

Merged
merged 5 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
just kidding - putting back as a section
  • Loading branch information
cbullinger committed Oct 30, 2023
commit 27ec16c339f7a088a778fb97b8cc1546dca9efde
10 changes: 8 additions & 2 deletions source/sdk/java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ Use the Realm Java SDK to develop Android apps in Java or Kotlin. To develop
multiplatform apps using Kotlin Multiplatform (KMP), refer to the
:ref:`Realm Kotlin SDK <kotlin-intro>`.

.. container::
SDK in Maintenance Mode
-----------------------

This 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.

.. include:: /includes/note-java-maintenance-mode.rst
Learn more about how to :ref:`<kotlin-migrate-from-java-sdk-to-kotlin-sdk>`.

.. kicker:: What You Can Do

Expand Down