reschke commented on code in PR #2409: URL: https://github.com/apache/jackrabbit-oak/pull/2409#discussion_r2242332258
########## oak-blob-cloud-azure/src/main/java/org/apache/jackrabbit/oak/blob/cloud/azure/blobstorage/AzureDataStore.java: ########## @@ -41,11 +42,18 @@ public class AzureDataStore extends AbstractSharedCachingDataStore implements Co protected Properties properties; - private AzureBlobStoreBackend azureBlobStoreBackend; + private AbstractAzureBlobStoreBackend azureBlobStoreBackend; + + private final boolean useAzureSdkV12 = Boolean.getBoolean("blob.azure.v12.enabled"); Review Comment: If the choice of the SDK depends on a system property, how do we get test coverage for the old SDK? -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org