Skip to content

Update com.vaadin to v24.8.2 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2025
Merged

Update com.vaadin to v24.8.2 #116

merged 1 commit into from
Jul 3, 2025

Conversation

xdev-renovate
Copy link
Member

@xdev-renovate xdev-renovate commented Jun 19, 2025

This PR contains the following updates:

Package Type Update Change
com.vaadin:vaadin-bom (source) import minor 24.7.6 -> 24.8.2
com.vaadin:vaadin-maven-plugin (source) build minor 24.7.6 -> 24.8.2

Release Notes

vaadin/platform (com.vaadin:vaadin-bom)

v24.8.2: Vaadin 24.8.2

Compare Source

This is a maintenance release for Vaadin 24.8. See 24.8.0 release notes for details and resources.

Known Limitation: Incompatibility with Quarkus 3.24

The vaadin-quarkus-extension integration is currently not compatible with Quarkus 3.24 due to changes in the Quarkus extension model. Attempting to run applications with this combination may result in startup failures.
This issue does not affect earlier versions of Quarkus; the integration continues to work as expected with Quarkus versions prior to 3.24.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.8.1)
  • CDI add-on (15.2.1)
  • Maven plugin (24.8.2)
  • Gradle plugin (24.8.2)
  • Quarkus plugin (2.2.0)

v24.8.1: Vaadin 24.8.1

Compare Source

This is a maintenance release for Vaadin 24.8. See 24.8.0 release notes for details and resources.

Known Limitation: Incompatibility with Quarkus 3.24

The vaadin-quarkus-extension integration is currently not compatible with Quarkus 3.24 due to changes in the Quarkus extension model. Attempting to run applications with this combination may result in startup failures.
This issue does not affect earlier versions of Quarkus; the integration continues to work as expected with Quarkus versions prior to 3.24.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.8.1)
  • CDI add-on (15.2.1)
  • Maven plugin (24.8.1)
  • Gradle plugin (24.8.1)
  • Quarkus plugin (2.2.0)

v24.8.0: Vaadin 24.8.0

Compare Source

Upgrading · Docs · Get Started

Known Limitation: Incompatibility with Quarkus 3.24

The vaadin-quarkus-extension integration is currently not compatible with Quarkus 3.24 due to changes in the Quarkus extension model. Attempting to run applications with this combination may result in startup failures.
This issue does not affect earlier versions of Quarkus; the integration continues to work as expected with Quarkus versions prior to 3.24.

New and Noteworthy Since Vaadin 24.7

Flow
Design System
  • Card component (Flow API)
  • Dashboard Updates (Doc)
  • DateTimePicker Validation improvements (Ticket)
  • New generation Form layout that allows handling many complex situations automatically (Doc)
  • Map Polygon Support (Doc)
  • Master-Detail layout (Doc)
  • Markdown Support (Doc)
Hilla
  • Custom view metadata (Ticket)
  • Endpoint exception updates (Ticket)
  • Kotlin language nullability support (Ticket)
  • Translation API: key literal (Ticket)
  • Service Worker endpoints support (Ticket, Doc)
  • Lazy loading for file router views (Ticket)
Control Center
  • Database management for Vaadin apps in Control Center (Documentation)
Copilot
  • Custom Components
  • Property Panel Copilot
Modernization Toolkit
  • Further expanded automatic Vaadin 7 to Vaadin 24 migration support.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.8.0)
  • CDI add-on (15.2.0)
  • Maven plugin (24.8.0)
  • Gradle plugin (24.8.0)
  • Quarkus plugin (2.2.0)

Upgrading guides

Support

Vaadin 24 is the latest stable version, with extended support options available (release model).

Vaadin also provides commercial support and warranty.

Supported technologies

Desktop browser
  • Chrome (evergreen).
  • Firefox (evergreen).
    • Firefox Extended Support Release (ESR).
  • Safari 15 or newer (latest minor version in each major series).
  • Edge (Chromium, evergreen).
Mobile browser
  • Chrome (evergreen) for Android (4.4 or newer).
  • Safari 15 for iOS or newer (latest minor version in each major series).
Development OS
  • Windows
  • macOS
  • Linux
IDE

Any IDE or editor that works with the language of your choice should work well. Our teams often use IntelliJ, Eclipse, VS Code among others.

Vaadin IDE plugins (IntelliJ and VS Code) support the IDE versions released during the last 12 months

Vaadin Designer supports the following IDEs:

  • Eclipse from Photon and upwards

  • JetBrains IntelliJ IDEA from 2017 upwards

Java Version 17 of any JDK or JRE
Maven Version 3.5 or newer
Gradle Version 8.7 or newer
Application server

Vaadin Flow requires Java Servlet API 6 and Java 17 or newer. It is tested on:

  • Apache Tomcat 10.1
  • Open Liberty 23
  • RedHat JBoss EAP 8.0 beta
  • WildFly 35
  • Jetty 12
  • Payara Server 6
  • Payara Micro 6
Node.js Version 20 or newer
Spring Boot Version 3.5 or newer

Known issues and limitations

Flow

v24.7.8: Vaadin 24.7.8

Compare Source

This is a maintenance release for Vaadin 24.7. See 24.7.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.7.8)
  • CDI add-on (15.1.0)
  • Maven plugin (24.7.8)
  • Gradle plugin (24.7.8)
  • Quarkus plugin (2.1.3)

v24.7.7: Vaadin 24.7.7

Compare Source

This is a maintenance release for Vaadin 24.7. See 24.7.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.7.7)
  • CDI add-on (15.1.0)
  • Maven plugin (24.7.7)
  • Gradle plugin (24.7.7)
  • Quarkus plugin (2.1.3)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@xdev-renovate xdev-renovate force-pushed the renovate/com.vaadin branch 2 times, most recently from ac7e484 to 8563112 Compare June 27, 2025 07:55
@xdev-renovate xdev-renovate force-pushed the renovate/com.vaadin branch 2 times, most recently from 844bae8 to 60641d8 Compare July 1, 2025 04:26
@xdev-renovate xdev-renovate changed the title Update com.vaadin to v24.8.0 Update com.vaadin to v24.8.1 Jul 1, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.vaadin branch 3 times, most recently from 51ad6d9 to f5d70ab Compare July 2, 2025 04:19
@xdev-renovate xdev-renovate changed the title Update com.vaadin to v24.8.1 Update com.vaadin to v24.8.2 Jul 2, 2025
@xdev-renovate xdev-renovate force-pushed the renovate/com.vaadin branch from f5d70ab to 869c550 Compare July 3, 2025 10:56
@xdev-renovate xdev-renovate force-pushed the renovate/com.vaadin branch from 869c550 to 87fd814 Compare July 3, 2025 11:20
@AB-xdev AB-xdev merged commit 14a9fc5 into develop Jul 3, 2025
7 checks passed
@AB-xdev AB-xdev deleted the renovate/com.vaadin branch July 3, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants