Changes since 24.8.1
Fixes
-
Fix AuthenticationContext bean duplicated definition (#21845) (#21846)
Commit · Pull request · IssueRemoves 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 · IssueDoes 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 · IssueCheck 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, 21682For 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