[ 
https://issues.apache.org/jira/browse/OAK-8413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ieran Draghiciu updated OAK-8413:
---------------------------------
    Description: 
We should update the oak-segment-azure to use the most recent Azure SDK version

{code}
        <dependency>
            <groupId>com.azure</groupId>
            <artifactId>azure-storage-blob</artifactId>
            <version>12.25.3</version>
        </dependency>
{code}

  was:
We should update the oak-segment-azure to use the most recent Azure SDK 
version, to keep it compatible with the oak-blob-cloud-azure (see OAK-8105):

{code}
        <dependency>
            <groupId>com.microsoft.azure</groupId>
            <artifactId>azure-storage-blob</artifactId>
            <version>11.0.1</version>
        </dependency>
{code}

//cc: [~mattvryan]


> Use the new Azure SDK in the Azure Segment Store
> ------------------------------------------------
>
>                 Key: OAK-8413
>                 URL: https://issues.apache.org/jira/browse/OAK-8413
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: segment-azure
>            Reporter: Tomek Rękawek
>            Assignee: Andrei Dulceanu
>            Priority: Major
>
> We should update the oak-segment-azure to use the most recent Azure SDK 
> version
> {code}
>         <dependency>
>             <groupId>com.azure</groupId>
>             <artifactId>azure-storage-blob</artifactId>
>             <version>12.25.3</version>
>         </dependency>
> {code}



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

Reply via email to