Ian Stewart

Results 18 comments of Ian Stewart

I'm unable to provide the build file due to company policies. It is a multi-project build, with quite a few custom convention plugins. The grgit plugin is applied on a...

Thanks for the quick follow-up! Looks like we'll just hold off on the upgrade for now.

@rachellerathbone That is targeted for a different use case. That configuration allows you to map to environments. In this bug, the proper environment is found, however the status is not...

Any update or recommended work-around? This is currently blocking us from upgrading to vertx 4.3

We're able to upgrade and get past the check however the check is correct. We're running our AuthZ checks after the body validations. So for example if I have an...

Related: https://github.com/vert-x3/vertx-web/issues/1895

After [this pull request](https://github.com/vert-x3/vertx-web/pull/2285) it's possible to register AuthZ handlers using a new method on the operation. The original example is supported as: ```Java routerBuilder .operation("awesomeOperation") .authorizationHandler(// AuthZ handler) .handler(//...

@chris-brace Would the above proposal fix your use case?

@pmlopes Any suggestions on how I can help move this forward?