Cédric Champeau

Results 298 comments of Cédric Champeau

Given that I often see reactive code as unnecessarily complex, I'm +1 :)

I wouldn't say that this is a bug, but the expected behavior. Should you want to rerun the benchmark, you can use the `--rerun` flag.

> @melix , unfortunately --rerun also reruns the task's dependencies so it's not a good solution as it rebuilds the entire project again and re-generates the benchmarks. That is extremely...

@andriy-dmytruk is this something you still want to investigate? With the release of Micronaut 5 we may have an opportunity to do some breaking changes, which could make this work...

I am not sure why you need separate `test-xxx` projects. The idea of splitting into features is good as it modularizes things better. However I also understand that starter tests...

Can you clarify what this `bundle.jar` is? Is this the name of your application?

This isn't a bug but a consequence of the design. The `project` you want to import is in the same build. This means that itself, would have access to the...

mmm, no you're correct, I thought the substitution would automatically apply but it's not the case.

I think we should consider the use of `dnf` here an internal implementation detail that shouldn't surface in the DSL. Instead of doing this, I think you can rely on...