Lukáš Vasek

Results 19 comments of Lukáš Vasek

yep, tried that also. I wasn't looking into mapstruct implementation. Is it somehow possible at compile time get all descendants of given parent class? I mean if we have abstract...

> This is not possible because the only classes that we are notified of are the ones that are in the current build. So any class outside this build is...

Quartz was released a while ago, is it really problem https://github.com/quartz-scheduler/quartz/releases ?

@martin-mfg I'm not sure if I rebased somehow wrong or why 5k files is in this commit. I reverted back my custom lambda and fixed the test...let me know if...

I've seen also [this one](https://github.com/OpenAPITools/openapi-generator/pull/1532) I've tried that route but there are some issues in some codegen which I honestly don't udnerstand.

@autonomousapps any chance this will get merged?

Maybe I don't get your point, but if you would like to match an empty group then you put something like this `^$` to group. My concern is that you...

There is some kind of autoconfiugration issue. When I tried to setup this container with `spring-cloud-gateway` and `RedisRouteDefinitionRepository` it just didn't worked since there was no autoconfig for reactive stack.