Konrad Kamiński

Results 5 comments of Konrad Kamiński

I see no reason why `CoroutineApplicationEventPublisherAwareBeanPostProcessor` wouldn't allow `beanName` to be `null`. I'll fix it in the next release.

This is actually an exception from the leftover code from `ReactiveMongoQueryMethod`. Nonetheless, even if this code is removed paging won't work. I'm in the process of adding paging support to...

The main culprit is an [issue](https://jira.spring.io/browse/SPR-16515) in Spring Core with incorrect return type of a suspending functions. I created a PR for solving it. However, after solving this problem I...

I created a fixed Spring Core 5.0.4 version and put it in my repo (it's essentially 5.0.4.RELEASE with a fix in the `MethodParameter` class). In the [mpfix](https://github.com/konrad-kaminski/spring-kotlin-coroutine/tree/mpfix) branch you can...

There is something weird with those annotations and I'm yet to find out what it is. For now there's a workaround in [0.3.1](https://github.com/konrad-kaminski/spring-kotlin-coroutine/releases/tag/release-0.3.1) - the `@ConditionalOnClass` requires the name of...