You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/troubleshoot-java-async-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ ms.reviewer: sngun
20
20
>
21
21
22
22
> [!IMPORTANT]
23
-
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using __[Java SDK v4](sql-api-sdk-java-v4-sql.md)__ for your project. Guidance on upgrading can be found __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/migration-guide.md)__ and __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/reactor-rxjava-guide.md)__.
23
+
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using __[Azure Cosmos DB Java SDK v4](sql-api-sdk-java-v4-sql.md)__ for your project. Guidance on upgrading can be found __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/migration-guide.md)__ and __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/reactor-rxjava-guide.md)__.
24
24
>
25
-
> This article covers troubleshooting for Async Java SDK v2 only. Please see the __[Release Notes](sql-api-sdk-async-java.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-cosmosdb)__ and __[performance tips](performance-tips-async-java.md)__ for more information.
25
+
> This article covers troubleshooting for Azure Cosmos DB Async Java SDK v2 only. Please see the __[Release Notes](sql-api-sdk-async-java.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-cosmosdb)__ and __[performance tips](performance-tips-async-java.md)__ for more information.
26
26
>
27
27
28
28
This article covers common issues, workarounds, diagnostic steps, and tools when you use the [Java Async SDK](sql-api-sdk-async-java.md) with Azure Cosmos DB SQL API accounts.
Copy file name to clipboardExpand all lines: articles/cosmos-db/troubleshoot-java-sdk-v4-sql.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.subservice: cosmosdb-sql
10
10
ms.topic: troubleshooting
11
11
---
12
12
13
-
# Troubleshoot issues when you use Java SDK v4 with Azure Cosmos DB SQL API accounts
13
+
# Troubleshoot issues when you use Azure Cosmos DB Java SDK v4 with Azure Cosmos DB SQL API accounts
14
14
15
15
> [!div class="op_single_selector"]
16
16
> *[Java SDK v4](troubleshoot-java-sdk-v4-sql.md)
@@ -19,17 +19,17 @@ ms.topic: troubleshooting
19
19
>
20
20
21
21
> [!IMPORTANT]
22
-
> This article covers troubleshooting for Java SDK v4 only. Please see the __[Release Notes](sql-api-sdk-java-v4-sql.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos)__, and __[performance tips](performance-tips-java-sdk-v4-sql.md)__ for more information.
22
+
> This article covers troubleshooting for Azure Cosmos DB Java SDK v4 only. Please see the __[Release Notes](sql-api-sdk-java-v4-sql.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos)__, and __[performance tips](performance-tips-java-sdk-v4-sql.md)__ for more information.
23
23
>
24
24
25
-
This article covers common issues, workarounds, diagnostic steps, and tools when you use [Java SDK v4](sql-api-sdk-java-v4-sql.md) with Azure Cosmos DB SQL API accounts.
26
-
Java SDK v4 provides client-side logical representation to access the Azure Cosmos DB SQL API. This article describes tools and approaches to help you if you run into any issues.
25
+
This article covers common issues, workarounds, diagnostic steps, and tools when you use [Azure Cosmos DB Java SDK v4](sql-api-sdk-java-v4-sql.md) with Azure Cosmos DB SQL API accounts.
26
+
Azure Cosmos DB Java SDK v4 provides client-side logical representation to access the Azure Cosmos DB SQL API. This article describes tools and approaches to help you if you run into any issues.
27
27
28
28
Start with this list:
29
29
30
30
* Take a look at the [Common issues and workarounds] section in this article.
31
31
* Look at the Java SDK in the Azure Cosmos DB central repo, which is available [open source on GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-cosmos). It has an [issues section](https://github.com/Azure/azure-sdk-for-java/issues) that's actively monitored. Check to see if any similar issue with a workaround is already filed. One helpful tip is to filter issues by the *cosmos:v4-item* tag.
32
-
* Review the [performance tips for Java SDK v4](performance-tips-java-sdk-v4-sql.md), and follow the suggested practices.
32
+
* Review the [performance tips for Azure Cosmos DB Java SDK v4](performance-tips-java-sdk-v4-sql.md), and follow the suggested practices.
33
33
* Read the rest of this article, if you didn't find a solution. Then file a [GitHub issue](https://github.com/Azure/azure-sdk-for-java/issues). If there is an option to add tags to your GitHub issue, add a *cosmos:v4-item* tag.
34
34
35
35
## <aname="common-issues-workarounds"></a>Common issues and workarounds
0 commit comments