summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete comment and assert in Binder (#12456) (#12465)8.14.2Anna Koskinen2021-10-291-3/+1
| | | Authored-by: Tatu Lund <tatu@vaadin.com>
* fix: avoid ConcurrentModificationException in Binder (#12458) (#12464)Anna Koskinen2021-10-290-0/+0
| | | Authored-by: Tatu Lund <tatu@vaadin.com>
* fix: avoid ConcurrentModificationException in Binder (#12458) (#12464)Anna Koskinen2021-10-292-7/+37
| | | Authored-by: Tatu Lund <tatu@vaadin.com>
* fix: don't update bean property which is read-only bound (#12457) (#12463)Anna Koskinen2021-10-292-1/+72
| | | Authored-by: Tatu Lund <tatu@vaadin.com>
* fix: Ensure that side effects of readBean does not set hasChanges true (#12462)Anna Koskinen2021-10-292-1/+23
| | | | | (#12455) Authored-by: Tatu Lund <tatu@vaadin.com>
* Fix Grid column reorder with partially hidden joined header cells. (#12461)Anna Koskinen2021-10-293-7/+95
| | | (#12429)
* Fix compatibility Grid column reorder of partially hidden joined cells. (#12460)Anna Koskinen2021-10-292-2/+22
| | | | | | | (#12427) Adds the fix from #12386 to the drag source as well. Fixes #12377
* chore: avoid repackaging of google elemental dep and use it directly (#12459)Anna Koskinen2021-10-292-54/+8
| | | | | | | | | | | | (#12416) The google elemental dependency is not OSGi compatible so it's repackaged into shared module to use it directly from there. But there is a custom Vaadin version of google elemental dep and it's OSGi compatible. Flow uses this version and to be able to use FW in MPR the versions should match. So the Vaadin google elemental dep is added instead of repackaging. Authored-by: Denis <denis@vaadin.com>
* Use latest jetty 9.4 version for servlet test (#12448) (#12453)Anna Koskinen2021-10-251-1/+1
| | | Authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
* fix: Do not allow border to grow row height (#12449) (#12452)Anna Koskinen2021-10-252-6/+9
| | | Authored-by: Tatu Lund <tatu@vaadin.com>
* Fixed JavaDoc for setting page title. (#12433) (#12446)Anna Koskinen2021-10-201-2/+2
|
* Use Jsoup 1.14.3 (#12438) (#12443)Anna Koskinen2021-10-191-1/+1
| | | Co-authored-by: Tatu Lund <tatu@vaadin.com>
* Chrome 94 (#12435) (#12441)Anna Koskinen2021-10-17281-1/+1
|
* update the failed build checking (#12439) (#12440)Zhe Sun2021-10-151-1/+3
|
* Update GeneratePostPublishReport.pyZhe Sun2021-10-061-1/+1
|
* fix python script update agent update (python3)Zhe Sun2021-10-061-1/+1
|
* update release note template8.14.1Zhe Sun2021-10-051-2/+2
|
* 8.14 cherry-picks (#12418)Olli Tietäväinen2021-10-0521-34/+433
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve thread safety (#12395) See: https://vaadin.com/forum/thread/17522264/concurrentmodificationexception-in-vaadin-shared-on-karaf-4-2-x * Fix incompatible selenium version in test module. (#12397) * Fixed a dependency version in a karaf test module. (#12399) * Checkstyle tweaks to DateField widgets. (#12400) - Added and updated JavaDocs. - Updated comments. - Updated to use non-deprecated method calls. - Removed unnecessary warning suppressions. - Suppressed warnings for unavoidable deprecation. * fix: set Vaadin session attribute using lock in reinitializeSession (#12401) * Cherry picked unit test from Flow See https://github.com/vaadin/flow/pull/11538 * Fix missing import * Cherry pick fix from Flow * deprecate vaadin-snasphots repo (#12405) * deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots * fix: Add MPR UI id request parameter (#12412) * fix: Add MPR UI id request parameter Related-to https://github.com/vaadin/multiplatform-runtime/issues/85 * test: Remove redundant non-empty param test * test: Remove leftovers * fix: Init window.mprUiId earlier than window.vaadin * Add missing '=' * Update links shown by license checker (#12402) vaadin.com/pro does no longer have the info * fix: Add row limit to DataCommunicator row data requests (#12415) * Add row limit to DataCommunicator row data requests * Add missing constant * Add unit test * Add test for extending Grid * Fixed test Co-authored-by: Tatu Lund <tatu@vaadin.com> Co-authored-by: Anna Koskinen <Ansku@users.noreply.github.com> Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Co-authored-by: Mikhail Shabarov <61410877+mshabarov@users.noreply.github.com>
* Improve thread safety (#12395) (#12417)Olli Tietäväinen2021-10-051-3/+5
| | | | | See: https://vaadin.com/forum/thread/17522264/concurrentmodificationexception-in-vaadin-shared-on-karaf-4-2-x Co-authored-by: Tatu Lund <tatu@vaadin.com>
* deprecate vaadin-snasphots repo (#12405) (#12406)Zhe Sun2021-09-21394-57/+16
| | | | | | | * deprecate vaadin-snasphots repo * Update chrome version to 93 * add more screenshots
* Update release note template8.14.0Zhe Sun2021-09-141-3/+3
|
* Applied save actions to compatibility Grid client-side classes. (#12389)8.14.0.beta1Anna Koskinen2021-08-279-96/+107
|
* chore: Update liferay kernel version (#12387)Tatu Lund2021-08-261-1/+1
| | | Enables to use Liferay 7.4.x
* Fix compatibility Grid column reorder with partially hidden joined cells ↵Anna Koskinen2021-08-263-3/+78
| | | | | (#12385) Fixes #12377
* Cleaned out old references to removed buildhelpers and widgets modules. (#12383)Anna Koskinen2021-08-253-10/+0
|
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-246-8/+22
|
* Some Checkstyle fixes. (#12379)Anna Koskinen2021-08-246-15/+276
| | | | | | - Added and updated JavaDocs. - Deprecated unused fields and methods that update them. - Suppressed unavoidable deprecated calls. - Switched other deprecated calls to use currently recommended calls.
* Checkstyle fixes for SplitPanel widgets. (#12378)Anna Koskinen2021-08-234-27/+195
| | | | | | - Added and updated JavaDocs. - Added default cases to Switch statements. - Deprecated unused fields. - Switched to use non-deprecated calls where possible.
* Some Checkstyle tweaks. (#12376)Anna Koskinen2021-08-238-11/+114
| | | | | - Added and updated JavaDocs. - Formatting fixes. - Suppressed deprecation warnings.
* Updates to TreeGrid's ensureAvailability handling. (#12374)Anna Koskinen2021-08-203-13/+78
| | | | | | | | - Always update the availability request range when more or less data becomes available. Otherwise e.g. programmatically expanding a TreeGrid row can lead to discarding a lot of the new data right after receiving it. Fixes #12372
* Ensure visible tab search only covers existing tabs. (#12373)Anna Koskinen2021-08-183-0/+79
| | | Fixes #11673
* Update release note template for 8.14 (#12371)8.14.0.alpha1Zhe Sun2021-08-171-4/+3
|
* Updated screenshots (#12370)Anna Koskinen2021-08-169-0/+0
|
* Reworked and cleaned up client-side TabSheet and Accordion. (#12357)Anna Koskinen2021-08-1313-375/+1462
| | | | | | | | | | | | | | - Added and corrected JavaDocs. - Deprecated unused public methods. - Fixed first tab style logic in TabSheet. - Fixed navigation focus logic in TabSheet. - Fixed tab width bookkeeping for scrolling TabSheet tabs. - Renamed private methods and variables for clarity. - Removed unnecessary or duplicated private methods. - Reworked some logic to clarify it and to better match my understanding of what's supposed to happen within those methods. - Updated some deprecated method calls to use currently recommended solutions. - Added and updated regression tests.
* Add detection of HCL Digital Experience rebranding (#12242)Marcello Barnaba2021-08-091-1/+1
| | | | | | | On HCL Digital Experience 8.5.5 CF19, the `getPortalInfo()` method returns "hcl digital experience/8.5", breaking detection of the servlet engine. This ultimately leads to methods such as `getHeader()` to return NULL, as the upstream HTTP request is not retrieved.
* Updated the version of vaadin-context-menu (#12363)CodeMonkeyLab2021-08-091-1/+1
| | | | Moving to new version removes the warning com.vaadin.event.EventRouter addListener WARNING: Adding listeners with type Object is deprecated, event listener should extend SerializableEventListener
* fix: Prevent deadlock in findOrCreateVaadinSession (#12355)Tatu Lund2021-08-091-11/+30
| | | | | It is possible findOrCreateVaadinSession leaves session locked if HTTP session is invalidated in an another thread between lockSession and unlockSession calls. This PR changes the implementation so that this can no longer happen. fixes: #12352
* fix: Avoid processing value change event due writing back of converted value ↵Tatu Lund2021-08-062-1/+35
| | | | | (#12360) This is both a optimization by skipping duplicate validation round and avoids ConcurrentModificationExpectation being thrown certain corner cases.
* Chrome updated to version 92 (#12358)Anna Koskinen2021-08-06130-1/+1
|
* Split too long method in two. (#12351)Anna Koskinen2021-07-271-63/+69
|
* Improved error login in GridColumnResizeModeTest. (#12350)Anna Koskinen2021-07-271-2/+5
|
* Checkstyle fixes. (#12349)Anna Koskinen2021-07-2717-17/+342
| | | | | - Added and completed JavaDocs. - Fixed a typo in logging. - Removed an unused parameter in a private method.
* Deprecating Flash component. (#12348)Anna Koskinen2021-07-263-1/+110
| | | Also added missing JavaDocs.
* Divide too long Grid and Escalator methods into smaller units. (#12340)Anna Koskinen2021-07-232-259/+348
|
* Checkstyle fixes (#12347)Anna Koskinen2021-07-2385-141/+1667
| | | | | | | | | | | | - Added, completed, and corrected JavaDocs. - Added an assert to enforce a condition that has always been required. - Added default sections to switch blocks. - Added wildcards. - Deprecated unused methods and variables. - Removed inner assignments. - Removed unused private variables and calls that do nothing. - Updated deprecated calls to use currently recommended versions. - Updated warning suppressions. - ...and some auto-formatting.
* Bump jetty-webapp from 9.4.41.v20210516 to 9.4.43.v20210629 (#12344)dependabot[bot]2021-07-221-1/+1
| | | | | | | | | | | | | | | Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 9.4.43.v20210629. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.41.v20210516...jetty-9.4.43.v20210629) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-webapp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Reuse existing filesystem (#12346)Anna Koskinen2021-07-222-2/+53
| | | Modified cherry-pick of https://github.com/vaadin/flow/pull/11428
* Ensure Grid details rows get a full refresh when a column is sorted. (#12342)Anna Koskinen2021-07-213-1/+88
| | | Fixes #12341
* Checkstyle fixes (#12339)Anna Koskinen2021-07-1552-88/+1177
| | | | | | | | | | | | | | - Added missing default sections to switch blocks. - Added missing JavaDocs and JavaDoc parameters. - Added wildcards where possible. - Deprecated unused method. - Fixed JavaDoc formatting. - Removed inner assignments. - Removed unused imports. - Removed unused variables. - Removed warning suppressions that were unnecessary or about boxing (not tracked by coding conventions). - Suppressed warnings about rawtypes, deprecation, and unchecked where couldn't be avoided.
* Code cleanup (#12333)Anna Koskinen2021-07-0852-358/+424
| | | | | | | | | | | | | | | | - 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