You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving to kotlin 2.0 fails as generated bean class returns false when passing it to KotlinDetector.isKotlinType. Hence starting of spring cloud stream module fails as KotlinFunctionWrapper is not put and the Configuration expects java Function, Consumer or Supplier ...
Uh oh!
There was an error while loading. Please reload this page.
Using the spring cloud stream with reactive used to work well by instanciating kotlin function as follows
Moving to kotlin 2.0 fails as generated bean class returns
false
when passing it toKotlinDetector.isKotlinType
. Hence starting of spring cloud stream module fails asKotlinFunctionWrapper
is not put and theConfiguration
expects javaFunction
,Consumer
orSupplier
...I also made a sample repo
@sdeleuze digged and found that maybe somehting can be done on your side, or at least be documented (see issue on spring framework repo ).
Thanks!
The text was updated successfully, but these errors were encountered: