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'm using Spring Boot 1.5.9.RELEASE. When spring-boot-autoconfigure-processor process @ConditionalOnClass with an inner class value, there is no dollar sign in the generated text of inner class.
Verify Steps:
Clone this repository: https://github.com/jearton/spring-boot-autoconfigure-processor-issue.git
Execute cd spring-boot-autoconfigure-processor-issue && ./mvnw clean compile
View the file target/classes/META-INF/spring-autoconfigure-metadata.properties,
you'll see the difference. First is dot, second is dollar. The second is correct.