-
Notifications
You must be signed in to change notification settings - Fork 14
Vaadin 8 compatibility mode support #29
Comments
I ended up doing this in the fork of my company. I did not provide a pull request because I don't know if this project wants to maintain such a feature. If you are interested, please, let me know and I can provide a PR in the way you need it. If you want to use it, I just published an artifact with this change in my company's repo. You can use it with the following configuration:
Dependency:
Migration:
Notes: This version is basically the 1.x branch plus compatibility mode changes, but it also contains my fix to #8. It's a pretty simple one, but consider that if you want to use this version. |
Any more official compatibility mode coming? |
Is this maven artifact still available? I ask because when I added it to my project, I get "Missing artifact org.vaadin.addons:vaadin-compatibility-excel-exporter:jar:1.8-visagio-1" with the pom, even after forcing an update of the maven project in Eclipse. |
Currently I'm migrating some Vaadin 7 projetcs to 8, and some of my grids will be using compatibility mode
com.vaadin.v7
for a little while..I need a version of the 1.x branch of this lib that works with
com.vaadin.v7
classes, and I may provide you some code to achieve that.The text was updated successfully, but these errors were encountered: