Web handlers don't support Kotlin extensions #31876
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: kotlin
An issue related to Kotlin support
type: regression
A bug that is also a regression
Milestone
Hi.
while migrating from spring-boot 3.1.5 -> 3.2.0 all the Exception-handlers stopped working in our project. It turns out that functions can't be declared as kotlin extension functions anymore. Here's a code sample that works as expected for spring-boot-3.1.5 and not for spring-boot-3.2.0
The text was updated successfully, but these errors were encountered: