简体   繁体   English

Azure存储SDK v10 Java 11支持

[英]Azure Storage SDK v10 Java 11 support

Is the Azure storage v10 SDK and its dependencies compatible with Java 11? Azure存储v10 SDK及其依赖项是否与Java 11兼容? Didn't see a reference to Java 11 in the following: 在下面没有看到对Java 11的引用:

https://github.com/Azure/azure-storage-java https://github.com/Azure/azure-storage-java

Did not find reference or statement in this document as same as you. 在本文档中找不到与您相同的参考或声明。 I downloaded jar package for Blob Storage SDK v10 from the maven repo and decompress it. 我从Maven Blob Storage SDK v10下载了针对Blob Storage SDK v10 jar包,并将其解压缩。 I check the Build-Jdk property is 1.8.0_181 in the MANIFEST.MF file. 我检查MANIFEST.MF文件中的Build-Jdk 1.8.0_181属性是否为1.8.0_181

Based on the Oracle official document : Security Baselines JDK 11 . 基于Oracle官方文档: 安全基准JDK 11 The baseline version for V8 is 1.8.0_191-b12 which is upper than above version. V8的基准版本为1.8.0_191-b12 ,高于上述版本。

However, I tested Blob Storage SDK v10 code locally with V11 JDK and it works fine.I suggest you taking a shot on your side. 但是,我在V11 JDK上本地测试了Blob Storage SDK v10代码,它可以正常工作。我建议您站在一边。 Also,you could commit feedback to azure storage team. 另外,您可以将反馈提交给Azure存储团队。

您将需要Java 11未提供的javafx。该依赖关系在TransferManager中使用,例如,它并不是真正使用javafx的功能,而是由显然是懒惰的程序员引入的。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Azure Java Storage SDK V10获取Blob Uri - How to get blob Uri using azure Java Storage SDK V10 Spring Controller,Jackson数据格式和Azure Blob存储v10 - Spring controller, Jackson dataformat, and Azure blob storage v10 如何使用适用于 JavaScript 的 Storage SDK v10 将 Blob 从一个容器复制到节点中的另一个容器 - How to copy a blob from one container to another in node using Storage SDK v10 for JavaScript 在Azure上创建v10数据库 - Creating v10 database at Azure 在 JavaScript v10 SDK Nodejs 中将内容类型设置为图像 - Set content type to image in JavaScript v10 SDK Nodejs Azure存储Java API:检查存储帐户是否支持安全传输或不使用Java SDK - Azure Storage Java API: Check if storage account support secure transfer or not using java SDK 适用于Java V8的Azure存储SDK是与表存储一起使用的最新版本吗? - Is the Azure Storage SDK for Java V8 the latest version to work with Table Storage? v1功能SDK引用了Newtonsoft.Json v9.0.1,而功能引用了需要v10的项目 - v1 Function SDK references Newtonsoft.Json v9.0.1 while function references project that needs v10 使用 spring boot 在 azure 中从 v8 升级到 v12 java sdk 后无法连接到 azure-blob-storage - Unable to connect to azure-blob-storage after upgrading from v8 to v12 java sdk in azure using spring boot 如何使用新的 Java v12 SDK 为 Azure Blob 存储检索分段的容器列表? - How to retrieve a segmented List of Containers using the new Java v12 SDK for Azure Blob Storage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM