fix: handle all exceptions to support Kotlin by dvob · Pull Request #2965 · operator-framework/java-operator-sdk

csviri

@metacosm metacosm changed the title fix: handle all excptions to support Kotlin fix: handle all exceptions to support Kotlin

Sep 25, 2025

csviri

@dvob

Handle Exception and not just RuntimeException to support Kotlin and
probably other JVM languages which do not have the concept of checked
exceptions.

metacosm

xstefank