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
When using Spring Boot 1.4.1 with Kotlin 1.0.4, I'm running into an issue where tests using @AutoConfigureMockMvc result in the application context being recreated between each class instead of being reused as expected.
I'm not sure what the cause is but it appears to be related to Kotlin in some way because I was unable to reproduce the issue using a pure Java project.
I have a minimal project reproducing the issue which I'll add to this issue shortly.
The text was updated successfully, but these errors were encountered:
When using Spring Boot 1.4.1 with Kotlin 1.0.4, I'm running into an issue where tests using @AutoConfigureMockMvc result in the application context being recreated between each class instead of being reused as expected.
I'm not sure what the cause is but it appears to be related to Kotlin in some way because I was unable to reproduce the issue using a pure Java project.
I have a minimal project reproducing the issue which I'll add to this issue shortly.
The text was updated successfully, but these errors were encountered: