would this be an issue in spring’s kt support?
# spring
m
would this be an issue in spring’s kt support?
s
Could you please provide a repro project to allow me to have a look ?
m
seems tricky. setting up similar test based on https://github.com/dnno/spring-kotlin-jpa I couldn’t replicate it
I see a difference in proxy comparing invoked object
example uses plain
com.sun.proxy
ours is based on cglib
any hint how to enforce use of cglib in example? I believe this may be key to repro
nevermind, it’s not related to cglib
occurs only with exceptions that are not
RuntimeException
https://github.com/masc3d/spring-kotlin-jpa
you can use
JpaCityServiceTest
to replicate, it will fail on several tests with
UndeclaredThrowableException