Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vaadin/flow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.8.4
Choose a base ref
...
head repository: vaadin/flow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.8.5
Choose a head ref
  • 10 commits
  • 21 files changed
  • 6 contributors

Commits on Jul 19, 2025

  1. refactor: replace and deprecate webpackOutputDirectory method (#21648) (

    #21917)
    
    This change deprecates webpackOutputDirectory method and replaces it with
    a newly introduced frontendOutputDirectory method.
    
    Fixes #21635
    
    Co-authored-by: Marco Collovati <marco@vaadin.com>
    vaadin-bot and mcollovati authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    ddcae7e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. chore: deprecate setConfiguration in VaadinSession (#21928) (#21933)

    * chore: deprecate setConfication in VaadinSession (preparing for #18318)
    
    Co-authored-by: Teppo Kurki <teppo.kurki@vaadin.com>
    vaadin-bot and tepi authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    9958c77 View commit details
    Browse the repository at this point in the history
  2. test: increase wait time for ViteWebsocketConnectionTest (#21940) (#2…

    …1943)
    
    Fixes ViteWebsocketConnectionTest flakiness.
    
    Co-authored-by: Marco Collovati <marco@vaadin.com>
    vaadin-bot and mcollovati authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    ea712c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65552b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. fix: notify listeners when InputStream download handler callback fails (

    #21952) (#21963)
    
    When a callback provided to DownloadHandler.fromInputStream throws an IOException
    the transfer progress listeners are not notified about the error.
    This change catched IOException potentially thrown by the callback and notifies
    the registered listeners.
    
    Part of #21931
    
    Co-authored-by: Marco Collovati <marco@vaadin.com>
    vaadin-bot and mcollovati authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    986f240 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. fix(spring): CSRF login response for TypeScript forms (#21939) (#21975)

    Fixes vaadin/hilla#3697
    
    Co-authored-by: Anton Platonov <anton@vaadin.com>
    vaadin-bot and platosha authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    99c5796 View commit details
    Browse the repository at this point in the history
  2. chore: bump spring-boot to 3.5.4 (#21976) (#21978)

    part of vaadin/platform#7882
    
    Co-authored-by: Manuel Carrasco Moñino <manolo@vaadin.com>
    vaadin-bot and manolo authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    ddbbb36 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. fix(vaadin-spring): enable client-side redirects for TypeScript login (

    …#21980) (#21984)
    
    See vaadin/hilla#3807, where the issue currently manifests.
    
    VaadinSavedRequestAwareAuthenticationSuccessHandler isn't actually saved request aware unless RequestCache is correctly shared with it in the configuration, which VaadinSecurityConfigurer was failing to do due to order of events: authentication is configured before customizing request cache. This change makes sure that VaadinDefaultRequestCache instance is set for VaadinSavedRequestAwareAuthenticationSuccessHandler during configuration.
    
    Co-authored-by: Anton Platonov <anton@vaadin.com>
    mcollovati and platosha authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    5932fda View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. chore: upgrade testbench to 9.4.3 (24.9) (#21992) (#21993)

    Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
    vaadin-bot and ZheSun88 authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    d4e9644 View commit details
    Browse the repository at this point in the history
  2. fix: notify listener for all InputStreamDownloadCallback failures (#2…

    …1994) (#21996)
    
    Makes sure that transfer progress listeners are notified also
    for DownloadResponse.error return value and unchecked exception
    thrown by InputStreamDownloadCallback.
    
    Fixes #21931
    
    Co-authored-by: Marco Collovati <marco@vaadin.com>
    vaadin-bot and mcollovati authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    18f88df View commit details
    Browse the repository at this point in the history
Loading