cihadbaskoy

Results 2 comments of cihadbaskoy

I have a similar problem with Spring Boot version 2.6.4 and Spring Cloud Config version 2021.0.1 I found a workaround as adding a configuration as: ``` spring: profiles.active: dev cloud:...

The classes and code pieces I created for this issue is as follows @JacksonXmlRootElement(localName = "Document") private static class Wrapper { @JacksonXmlProperty(localName = "xmlns", isAttribute = true) private String namespace;...