We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Im seeing UndeclaredThrowableException for kt methods which are invoked through spring proxy (eg. when using @Transactional)
UndeclaredThrowableException
@Transactional
it can be mitigated by explicit @Throws(Throwable::class) The issue does not occur for RuntimeExceptions
@Throws(Throwable::class)
RuntimeException
example: https://github.com/masc3d/spring-kotlin-jpa