Skip to content

Commit d855f1b

Browse files
committed
Added a versioning banner to the migration guide, plus other minor changes
1 parent 6f32cb9 commit d855f1b

6 files changed

+14
-10
lines changed

articles/cosmos-db/migrate-java-v4-sdk.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
title: Migrate your application to use the Java V4 SDK in Azure Cosmos DB (com.azure.cosmos)
3-
description: Learn how to upgrade your existing Java application from using the older Azure Cosmos DB Java SDK to the newer Java SDK 4.0 (com.azure.cosmos package)for Core (SQL) API.
2+
title: Migrate your application to use the Azure Cosmos DB Java SDK v4 (com.azure.cosmos)
3+
description: Learn how to upgrade your existing Java application from using the older Azure Cosmos DB Java SDKs to the newer Java SDK 4.0 (com.azure.cosmos package)for Core (SQL) API.
44
author: anfeldma-ms
55
ms.author: anfeldma
66
ms.service: cosmos-db
77
ms.topic: conceptual
8-
ms.date: 05/07/2020
8+
ms.date: 05/08/2020
99
ms.reviewer: sngun
1010
---
1111

12-
# Migrate your application to use the Java V4 SDK
12+
# Migrate your application to use the Azure Cosmos DB Java SDK v4
13+
14+
> [!IMPORTANT]
15+
> For more information about this SDK, please view the Azure Cosmos DB Java SDK v4 Release notes, [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), Azure Cosmos DB Java SDK v4 [performance tips](performance-tips-java-sdk-v4-sql.md), and Azure Cosmos DB Java SDK v4 [troubleshooting guide](troubleshoot-java-sdk-v4-sql.md) for more information.
16+
>
1317
1418
This article explains how to upgrade your existing Java application that is using older Azure Cosmos DB Java SDK to the newer Java SDK 4.0 for Core (SQL) API. The Java V4 SDK corresponds to the `com.azure.cosmos` package. You can use the instructions in this doc if you are migrating your application from any of the following SDKs:
1519

articles/cosmos-db/performance-tips-async-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anfeldma-ms
55
ms.service: cosmos-db
66
ms.devlang: java
77
ms.topic: conceptual
8-
ms.date: 05/05/2020
8+
ms.date: 05/08/2020
99
ms.author: anfeldma
1010

1111
---

articles/cosmos-db/performance-tips-java-sdk-v4-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anfeldma-ms
55
ms.service: cosmos-db
66
ms.devlang: java
77
ms.topic: conceptual
8-
ms.date: 05/05/2020
8+
ms.date: 05/08/2020
99
ms.author: anfeldma
1010

1111
---

articles/cosmos-db/performance-tips-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anfeldma-ms
55
ms.service: cosmos-db
66
ms.devlang: java
77
ms.topic: conceptual
8-
ms.date: 05/05/2020
8+
ms.date: 05/08/2020
99
ms.author: anfeldma
1010

1111
---

articles/cosmos-db/troubleshoot-java-async-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Diagnose and troubleshoot Azure Cosmos DB Async Java SDK v2
33
description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues in Async Java SDK v2.
44
author: anfeldma-ms
55
ms.service: cosmos-db
6-
ms.date: 05/04/2020
6+
ms.date: 05/08/2020
77
ms.author: anfeldma
88
ms.devlang: java
99
ms.subservice: cosmosdb-sql

articles/cosmos-db/troubleshoot-java-sdk-v4-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Diagnose and troubleshoot Azure Cosmos DB Java SDK v4
33
description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues in Java SDK v4.
44
author: anfeldma-ms
55
ms.service: cosmos-db
6-
ms.date: 05/05/2020
6+
ms.date: 05/08/2020
77
ms.author: anfeldma
88
ms.devlang: java
99
ms.subservice: cosmosdb-sql
@@ -19,7 +19,7 @@ ms.topic: troubleshooting
1919
>
2020
2121
> [!IMPORTANT]
22-
> This article covers troubleshooting for Azure Cosmos DB Java SDK v4 only. Please see the Azure Cosmos DB Java SDK v4 Release Notes, [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 Azure Cosmos DB Java SDK v4 Release Notes, [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), and [performance tips](performance-tips-java-sdk-v4-sql.md) for more information. If you are currently using an older version than v4, see the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide for help upgrading to v4.
2323
>
2424
2525
This article covers common issues, workarounds, diagnostic steps, and tools when you use Azure Cosmos DB Java SDK v4 with Azure Cosmos DB SQL API accounts.

0 commit comments

Comments
 (0)