You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Stephane Nicoll c30f9815c1 Fix detection of Autowired constructor with Kotlin
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
6 years ago
..
spring-boot Fix detection of Autowired constructor with Kotlin 6 years ago
spring-boot-actuator Merge branch '2.1.x' 6 years ago
spring-boot-actuator-autoconfigure Perform binding at creation time if possible 6 years ago
spring-boot-autoconfigure Perform binding at creation time if possible 6 years ago
spring-boot-cli
spring-boot-dependencies Upgrade to Spring Data Moore-M2 6 years ago
spring-boot-devtools Ensure that DevTools' beans use eager init even when app is lazy 6 years ago
spring-boot-docs
spring-boot-parent
spring-boot-properties-migrator
spring-boot-starters Update web starter to depend on validator starter 6 years ago
spring-boot-test
spring-boot-test-autoconfigure Merge branch '2.1.x' 6 years ago
spring-boot-tools Merge branch '2.0.x' into 2.1.x 6 years ago
pom.xml