Skip to content

Adding conditional propery for blobStore class

Aman Verma requested to merge users/amaverma/makeBlobConditional into master

All Submissions:


  • [YES/NO] I have added an explanation of what changes in this merge do and why we should include it? YES
  • [YES/NO] I have updated the documentation accordingly. YES
  • [YES/NO/NA] I have added tests to cover my changes. NA
  • [YES/NO/NA] All new and existing tests passed. YES
  • [YES/NO/NA] My code follows the code style of this project. YES
  • [YES/NO/NA] I ran lint checks locally prior to submission. YES

What is the issue or story related to the change?


Description:

Adding ConditionalOnProperty for blobStore related classes. This class requires certain properties to be defined in the application.properties file of service which wants to consume core-lib-azure. Since not all the services want to consume blobStore class, making the related classes conditional

Issue:

Does this introduce a breaking change?


  • [YES/NO]

NO

Other information


FYI @kibattul @polavishnu @dkodeih @danielscholl

Merge request reports