Skip to content

Commit f3e44d4

Browse files
tepimshabarov
authored andcommitted
add details about polymer
1 parent 89f3c5e commit f3e44d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/upgrading/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ java {
294294

295295
== Application Servers
296296

297-
Before migrating, find the corresponding version of the Jakarta EE 11-compatible application server used in your project. See https://jakarta.ee/compatibility/[Jakarta Compatible Products] for more information.
297+
Before migrating, find the corresponding version of the Jakarta EE 11-compatible application server used in your project. See link:https://jakarta.ee/compatibility/[Jakarta Compatible Products] for more information.
298298

299299

300300

@@ -305,7 +305,7 @@ Vaadin uses the [filename]`{project directory}/src/main/frontend/` directory as
305305

306306
== Polymer Support
307307

308-
Polymer dependency no longer included by default. <TODO: add details>
308+
In Vaadin 25, the `@polymer/polymer` dependency in default `package.json` is removed by default, if polymer-template module is not found from the project. If the application uses Polymer in add-ons may require to add `@NpmPackage(value = "@polymer/polymer", version = "3.5.2")` or add an import to `package.json` explicitly. Details can be found in link:https://github.com/vaadin/flow/issues/21421[Ensure Flow works without Polymer in v25]
309309

310310

311311
== Maven & Gradle Plugins

0 commit comments

Comments
 (0)