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: docs-ref-services/latest/storage.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Reference for Azure Storage SDK for Java
4
4
ms.date: 12/04/2024
5
5
ms.topic: reference
6
6
ms.devlang: java
7
-
ms.service: storage
7
+
ms.service: azure-storage
8
8
---
9
9
# Azure Storage libraries for Java
10
10
@@ -109,15 +109,7 @@ for (StorageAccountKey key : storageAccountKeys) {
109
109
110
110
## Known issues
111
111
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.
| 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.
121
113
122
114
If you have questions or need additional help, please [create a support ticket](https://aka.ms/JavaSDKv12Issue) using the following options:
123
115
@@ -140,6 +132,7 @@ If you have questions or need additional help, please [create a support ticket](
140
132
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)
141
133
1.[InvalidHeaderValue error message when using beta version of SDK](#10-invalidheadervalue-error-message-when-using-beta-version-of-sdk)
142
134
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)
143
136
144
137
### 1. Buffer overwrite issue with `BlobOutputStream`
0 commit comments