Draft of BucketOperations #446
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error
AzureBlobStorageCloudSpec.initializationError:
object-storage-azure/src/test/groovy/io/micronaut/objectstorage/azure/AzureBlobStorageCloudSpec.groovy#L1
io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for parameter [$spock_sharedField_blobServiceClient] of method [set$spock_sharedField_blobServiceClient] of class: io.micronaut.objectstorage.azure.AzureBlobStorageCloudSpec
Message: No bean of type [com.azure.storage.blob.BlobServiceClient] exists.
* [BlobServiceClient] requires the presence of a bean of type [com.azure.storage.blob.BlobServiceClientBuilder] which does not exist.
* [BlobServiceClientBuilder] requires the presence of a bean of type [io.micronaut.objectstorage.azure.AzureBlobStorageEndpointConfiguration] which does not exist.
* [AzureBlobStorageEndpointConfiguration] requires the presence of configuration. No configuration entries found under the prefix: [micronaut.object-storage.azure-bucket-operations.*]. Provide the necessary configuration to resolve this issue.
Path Taken: AzureBlobStorageCloudSpec.set$spock_sharedField_blobServiceClient([BlobServiceClient $spock_sharedField_blobServiceClient])
|