You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Eric Honer (Jira)" <ji...@apache.org> on 2023/06/14 14:23:00 UTC

[jira] [Commented] (SAMZA-2776) Upgrade Azure libraries in module samza-azure.

    [ https://issues.apache.org/jira/browse/SAMZA-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17732559#comment-17732559 ] 

Eric Honer commented on SAMZA-2776:
-----------------------------------

[PR#1670|https://github.com/apache/samza/pull/1670] fixes an "unused variable" bug, that was introduced in [PR#1660|https://github.com/apache/samza/pull/1660].

> Upgrade Azure libraries in module samza-azure.
> ----------------------------------------------
>
>                 Key: SAMZA-2776
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2776
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Aditya Toomula
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The existing libraries are outdated and should be updated. (Samza: [build.gradle|https://github.com/apache/samza/blob/03b187a6de0e123568f3ce3af94c946e6380fc8d/build.gradle#L262])
> {code:groovy}
> compile "com.azure:azure-storage-blob:12.14.0"
> compile "com.azure:azure-identity:1.3.6"
> compile "com.microsoft.azure:azure-storage:5.3.1"
> compile "com.microsoft.azure:azure-eventhubs:1.0.1"
> {code}
>  
> Proposed updates are outlined in the table below.
> ||library||in-use||current||
> |[com.azure:azure-storage-blob|https://mvnrepository.com/artifact/com.azure/azure-storage-blob]|12.14.0|12.21.1|
> |[com.azure:azure-identity|https://mvnrepository.com/artifact/com.azure/azure-identity]|1.3.6|1.8.1|
> |[com.microsoft.azure:azure-storage|https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage]|5.3.1|8.6.6|
> |[com.microsoft.azure:azure-eventhubs|https://mvnrepository.com/artifact/com.microsoft.azure/azure-eventhubs]|1.0.1|3.3.0|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)