Stéphane Épardaud

Results 664 comments of Stéphane Épardaud

> I thought the problem here was that Narayana itself doesn't work in a reactive way. Has that changed since I last asked >5 years ago? That was indeed the...

Well, of course we can move a `@WithTransaction` lower down the stack from HR/Panache to the reactive-sql module. How this integrates with the HR/Panache version, though, I'm not sure. Here...

This won't pass CI before the two other PRs are merged.

Yeah, I should have compiled before rebasing and pushing :)

That's not enough, now I get: ``` [ERROR] Error occurred during initialization of boot layer [ERROR] java.lang.module.FindException: Module com.fasterxml.jackson.databind not found, required by com.fasterxml.jackson.datatype.jsr310 ``` Perhaps vertx-auth-webauthn4j should declare this...

Oh, probably `vertx-auth-webauthn4j` should export the webauthn4j module since it's used in the API?

Oh, it's the tests, there's a classpath exclusion for jackson-databind when running the tests.

So, it's due to https://github.com/vert-x3/vertx-web/blob/master/vertx-web/pom.xml#L132-L134 If I comment it out, the tests run. But I suppose that's there for a reason. Any advise @vietj ?