Skip to content

Commit b95c907

Browse files
Merge pull request #2605 from pauljewellmsft/java-known-issues
Minor update to list of Java SDK known issues
2 parents 598c59c + 4092475 commit b95c907

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs-ref-services/latest/storage.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference for Azure Storage SDK for Java
44
ms.date: 12/04/2024
55
ms.topic: reference
66
ms.devlang: java
7-
ms.service: storage
7+
ms.service: azure-storage
88
---
99
# Azure Storage libraries for Java
1010

@@ -109,15 +109,7 @@ for (StorageAccountKey key : storageAccountKeys) {
109109

110110
## Known issues
111111

112-
Older versions of the Azure Storage SDK for Java (v12) have one or more known critical issues, which are detailed below. These issues may impact the writing or reading of data from your Azure Storage account. If you are using an older version of a client library, we recommend that you update to the latest version.
113-
114-
| Client library | Versions impacted | Minimum safe version | Recommended action |
115-
| --- | --- | --- | --- |
116-
| Azure Storage Blob | 12.0 to 12.10.0, 12.19.0 to 12.22.0 | 12.22.1 | [Update to latest version](https://mvnrepository.com/artifact/com.azure/azure-storage-blob) |
117-
| Azure File Data Lake | 12.0 to 12.7.0 | 12.8.0 | [Update to latest version](https://mvnrepository.com/artifact/com.azure/azure-storage-file-datalake) |
118-
| Azure File Share | 12.0 to 12.4.1 | 12.5.0 | [Update to latest version](https://mvnrepository.com/artifact/com.azure/azure-storage-file-share) |
119-
| Azure Storage Queue | 12.0 to 12.6.0 | 12.7.0 | [Update to latest version](https://mvnrepository.com/artifact/com.azure/azure-storage-queue) |
120-
| Azure Blob Storage Cryptography | 12.0 to 12.16.1 | 12.17.0 | [Update to latest version](https://mvnrepository.com/artifact/com.azure/azure-storage-blob-cryptography) |
112+
Older versions of the Azure Storage SDK for Java (v12) have one or more known critical issues, which are detailed below. These issues may impact the writing or reading of data from your Azure Storage account. Each known issue includes a description, the impacted versions, the minimum safe version, and the recommended action to take. If you are using an older version of a client library, we recommend that you update to the latest version.
121113

122114
If you have questions or need additional help, please [create a support ticket](https://aka.ms/JavaSDKv12Issue) using the following options:
123115

@@ -140,6 +132,7 @@ If you have questions or need additional help, please [create a support ticket](
140132
1. [Incorrect data being downloaded with downloadToFile() when underlying REST requests are retried](#9-incorrect-data-being-downloaded-with-downloadtofile-when-underlying-rest-requests-are-retried)
141133
1. [InvalidHeaderValue error message when using beta version of SDK](#10-invalidheadervalue-error-message-when-using-beta-version-of-sdk)
142134
1. [Uploading with `BlobClient.upload(InputStream data)` overwrites existing blob by default](#11-uploading-with-blobclientuploadinputstream-data-overwrites-existing-blob-by-default)
135+
1. [Downloading with `ShareFileClient.downloadToFile()` can write incorrect data to a file](#12-downloading-with-sharefileclientdownloadtofile-can-write-incorrect-data-to-a-file)
143136

144137
### 1. Buffer overwrite issue with `BlobOutputStream`
145138

0 commit comments

Comments
 (0)