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.3
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.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 11, 2025

  1. chore: ensure consistent order of scanned classes (#21867) (#21869)

    Maintains a predictable ordering of classes found during class scanning
    to ensure that iteration over collected elements is consistent with the
    order of visited classes. This fixes potential test inconsistencies in
    tests like UpdateImportsWithByteCodeScannerTest where order-dependent
    assertions rely on stable output.
    
    Co-authored-by: Marco Collovati <marco@vaadin.com>
    vaadin-bot and mcollovati authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    cf2814d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. test: disable backgrounding occluded windows in headless chrome (#21872

    …) (#21883)
    
    Co-authored-by: Sergey Vinogradov <mr.vursen@gmail.com>
    vaadin-bot and vursen authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    e65c403 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. chore(deps): bump org.apache.commons:commons-lang3 from 3.17.0 to 3.1…

    …8.0 (#21864) (#21900)
    
    Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-version: 3.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    vaadin-bot and dependabot[bot] authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    347f52f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. chore: bump license-checker to 1.13.5 (#21904) (#21907)

    Do not rely on transitive dependency to use jcip annotations
    Remove mocking of package private method
    
    Co-authored-by: Marco Collovati <marco@vaadin.com>
    vaadin-bot and mcollovati authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7d00489 View commit details
    Browse the repository at this point in the history
Loading