Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Compilation errors in generated project #13

Open
cvgaviao opened this issue Mar 17, 2018 · 4 comments
Open

Compilation errors in generated project #13

cvgaviao opened this issue Mar 17, 2018 · 4 comments

Comments

@cvgaviao
Copy link

I tried to create one project using the Vert.x Web Server Starter option.
The class UsersRouter is with compile error on those not found classes:

import io.vertx.ext.web.RequestParameters;
import io.vertx.ext.web.validation.HTTPRequestValidationHandler;
import io.vertx.ext.web.validation.ValidationException;

@cvgaviao
Copy link
Author

I understood what happened. The version 3.5.1 introduced breaking changes:

https://github.com/vert-x3/wiki/wiki/3.5.1-Breaking-Changes#vertx-web-api-contracts

@pmlopes
Copy link
Owner

pmlopes commented Mar 21, 2018

We need to update the template

@cvgaviao
Copy link
Author

cvgaviao commented Apr 7, 2018

@pmlopes , could you point me which artifacts need to be changed ?

@pmlopes
Copy link
Owner

pmlopes commented Apr 12, 2018

@cvgaviao The templates live here: https://github.com/pmlopes/slush-vertx/tree/master/project_templates

I believe you should check the first 3 ones as those are the OpenAPI specific ones. Probably you won't need to check them all. Feel free to make a pull request and we will gladly accept contributions!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants