Closed Lonzak closed 1 year ago
Thanks for the pull request. I will find a chance to review over the weekend.
Have you got a chance to test the functionality after Flash related stuff have been removed?
I did update to gwt 2.10.0 however there are certain problems: The gradle plugin (de.richsource.gradle.plugins:gwt-gradle-plugin:0.6) isn't maintained anymore and it is not compatible with GWT 2.10.0. It looks in the wrong package (com.google.gwt instead of org.gwtproject)... But as I saw you also maintain a fork of a gwt plugin (https://github.com/jiakuan/gwt-gradle-plugin) ? Maybe you can change to this plugin?
Or we do ignore the warnings for now.
I did test the plugin with our application and for us it works...
I did update to gwt 2.10.0 however there are certain problems:
The gradle plugin (de.richsource.gradle.plugins:gwt-gradle-plugin:0.6) isn't maintained anymore and it is not compatible with GWT 2.10.0. It looks in the wrong package (com.google.gwt instead of org.gwtproject)... But as I saw you also maintain a fork of a gwt plugin (https://github.com/jiakuan/gwt-gradle-plugin) ? Maybe you can change to this plugin?
Or we do ignore the warnings for now.
I did test the plugin with our application and for us it works...
Great, thanks!
I agree with your previous comment. We could leave the GWT upgrade and plug-in upgrade to a separate PR. I will check and merge this one first.
ah sorry - I did also commit the gwt. 2.10.0 update to this PR ... Do you plan to create a release out of it? That would be nice...
No problem.
I've merged and I will need to fix some issues and cleanup the project structure a little bit.
After that, I will create a new release.
This is a first version where I did remove the swf part of the uploader. It needs code review since my knowledge is limited in this area.