Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0 RC3 (Kay)
-
Fix Version/s: 2.0 GA (Kay)
-
Component/s: Mapping / Conversion
-
Labels:
-
Pull Request URL:
-
Sprint:Kay RC3
Description
Hello,
I'm working with Spring Boot 2.0.0, Kotlin and Mockito.
Since I upgraded my project from M3 to M4 (Spring 5.0.0-RC3 to RC4) I have some issue with it.
I get a BeanCreationException based on:
java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.reflect.jvm.ReflectJvmMapping.getJavaConstructor, parameter $receiver
But, I didn't change my code, so can possibility went wrong in the process ?
You can find details and code in the stackoverflow issue.
Thank you.