Azure – java.lang.NoClassDefFoundError: reactor/util/context/ContextView
I am upgrading the azure sdk for java to version 12.21.1. The spring boot version is 2.1.6. I am using the following dependency in gradle : implementation 'com.azure:azure-storage-blob:12.21.1' . I am using the following code to create BlobServiceClient : String…