Hi, this project adds support for Azure Blob Storage service in commit 
[WeDataSphere/linkis:76975786f](https://github.com/WeDataSphere/linkis/commit/76975786f4ff4e8d7bb9276c595e939fb93c405b).

Therefore, we need to introduce new jars (azure-identity, azure-storage-blob, 
azure-storage-common), which are compliant with the MIT License.

I have reviewed their related dependencies to ensure they comply with the 
Apache Software Foundation's licensing requirements.

## 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


On 2025/10/26 09:05:19 Kazuto Iris wrote:
> Hi, this project adds support for Azure Blob Storage service in 
> commitWeDataSphere/linkis:76975786f. Therefore, we need to introduce new jars 
> (azure-identity, azure-storage-blob, azure-storage-common), which are 
> compliant with the MIT License. I have reviewed their related dependencies to 
> ensure they comply with the Apache Software Foundation's licensing 
> requirements.
>
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to