Skip to content

Commit ab73c4e

Browse files
Merge pull request #226659 from TheovanKraay/patch-29
Update sdk-java-async-v2.md
2 parents f5491e4 + 03008ac commit ab73c4e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/cosmos-db/nosql/sdk-java-async-v2.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ ms.custom: devx-track-java, ignite-2022
2020
The API for NoSQL Async Java SDK differs from the API for NoSQL Java SDK by providing asynchronous operations with support of the [Netty library](https://netty.io/). The pre-existing [API for NoSQL Java SDK](sdk-java-v2.md) does not support asynchronous operations.
2121

2222
> [!IMPORTANT]
23-
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using [Azure Cosmos DB Java SDK v4](sdk-java-v4.md) for your project. To upgrade, follow the instructions in the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide and the [Reactor vs RxJava](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/reactor-rxjava-guide.md) guide.
23+
> This is *not* the latest Java SDK for Azure Cosmos DB! We **strongly recommend** using [Azure Cosmos DB Java SDK v4](sdk-java-v4.md) for your project. To upgrade, follow the instructions in the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide and the [Reactor vs RxJava](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/main/reactor-rxjava-guide.md) guide.
2424
>
2525
2626
> [!IMPORTANT]
2727
> On August 31, 2024 the Azure Cosmos DB Async Java SDK v2.x
28-
> will be retired; the SDK and all applications using the SDK
29-
> **will continue to function**; Azure Cosmos DB will simply cease
30-
> to provide further maintenance and support for this SDK.
31-
> We recommend following the instructions above to migrate to
28+
> will be retired. Azure Cosmos DB will cease
29+
> to provide further maintenance and support for this SDK after retirement.
30+
> Please follow the instructions above to migrate to
3231
> Azure Cosmos DB Java SDK v4.
3332
>
3433

0 commit comments

Comments
 (0)