You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading to the latest version of Spring Cloud Config, I encountered an issue where the cloud-config service returns an empty string ("") instead of an empty array ([]).
Describe the bug
After upgrading to the latest version of Spring Cloud Config, I encountered an issue where the cloud-config service returns an empty string ("") instead of an empty array ([]).
<spring-cloud.version>2024.0.0</spring-cloud.version>
Sample
Example:
I expect to receive the following object:
However, I receive this instead:
I noticed a similar issue in the past, which might be related to this problem as well.
#1572
Could you please investigate the cause of this issue as soon as possible?
Thanks in advance!
The text was updated successfully, but these errors were encountered: