| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
Authored-by: Marcello Barnaba <vjt@openssl.it>
|
|
|
|
|
|
|
|
|
| |
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
Co-authored-by: CodeMonkeyLab <philip.louw@gmail.com>
|
|
|
|
|
|
|
|
|
| |
(#12360)
This is both a optimization by skipping duplicate validation round and
avoids ConcurrentModificationExpectation being thrown certain corner
cases.
Co-authored-by: Tatu Lund <tatu@vaadin.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
| |
Modified cherry-pick of https://github.com/vaadin/flow/pull/11428
|
|
|
|
|
| |
(#12342) (#12361)
Fixes #12341
|
|
|
|
|
|
|
|
|
|
| |
* fix: don't serve directories as static files (#12325)
Also prevents opening FileSystem for unknown schemes.
Modified cherry-picks of https://github.com/vaadin/flow/pull/11072 ,
https://github.com/vaadin/flow/pull/11147 , and
https://github.com/vaadin/flow/pull/11235
|
|
|
|
|
|
|
|
| |
* fix: add JavaDoc warning to avoid using ResponseWriter for directories
(#12324)
Cherry-picked from: https://github.com/vaadin/flow/pull/11112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Bump jetty-servlets from 9.4.38.v20210224 to 9.4.41.v20210516 (#12322)
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.38.v20210224...jetty-9.4.41.v20210516)
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-servlets
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
| |
* Chrome 91 test fixes (#12323)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Small updates to servlet container test setup. (#12318)
* Small updates to servlet container test setup.
- Upgraded to use cargo-maven3-plugin since cargo-maven2-plugin is now
EOL.
- Defined supported packagings as the current jetty-maven-plugin default
only covers war.
- Changed a test pojo to implement Serializable in order to prevent an
error in cargo-maven3-plugin stop-container phase.
|
|
|
|
|
|
|
| |
(#12330) (#12331)
Fixes: #12328
Authored-by: Anna Koskinen <Ansku@users.noreply.github.com>
|
|
|
| |
Fixes #12310
|
| |
|
|
|
|
| |
* include @font-face definition in mixin so -icons variable has effect (#12295)
|
|
|
|
|
|
| |
* Update Atmosphere (#12293)
Fixes concurrency issue with UUIDBroadcasterCache that may lead to loss of packets and thus repeated resynchronizations when using Push.
|
|
|
|
| |
* Removed outdated readme.txt (#12296)
|
|
|
|
|
|
| |
* Updated comparison screenshots for servlet containers module. (#12294)
* Updated comparison screenshots for servlet containers module.
|
|
|
|
|
|
|
|
|
|
| |
- Backspace navigation hasn't worked in years thanks to new browser
standards, removed related tests. Left a test for regular backspace use
within a modal window.
- Enabled a modal window test for Chrome since it seems to be working
now, removed extending of another test class to avoid running the tests
twice without any configuration changes.
- Adjusted browser width limitation.
- Added screenshots.
|
|
|
|
|
| |
Fixes: https://github.com/vaadin/framework/issues/12285
Authored-by: Tatu Lund <tatu@vaadin.com>
|
| |
|
| |
|
|
|
| |
Signed-off-by: dependabot[bot] <support@github.com>
|
| |
|
|
|
| |
Fixes #10435
|
|
|
|
| |
(#12271) (#12298)
|
| |
|
|
|
|
|
|
|
|
|
| |
Also enforced minimum height to 1 rows for consistency.
Fixes: https://github.com/vaadin/framework/issues/10138
Fixes: https://github.com/vaadin/framework/issues/7878
Co-authored-by: Tatu Lund <tatu@vaadin.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix Window dragging on touch screen. (#12260)
- Added check for touch move event in order to allow the same flow for
both mouse and touch events when dragging a Window by its header.
- Can be tested with SubwindowDraggability class.
Fixes #12257
Co-authored-by: Jakub Antoniak <j.antoniak8@gmail.com>
|
| |
|
|
|
|
| |
* Add ErrorHandler to AbstractTestUI
|
|
|
| |
This reverts commit 8c39731123b56ef5fa08a614b9aa1b55bd53e5cc.
|
| |
|
|
|
| |
Avoids dependency security alert
|
|
|
|
|
| |
- Override ParallelRunner of TestBench 5.2.0 for uitest module in order
to intercept and log uncaught exceptions in
TBMethod.invokeExplosively(...).
|
| |
|
|
|
| |
#12132 fixed an old bug, conversion was not done back, which was a regression from Vaadin 7. However since the bug has been present long time, it has become established behavior, thus there may be need to disable conversion back to presentation sometimes, thus this API as added.
|
| |
|
|
|
| |
Fixes: https://github.com/vaadin/framework/issues/12240
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix updating Escalator's physical row index.
- Physical index should take into account that more than one row can
have a spacer. Physical index has no practical effect on how Grid looks
like or behaves, since Escalator by design operates independently of it
and the visual positioning of elements is based on the logical and
visual indices. Physical index only affects the order of elements
within the DOM tree, where a mismatch can cause confusion during
debugging.
|
|
|
|
|
|
|
|
|
|
| |
- Old details should close.
- New details should open.
- If some row has details in both old and new item set, the details row
contents should get updated.
- Updating details row contents should not break the positioning of the
rows and details below.
Fixes #12211
|