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.
The text was updated successfully, but these errors were encountered:
jearton
changed the title
spring-boot-autoconfigure-processor:1.5.9.RELEASE uncorrectly process @ConditionalOnClass with an inner class value
spring-boot-autoconfigure-processor:1.5.9.RELEASE incorrectly process @ConditionalOnClass with an inner class value
Dec 7, 2017
snicoll
changed the title
spring-boot-autoconfigure-processor:1.5.9.RELEASE incorrectly process @ConditionalOnClass with an inner class value
spring-boot-autoconfigure-processor incorrectly process @ConditionalOnClass with an inner class value
Dec 7, 2017
Problem Detail:
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.
The text was updated successfully, but these errors were encountered: