Julien Ponge

Results 262 comments of Julien Ponge

In general it just works... it's very sporadic :-) On Wed, Jan 10, 2018 at 3:48 PM, Stefan Oehme wrote: > Okay, so the the task blocks Gradle from finishing...

I'm thinking that: 1. yes, Docker is one packaging option and we could have it as an option rather than as a default, and 2. _fatjars_ aren't always the best...

Thanks Daniel, I need to check this!

This is because it's not part of the Vert.x stack depchain, see https://github.com/vert-x3/vertx-stack

There is also a `processor` classifier for `vertx-codegen`, just like `vertx-service-proxy`. What if you add: ```groovy dependencies { apt "io.vertx:vertx-codegen:$vertxVersion:processor" // (...) } ``` (or even just as a `compileOnly`...

/cc @cescoffier Also this one (main branch here)

Fantastic @ozangunalp. Looking at the code it looks ok, I'm going to run some local tests.

I ran a few tests with this branch and the drafts from https://github.com/jponge/quarkus/tree/scratchpad/rs-publisher-to-flow, and it seems to work great. First time with a flow-ified Quarkus that compiles and seems to...