Spring Boot 1.5.3.RELEASE had several classes in org.springframework.boot.bind
, especially RelaxedPropertyResolver
. However, https://github.com/spring-projects/spring-boot/tree/v2.0.0.M1/spring-boot/src/main/java/org/springframework/boot
doesn't contain the subdirectory bind
anymore
RelaxedPropertyResolver
is used e.g. in org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration
both in 1.3.0.RELEASE
and in the current 2.0.0-BUILD-SNAPSHOT
.
Is there any workaround?