-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vaadin 8 support #26
Comments
I've taken a stab at V8 support: https://github.com/WoozyG/easyuploads haven't figured out running the tests yet though. The widgetset compiles cleanly. Help welcome. |
Cool! First thing to do is to update this into latest what you find form the Directory: Then run the main method from this class: That starts a web server with all usage examples are listed for manual testing. I don't remember if there is too many Selenium scripts in this project. You could see that the functionality is the same as in Vaadin 7 version. Also you could see that the SCM connections are updated to parttio/easyuploads. After that, create a pull request and if you ever happen to meet me at a Vaadin meetup or conference, let me buy you a beer :-) cheers, |
I'll work on that, after I get my project back up and running with Vaadin 8. Everything works except Grid from inside a declarative design. For some reason it is throwing client-side exceptions before it gets a chance for the server to configure the grid. Hmm. I'm not a proficient Maven user, but I'll give your instructions a shot and get a pull request together hopefully tomorrow, if I can sort out my Grid issue. |
When I try to run the UiRunner class, I get this error:
However the Vaadin 8 jars are on the classpath for the test at runtime. Do I need a newer version of something? I'm using essentially the POM from trunk, plus the Vaadin 7 compatibility libraries and Vaadin 8 instead of 7. |
According to https://vaadin.com/directory#!addon/easyuploads using the following dependency should work for Vaadin 8:
But, using the add-on with my Vaadin 8 application breaks it with the following error:
Does this mean that the add-on is still not completely supported by Vaadin 8 or am I missing something? |
You will also need this:
I wouldn't like to add that as direct dependency as that don't need to be on the classpath during runtime. I'll add a note to the directory. |
No description provided.
The text was updated successfully, but these errors were encountered: