Skip to content

Bump com.vaadin:vaadin-server from 7.7.24 to 7.7.48 in the maven group across 1 directory#4

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/maven-a08106f969
Open

Bump com.vaadin:vaadin-server from 7.7.24 to 7.7.48 in the maven group across 1 directory#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/maven-a08106f969

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2025

Bumps the maven group with 1 update in the / directory: com.vaadin:vaadin-server.

Updates com.vaadin:vaadin-server from 7.7.24 to 7.7.48

Release notes

Sourced from com.vaadin:vaadin-server's releases.

Vaadin Framework 7.7.48

The Vaadin Framework 7.7.48 is an extended-support release with the following changes:

  • Updated to Atmosphere 2.4.x, and consequently, Java 8. This bumps the minimum Java requirement from 7 to 8.
  • Added changes to make interrupting uploads more reliable, and block a possible security issue in the process.

Vaadin Framework 7.7.47

The Vaadin Framework 7.7.47 is an extended-support release with the following changes:

  • Fixed the text selection problems within Grid cells, so copying the contents of a single cell is possible
  • Added a Jakarta-compatible Push module
  • Fixed root module POM Source Code Management URLs to point to the correct repository

Vaadin Framework 7.7.46

The Vaadin Framework 7.7.46 is an extended-support release with the following changes:

  • Updated the Maven plugin to get rid of dependencies with known vulnerabilities

Note: Vaadin 7 projects require Java 8 when doing development builds, production mode builds will still work with Java 7. This is due to updates in the license checker, which internally is using Java 8

Vaadin Framework 7.7.45

The Vaadin Framework 7.7.45 is an extended-support release with the following changes:

  • Set no-store headers for error responses
  • ComboBox popup size and positioning take into account the menu element’s own padding in addition to the menu item’s
  • Internal changes, and a fix for a license checking issue

Vaadin Framework 7.7.44

The Vaadin Framework 7.7.44 is an extended-support release with the following changes:

  • Internal changes needed for future development
  • ComboBox popup position updates smoother when the page is scrolled

Vaadin Framework 7.7.43

The Vaadin Framework 7.7.43 is an extended-support release with the following changes:

  • Made ComboBox rendering faster by trying to avoid constant popup size recalculations
  • Backported Upload fixed from Vaadin 8, namely preventing upload if no file has been selected, and making sure the ChangeListener still works after the first upload.
  • Added things necessary for JavaDoc generation.
  • Updated the license checker, fixed tests, updated the copyright dates

Vaadin Framework 7.7.42

The Vaadin Framework 7.7.42 is an extended-support release with the following changes:

  • added read-only support to Grid. This allows disabling editing features in an otherwise editable Grid while still retaining scrolling. Use existing API method Grid.setReadOnly(true).
  • enabled dependency convergence enforcement in Vaadin 7 to mitigate transitive dependency mismatches.
  • internal test fixes

Vaadin Framework 7.7.41

The Vaadin Framework 7.7.41 is an extended-support release with the following changes:

... (truncated)

Changelog

Sourced from com.vaadin:vaadin-server's changelog.

Vaadin 7.7.48

  • Updated to Atmosphere 2.4.x, and consequently, Java 8. This bumps the minimum Java requirement from 7 to 8.
  • Added changes to make interrupting uploads more reliable, and block a possible security issue in the process.

Vaadin 7.7.47

  • Fixed the text selection problems within Grid cells, so copying the contents of a single cell is possible
  • Added a Jakarta-compatible Push module
  • Fixed root module POM Source Code Management URLs to point to the correct repository

Vaadin 7.7.46

  • Updated maven plugin with updated dependencies
  • Internal test fixes

Vaadin 7.7.45

  • Set no-store headers for error responses
  • ComboBox popup size and positioning take into account the menu element’s own padding in addition to the menu item’s
  • Internal changes, and a fix for a license checking issue

Vaadin 7.7.44

  • Internal changes needed for future development
  • ComboBox popup position updates smoother when the page is scrolled

Vaadin 7.7.43

  • Made ComboBox rendering faster by trying to avoid constant popup size recalculations
  • Backported Upload fixed from Vaadin 8, namely preventing upload if no file has been selected, and making sure the ChangeListener still works after the first upload.
  • Added things necessary for JavaDoc generation.
  • Updated the license checker, fixed tests, updated the copyright dates

Vaadin 7.7.42

  • Added read-only support to Grid. This allows disabling editing features in an otherwise editable Grid while still retaining scrolling. Use existing API method Grid.setReadOnly(true).
  • Enabled dependency convergence enforcement in Vaadin 7 to mitigate transitive dependency mismatches.
  • Internal test fixes

Vaadin 7.7.41

  • fixed a regression which caused issues if the syncId check was disabled
  • added the possibility to reorder UIProviders
  • modified the Framework 7 project itself to compile with Java 11
  • license updated to VCL-2
  • fixed a version mismatch for the license checker being used
  • test fixes

Vaadin 7.7.40

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 1 update in the / directory: [com.vaadin:vaadin-server](https://github.com/vaadin/framework).


Updates `com.vaadin:vaadin-server` from 7.7.24 to 7.7.48
- [Release notes](https://github.com/vaadin/framework/releases)
- [Changelog](https://github.com/vaadin/framework/blob/master/CHANGELOG-VAADIN7.md)
- [Commits](vaadin/framework@7.7.24...7.7.48)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-server
  dependency-version: 7.7.48
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants