Mikhail Shabarov

Results 119 comments of Mikhail Shabarov

I'm closing this issue because of no reply during more than 2 weeks. Please comment in this ticket, if you still have issues with the latest Vaadin 24.3 versions.

We are not currently sure if the fact that Vaadin Gradle plugin doesn't respect it / support it is a bug or feature. Let us investigate more about Gradle Toolchain...

To me the connection between null parent item in a TreeGrid and expectation that the `refreshItem(null)` has the same effect as `refreshAll()` is questionable. If we apply this logic, this...

Flow itself adds a listener for `pagehide` event, but it doesn't use `HTMLBodyElement.eval` from the first glance. We have to check who else (other parts of Vaadin) may call it.

Reopened, as https://github.com/vaadin/flow/pull/19310 has been reverted due to regressions in Flow components.

Two immediate thoughts on this topic: 1. Vaadin integration for Spring Security is request-based by default, see `AccessAnnotationChecker` codes: ```java return hasAccess(cls, request.getUserPrincipal(), request::isUserInRole); ``` 2. The stack-trace above shows...

Gradle's configuration cache seems to be a new feature in latest versions and, thus, I'd consider this as an enhancement in Vaadin, despite current Gradle plugin fails with it. Let...

Thanks for the issue. We will try to reproduce with our Gradle-based starters and get back to you soon.

It's maybe fine if `vaadinBuildFrontend` overrides `package.json` within first build or after changes in the project. However, it sounds incorrect If `vaadinBuildFrontend` overrides `package.json` within subsequent builds, when no changes...

@steve-todorov you mentioned that `"@vaadin/upload": "24.1.0"` is updated to 24.2.1 during the `vaadinBuildFrontend`. This is for the first run, right? What is updated in `package.json` by `vaadinBuildFrontend` in subsequent runs,...