Is there something planned in either Kotlin or Spring to have the issue with default methods in interfaces for
JpaRepository
solved?
g
Gerard Klijs
04/06/2018, 9:10 PM
I don't really get the problem, I used a JpaRepository and used get by id just fine.
z
ziggy42
04/09/2018, 7:07 AM
If you have an implementation in your interface it'll not be compiled to a default method. This will be "solved" in kotlin 1.2.40 with a new annotation for the compiler 🙂