Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps vaadin.version from 24.9.4 to 25.0.0.
Updates com.vaadin:vaadin-bom from 24.9.4 to 25.0.0

Updates com.vaadin:vaadin-maven-plugin from 24.9.4 to 25.0.0

Release notes

Sourced from com.vaadin:vaadin-maven-plugin's releases.

Vaadin 25.0.0

Upgrading · Docs · Get Started

New and Noteworthy

Supported versions

  • Java version 21+ (up from 17+)
  • Spring Boot 4 (up from 3)
  • JakartaEE 11 (up from 10)
  • Node 24 (up from 20)
  • pnpm 11 (up from 7)
  • React 19 (up from 18)
  • JUnit 6 (up from 5)

Vaadin Eclipse plugin

In addition to IntelliJ and VS Code, there is now a plug-in for Eclipse

Simplified production builds

The default in new projects is that mvn install builds a production artifact without needing a production profile. Projects must have an optional dependency on com.vaadin/vaadin-dev. Optional dependencies are automatically left out of the production artifact.

This works out of the box for Maven + Gradle with Spring Boot or Quarkus. For other project types, you might still need a development and/or production profile.

New Aura theme, no material theme

There is a new Aura theme with a fresh, modern look. The Lumo theme remains as another theme option.

Components have new base styles to make it easier to create a completely custom theme.

Theme and styling changes

It is recommended that you write CSS as static files and use @StyleSheet to load them instead of using @Theme and frontend/themes. You can use @ColorScheme to define dark mode.

With themes as static CSS files, they can be unloaded and you can switch themes at runtime.

You can keep using @CssImport which places the CSS files inside the frontend bundle but that requires a bundle build and CSS cannot be unloaded.

Tailwind CSS support (experimental)

You can use Tailwind classes in your CSS and in your views once you enable to feature flag.

Components use Lit

All web components have been migrated from Polymer to Lit

Component updates

  • Cluster support in Map component
  • Markdown (& HTML) support in Tooltips
  • TreeGrid flat hierarchy format support

High-level component communication

When building your own components or add-ons, you can now use beans, lists, maps and other collections instead of the Elemental JSON API, which was removed.

... (truncated)

Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `vaadin.version` from 24.9.4 to 25.0.0.

Updates `com.vaadin:vaadin-bom` from 24.9.4 to 25.0.0

Updates `com.vaadin:vaadin-maven-plugin` from 24.9.4 to 25.0.0
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@24.9.4...25.0.0)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 25.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 22, 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.

2 participants