You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "chore: Add convenience list and count without Filter" (#20879)
This reverts commit 7d13de2.
This causes problems with Hilla that does not support method overloading, as TS/JS does not support that
chore: Add JSpecify as a dependency (#20868)
This is so it can be used in projects without further imports, and we can use it new new start.vaadin.com projects
feat: add support for OAuth2 logout configuration (#20820)
Improves setOAuth2LoginPage method in order to configure an OIDC logout
succes shandler capable of handling redirection for UIDL requests.
Post logout URL is by default the application root, but a method
overload allows to specify a custom URL.
Related-to #11026
fix: parse bot user agents (#20785) (#20797)
Add parsing for byte spider and duck duck bot user agents.
Fixes#20784
Co-authored-by: Marco Collovati <marco@vaadin.com>
chore: use custom thread pool for vaadin-dev-server tasks (#20795)
* chore: use custom thread pool for vaadin-dev-server tasks
Vaadin dev-server executes long-running tasks (e.g. npm install) using
the common ForkJoin pool. This can cause a slow startup or even timeouts
when the pool size is very small.
Using a dedicated executor for dev-server tasks should prevent the
above issues.
Fixes#20793
* nullify executor on shutdown
test: disable shm usage for reload time test (#20761) (#20763)
Prevents remote Chrome ERR_INSUFFICIENT_RESOURCES failures for tests
loading hundreds of resources concurrently (CSS or JS).
Co-authored-by: Marco Collovati <marco@vaadin.com>