removign the @Lazy annotation from final class
All Submissions:
- [YES/NO] I have added an explanation of what changes in this merge do and why we should include it?
Removing the @Lazy annotation from final class BlobContainerClient
. Marking it @lazy causes the bean creation to fail at run time. I don't have any document supporting why removing @lazy works. But i tried it out locally and it does the job
- [YES/NO] I have updated the documentation accordingly.
N/A
- [YES/NO/NA] I have added tests to cover my changes.
N/A
- [YES/NO/NA] All new and existing tests passed.
N/A
- [YES/NO/NA] My code follows the code style of this project.
N/A
- [YES/NO/NA] I ran lint checks locally prior to submission.
N/A
What is the issue or story related to the change?
Description:
Issue:
Does this introduce a breaking change?
- [YES/NO]
NO