Arnaud Esteve

Results 49 comments of Arnaud Esteve

tl;dr : Yes ! Absolutely ! Regarding the performances, it shouldn't make that much of a difference, classpath scanning should only be used at server startup and not during runtime...

I'll try to find some time. --------------------------- Re. your issue, beware that a lot of people already asked this before and the answer has often been the same : *"Vert.x...

Hello. Sorry I have to work on this. Unfortunately no ETA at the moment. I can't work from home since I have no internet connection. I hope I can work...

I'll need some help unfortunately. I checked version 3.5, there's soooo much work to do to adapt I'll never have time to do it by myself. I think I relied...

I'd be really happy to do so ! What do I need to do precisely ? Changing some settings ? Thanks.

@vietj I already indicated on top of the README that I can't manage the project anylonger. So I guess this point is covered already. I can add that any contribution...

iirc, most of the code from `MultipleFutures` is now covered by `CompositeFuture`, but there's one huge exception to the rule (last time I checked, at least) : [This method](https://github.com/aesteve/nubes/blob/master/src/main/java/com/github/aesteve/vertx/nubes/utils/async/MultipleFutures.java#L64) has...

iirc : simply declare `Session` as parameter of your method, and use it.

I'll have a look tomorrow. Auth/Session is the only part of the code I didn't write myself. (the only place a sessionhandler is set is when you're using an auth...

"Version 1.1 should be available shortly" according to bintray. You should be able to use the Session as a method parameter even though you're not using a built-in authentication mechanism....