• Stephane Nicoll's avatar
    Fix detection of Autowired constructor with Kotlin · c30f9815
    Stephane Nicoll authored
    Previously, the import selector wrongly assumed that we should not
    use constructor injection with Kotlin. Rather than looking up for the
    primary constructor, we retrieve available constructors on the Java
    counter-part.
    
    This commit applies the same logic as in the constructor parameter
    binder and checks for the primary constructor for Kotlin types.
    
    See gh-8762
    c30f9815
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...