Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched from java.io to java.nio for safer temp file generationfileToFilesReplacement | edler-san | 2025-07-01 | 1 | -9/+10 |
| | |||||
* | feat: Update POMs and bump build dependency versions (#12636) | Patrik Lindström | 2024-11-08 | 1 | -2/+2 |
| | | | | | | | | * Ignores VS code project file and updates to .project * Updates DTD hrefs from HTTP to HTTPS * Updates commons-io, commons-cli, commons-codec, hsqldb and animal-sniffer * Fixes dependency management violations * Includes Maven Flatten Plugin for cleaner release POMs * Updates Atmosphere version | ||||
* | chore: Downgrade snapshot version for free version (#12635) | Patrik Lindström | 2024-11-06 | 1 | -1/+1 |
| | |||||
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 24 | -24/+24 |
| | |||||
* | Update links shown by license checker (#12402) | Tatu Lund | 2021-09-29 | 1 | -4/+4 |
| | | | vaadin.com/pro does no longer have the info | ||||
* | Update project to 8.15-SNAPSHOT (#12392) | Zhe Sun | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 3 | -17/+17 |
| | | | | | | | | | | | | | | | | - removed unused private methods - removed unused private variables - removed unnecessary initializations - removed unnecessary substring(0) - removed inner assignments - renamed private methods that started with upper case - renamed static final variables to use upper case - converted to use non-deprecated options - suppressed unavoidable warnings - divided long Strings to multiple lines - added missing types - added missing JavaDoc parameters - formatting - updated comments & JavaDocs | ||||
* | Update 8.14-SNAPSHOT and release note (#12261) | Zhe Sun | 2021-04-14 | 1 | -1/+1 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 24 | -24/+24 |
| | | | | * Update copyright year range. | ||||
* | Update to 8.13-SNAPSHOT (#12110) | Zhe Sun | 2020-10-07 | 1 | -1/+1 |
| | |||||
* | Update to 8.12-snapshot (#11995) | Zhe Sun | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 3 | -48/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 27 | -27/+27 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 2 | -39/+21 |
| | |||||
* | Add spaces after 'if' and 'for' in JavaScript (#10199) | Ahmed Ashour | 2017-10-20 | 1 | -1/+1 |
| | | | | | | | | * Add spaces after 'if' and 'for' in JavaScript * Revert to old format * Remove whitespaces | ||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 1 | -2/+2 |
| | |||||
* | Add empty line at the end of files (#10142) | Ahmed Ashour | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 3 | -49/+53 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -2/+3 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 2 | -2/+2 |
| | |||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 1 | -1/+1 |
| | | | And some trivial test enhancements | ||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 1 | -2/+2 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Add LoadStyle.NONE for completely omitting a connector | Leif Åstrand | 2017-04-13 | 1 | -0/+6 |
| | |||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Add update checker (#8654) | Henri Sara | 2017-02-23 | 2 | -0/+185 |
| | |||||
* | Pick changes from 7.7.7 (#8577) | Teemu Suo-Anttila | 2017-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 2 | -4/+3 |
| | |||||
* | Show a sensible message for missing extensions (#10799) | Artur Signell | 2016-12-09 | 2 | -1/+7 |
| | | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01 | ||||
* | Use fully qualified name for bundles | Artur Signell | 2016-09-12 | 1 | -2/+2 |
| | | | | | | | Fixes problem with two LAZY connectors not being able to have the same simple class name. Change-Id: I97970979884c99162d52718449dc18f10e955e32 | ||||
* | Format project pom files using correct settings (4 spaces) | Artur Signell | 2016-09-09 | 1 | -119/+119 |
| | | | | Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6 | ||||
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 6 | -43/+43 |
| | | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012 | ||||
* | Format the project using Neon, remove trailing whitespace | Artur Signell | 2016-08-31 | 1 | -1/+2 |
| | | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd | ||||
* | Duplicate client-side of the Vaadin 7 Grid | Teemu Suo-Anttila | 2016-08-30 | 2 | -10/+37 |
| | | | | Change-Id: I069df183806937c2d97eb3e9c8a073ef53ab5c24 | ||||
* | Organize imports | Artur Signell | 2016-08-20 | 2 | -1/+2 |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | ||||
* | Move FieldGroup and Vaadin 7 Grid to compatibility package | Artur Signell | 2016-08-20 | 1 | -5/+6 |
| | | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225 | ||||
* | Define common test dependencies in the main pom file | Artur Signell | 2016-08-18 | 1 | -5/+0 |
| | | | | Change-Id: I7d5897384f1172befbc852e27a7372104e7820da | ||||
* | Define dependency version in the main pom file | Artur Signell | 2016-08-18 | 1 | -4/+1 |
| | | | | Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 26 | -26/+26 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 21 | -78/+78 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 19 | -242/+226 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 |