We want to promote the usage of reified Kotlin API usage (myMethod<Person>() instead of myMethod(Person::class)) to facilitate a single and more idiomatic approach to Kotlin API usage.
Extension methods remain in the code and will be removed with the next major release
Issue Links:
DATAMONGO-2208 Deprecate Kotlin extensions providing a KClass overload
spring-projects-issues commentedFeb 21, 2019
Mark Paluch opened DATACASS-631 and commented
We want to promote the usage of reified Kotlin API usage (
myMethod<Person>()
instead ofmyMethod(Person::class)
) to facilitate a single and more idiomatic approach to Kotlin API usage.Extension methods remain in the code and will be removed with the next major release
Issue Links:
Referenced from: pull request #138
The text was updated successfully, but these errors were encountered: