github vaadin/flow 24.8.2
Vaadin Flow 24.8.2

latest releases: 24.9.0-beta3, 25.0.0-alpha12, 25.0.0-alpha11...
2 months ago

Changes since 24.8.1

All changes

Fixes

  • Fix AuthenticationContext bean duplicated definition (#21845) (#21846)
    Commit · Pull request · Issue

    Removes the AuthenticationContext bean definition from VaadinWebSecurity so there's a single overridable bean in SpringSecurityAutoConfiguration.

  • Fail on multiple executors only when the executor is accessed (#21839)
    Commit · Pull request · Issue

    Does not fail eagerly if a Spring app has multiple TaskExecutor bean (without VaadinTaskExecutor qualifier). Instead it fails when an app tries to access VaadinService.getExecutor() directly or via using a feature that uses this executor (currently the signals preview).

  • Include a given property only once in getBeanPropertyDescriptors (#21836)
    Commit · Pull request

  • Sw load should not be system dependent (#21813)
    Commit · Pull request · Issue

    Check the load request as relative instead of === to not have a problem between systems that use \ instead of /

  • When using pnpm write overrides under pnpm (#21760)
    Commit · Pull request · Issues 21724, 21682

    For pnpm usage write the overrides section under the pnpm object instead of the root of the package.json Will use $NAME for existing dependencies and devDpendencies. For other components in vaadin-versions and vaadin-core-versions version value will be added to overrides. Keep the existing overrides when moving from npm to pnpm and vice versa Refactor test to use Jackson

Don't miss a new flow release

NewReleases is sending notifications on new releases.