kazutoiris commented on PR #5279: URL: https://github.com/apache/linkis/pull/5279#issuecomment-3459434242
This pull request adds support for the Azure Blob Storage service. To enable this functionality, new JAR dependencies including `azure-storage-blob` have been introduced. Details of the dependencies are provided below, and this information has been cc'd to [email protected], with the mailing list accessible at [lists.apache.org](https://lists.apache.org/thread/dftb8lnd897v0zd45fjotkjf5nrssk3o). ## New Jar | Component | Version | License | | -------------------- | ------- | ------- | | azure-identity | 1.14.2 | MIT | | azure-storage-blob | 12.29.0 | MIT | | azure-storage-common | 12.28.0 | MIT | ## Dependency | Component | Version | License | | ---------------------------------- | ------------ | ------- | | azure-core | 1.54.1 | MIT | | azure-core-http-netty | 1.15.7 | MIT | | azure-json | 1.3.0 | MIT | | azure-storage-internal-avro | 12.14.0 | MIT | | azure-xml | 1.1.0 | MIT | | content-type | 2.3 | Apache | | jackson-datatype-jsr310 | 2.13.4 | Apache | | jna-platform | 5.13.0 | Apache | | lang-tag | 1.7 | Apache | | msal4j | 1.17.2 | MIT | | msal4j-persistence-extension | 1.3.0 | MIT | | netty-buffer | 4.1.86.Final | Apache | | netty-codec | 4.1.86.Final | Apache | | netty-codec-dns | 4.1.86.Final | Apache | | netty-codec-http | 4.1.86.Final | Apache | | netty-codec-http2 | 4.1.86.Final | Apache | | netty-codec-socks | 4.1.86.Final | Apache | | netty-common | 4.1.86.Final | Apache | | netty-handler | 4.1.86.Final | Apache | | netty-handler-proxy | 4.1.86.Final | Apache | | netty-resolver | 4.1.86.Final | Apache | | netty-resolver-dns | 4.1.86.Final | Apache | | netty-resolver-dns-classes-macos | 4.1.86.Final | Apache | | netty-tcnative-boringssl-static | 2.0.54.Final | Apache | | netty-tcnative-classes | 2.0.54.Final | Apache | | netty-transport | 4.1.86.Final | Apache | | netty-transport-classes-epoll | 4.1.86.Final | Apache | | netty-transport-classes-kqueue | 4.1.86.Final | Apache | | netty-transport-native-unix-common | 4.1.86.Final | Apache | | oauth2-oidc-sdk | 11.18 | Apache | | reactive-streams | 1.0.4 | MIT | | reactor-core | 3.4.29 | Apache | | reactor-netty-core | 1.0.31 | Apache | | reactor-netty-http | 1.0.31 | Apache | ## Reference * Source repository: https://github.com/Azure/azure-sdk-for-java * License: https://github.com/Azure/azure-sdk-for-java/blob/main/LICENSE.txt * Notice: https://github.com/Azure/azure-sdk-for-java/blob/main/NOTICE.txt * Maven repository - https://mvnrepository.com/artifact/com.azure/azure-identity - https://mvnrepository.com/artifact/com.azure/azure-storage-blob - https://mvnrepository.com/artifact/com.azure/azure-storage-common -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
