on 2023 Jun 28 8:51 PM
In sap commerce cloud latest versions, can we upgrade azure blob dependency from
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
<version>8.1.0</version>
</dependency>
to the latest version
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.22.2</version>
</dependency>
Is it ok to upgrade from v8 to v12 ?
Why sap has not upgraded this dependency even tough AZURE recommends to use v12 and v8 has issues and vulnerabilities
Request clarification before answering.
x1111111111 generally you would not be updating this library directly. The "azure-storage" Maven dependency is part of the "azurecloud" extension. If using SAP Commerce Cloud in the Public Cloud (CCV2), this library is considered managed by SAP, and upgrades to this library would be delivered as part of the managed SAP Commerce Cloud platform.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey adamreisberg-acn thank you for your reply. Actually we do not want to use hot folder implementation. As per requirement we already have data load jobs in place with FTP just wanted to switch to azure blob now.
We have following options with us
1. creating custom extension with azure dependency v8
2. using ootb hot folder extensions (azurecloudhotfolder,cloudcommons,cloudhotfolder)
can you let me know your opinion on this
User | Count |
---|---|
19 | |
15 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.