summaryrefslogtreecommitdiffstats
path: root/compatibility-shared
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-02-22 11:35:19 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-27 11:25:50 +0200
commitd1e2bf5b57c7ee562f2451476d4e589a306758d9 (patch)
tree8b8f6946e9f08b014eff30bb3867a01a44bef8d8 /compatibility-shared
parente859407eb9b614e241de76cedbfefa9b4acbb682 (diff)
downloadvaadin-framework-d1e2bf5b57c7ee562f2451476d4e589a306758d9.tar.gz
vaadin-framework-d1e2bf5b57c7ee562f2451476d4e589a306758d9.zip
Pick changes from 7.7.7 (#8577)
* Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140
Diffstat (limited to 'compatibility-shared')
-rw-r--r--compatibility-shared/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml
index d702702748..abdc1ca849 100644
--- a/compatibility-shared/pom.xml
+++ b/compatibility-shared/pom.xml
@@ -75,7 +75,7 @@
<execution>
<id>copy-sources</id>
<!-- here the phase you need -->
- <phase>prepare-package</phase>
+ <phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>