Ian Stewart

Results 12 issues of Ian Stewart

With the upgrade to grgit 5.0.0 we're no longer able to apply the plugin to our projects: ``` * What went wrong: An exception occurred applying plugin request [id: 'org.ajoberstar.grgit',...

bug

When using GitHub [environments](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) to manage deployments, you have the ability to set protection rules. For example if you want approval for production deployments you can add a 'Required Reviewer'...

stay tuned

### Version 4.3.0 ### Context After the introduction of [RFC: Web Handlers Setup Mistake Free](https://github.com/vert-x3/wiki/wiki/RFC%3A-Web-Handlers-Setup-Mistake-Free ) in vertx 4.3.0, we can no longer register AuthorizationHandler per-operation when using vertx-web-openapi. Before...

bug

Depending on the AuthenticationProvider impl the scope may not be in the principal. Instead use the User#get method which checks multiple locations. This allows for the ScopeAuthorization to be used...

### Version 4.1+ ### Context As of VertX 4.1, when scopes are defined in a security for a route, it's possible for the required scopes to also be applied to...

bug

GitHub Actions are requesting a migration of all actions from node12 to node16. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ As a result we're receiving warnings in our workflows from this action: ``` Node.js 12 actions...

GitHub Actions are requesting a migration of all actions from node12 to node16. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ As a result we're receiving warnings in our workflows from this action: ``` Node.js 12 actions...

When attempting to register an AuthorizationHandler on an Operation within the OpenAPI3RouterBuilder the resultant router will fail to build because the AuthZ handler is registered after the generated validation handler....

When attempting to generate an array of type long using 'options' the generations fails with the following error: ```shell java.lang.RuntimeException: Invalid option for array schema: type org.apache.avro.generic.GenericData$Array, value '[1, 2,...

The current usage recommendation of this plugins shows all build parameters defined globally for the entire project. We typically operate with a larger root project which multiple sub-projects. Each of...

question