Jordi Martínez Vicent

Results 3 issues of Jordi Martínez Vicent

Spring boot version: 2.6.10 Spring Cloud version: 2021.0.2 **Describe the bug** Consider a _ConfigurationProperty_ bean which has a default value defined at the code: ```java @ConfigurationProperties("org.jordi") static class MyConfigProps {...

waiting-for-triage

**Is your feature request related to a problem? Please describe.** Currently when [ConfigurationPropertiesRebinder.rebind](https://github.com/spring-cloud/spring-cloud-commons/blob/9b67e2fd8eae33b77890df62135ab5857d57c8dc/spring-cloud-context/src/main/java/org/springframework/cloud/context/properties/ConfigurationPropertiesRebinder.java#L80) is executed and any ConfigurationProperties bean fails, the method throws an exception and **stops rebinding the following...

waiting-for-triage

As far I see at https://github.com/spring-cloud/spring-cloud-schema-registry/blob/7d99ccbea4cdf02e1431c9345938ff7c89f463ae/spring-cloud-schema-registry-client/pom.xml#L76 ```xml com.fasterxml.jackson.dataformat jackson-dataformat-xml tests ``` the dependency `jackson-dataformat-xml` should be excluded but it is not because the scope is `tests` instead of `test`. (note...