Spring Boot Version: 2.0.0.M7 (i.e. Spring Framework 5.0.2.RELEASE)
For better experience for Kotlin users, the MockMVC result matcher status() should not use the kotlin keyword is as a method name, because the method call needs to be escaped in backticks which is not very convenient.
1 votes, 4 watchers
The text was updated successfully, but these errors were encountered:
is is usable in Kotlin but with backticks, but we can probably provide an alias via an extension like we did on Spring Data in order to provide a way to write such code without backticks which is not idiomatic.
Bastian Voigt opened SPR-16429 and commented
Spring Boot Version: 2.0.0.M7 (i.e. Spring Framework 5.0.2.RELEASE)
For better experience for Kotlin users, the MockMVC result matcher status() should not use the kotlin keyword is as a method name, because the method call needs to be escaped in backticks which is not very convenient.
1 votes, 4 watchers
The text was updated successfully, but these errors were encountered: