-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Describe the bug
When iterate the return value of com.azure.security.keyvault.secrets..SecretClient#listPropertiesOfSecrets, it will be blocked.
Exception or Stack Trace
No exception, it just blocked.
To Reproduce
Please use this sample project to reproduce this problem.
The app will be blocked here
It's weird that:
- It will be blocked if I removed dependency of spring-boot-starter-test.
- It will NOT be blocked if I added dependencies of spring-boot-starter-test.
Code Snippet
here is related code.
Expected behavior
The demo app get secret names successfully, not block.
Screenshots
No screenshots. Please check above demo to reproduce the problem.
Setup (please complete the following information):
- OS: Windows 10
- IDE : Intellij
- Version of the Library used:
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.1.1</version>
Additional context
Nothing.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [:heavy_check_mark:] Bug Description Added
- [:heavy_check_mark:] Repro Steps Added
- [:heavy_check_mark:] Setup information Added