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
I am using the latest Spring Cloud Config version 4.0.4 (using hyness/spring-cloud-config-server:4.0.4-jre17 docker image from dockerhub), Spring Boot v3.1.2, Java 17.0.7, "native" profile.
This might be related to the existing #1595 issue.
Is there a way to "escape" the dots in attribute so that Config Server would not interpret them? Is this expected behavior?
Thank you very much for your help.
The text was updated successfully, but these errors were encountered:
When querying Spring Cloud Config with a dotted YAML attribute, it gets split into multiple lines:
Source file (application.yml):
Expected output:
Actual output:
I have tried escaping the dots multiple ways, none of them worked, except for one "hack" workaround:
Source:
Output:
I am using the latest Spring Cloud Config version 4.0.4 (using hyness/spring-cloud-config-server:4.0.4-jre17 docker image from dockerhub), Spring Boot v3.1.2, Java 17.0.7, "native" profile.
This might be related to the existing #1595 issue.
Is there a way to "escape" the dots in attribute so that Config Server would not interpret them? Is this expected behavior?
Thank you very much for your help.
The text was updated successfully, but these errors were encountered: