Is there something planned in either Kotlin or Spr...
# spring
z
Is there something planned in either Kotlin or Spring to have the issue with default methods in interfaces for
JpaRepository
solved?
g
I don't really get the problem, I used a JpaRepository and used get by id just fine.
z
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 🙂