PolymerTemplate error migrating from Vaadin 14 to 24.6

Hi,

I’m trying to migrate a Vaadin 14 app to 24.6, I receive this error, but I’m not able to understand where is the problem.

Have someone had the same error ?

Thanks

An exception has occurred in the compiler (17.0.13). Please file a bug against the Java compiler via the Java bug reporting page (https://bugreport.java.com) after checking the Bug Database (https://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.

com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.vaadin.flow.component.polymertemplate.PolymerTemplate not found

Polymer templates has been deprecated and is now a commercial feature. Did you explicitly add the dependency?

Here’s the link to the migration guide
https://vaadin.com/docs/latest/upgrading#polymer-templates

Hi Marco, thanks for the answer, my app doesn’t use PolymerTemplate, what I’m trying to do is to identify which plugin component is using it, but it is not mentioned in the log.

Any hint ?

Thanks

This is the error

[INFO] Compiling 309 source files with javac [debug target 17] to target/classes
An exception has occurred in the compiler (17.0.13). Please file a bug against the Java compiler via the Java bug reporting page (https://bugreport.java.com) after checking the Bug Database (https://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.vaadin.flow.component.polymertemplate.PolymerTemplate not found
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.485 s
[INFO] Finished at: 2024-12-25T16:50:55+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project appFrameworkCore: Compilation failure → [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project appFrameworkCore: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:569)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
at org.codehaus.classworlds.Launcher.main (Launcher.java:41)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1311)
at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:215)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:569)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
at org.codehaus.classworlds.Launcher.main (Launcher.java:41)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] MojoFailureException - Apache Maven - Apache Software Foundation
[DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static]
[DEBUG] Shutting down ‘file-lock’ factory
[DEBUG] Shutting down ‘rwlock-local’ factory
[DEBUG] Shutting down ‘semaphore-local’ factory
[DEBUG] Shutting down ‘noop’ factory

Process finished with exit code 1

Did you try with ‘mvn dependency:tree -Dverbose -Dincludes=com.vaadin:flow-polymer-template’?

yes, I already did it, this is the result.

[INFO] Scanning for projects…
[INFO]
[INFO] ---------------------< com.ado2k:appFrameworkCore >---------------------
[INFO] Building appFrameworkCore 2025
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] — dependency:3.7.0:tree (default-cli) @ appFrameworkCore —
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.565 s
[INFO] Finished at: 2024-12-25T17:12:00+01:00
[INFO] ------------------------------------------------------------------------

Process finished with exit code 0

Mmm, weird. Did you get some more info if you build with -X flag?

Hi, this the error part

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project appFrameworkCore: Compilation failure → [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project appFrameworkCore: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:569)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
at org.codehaus.classworlds.Launcher.main (Launcher.java:41)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1311)
at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:215)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:569)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
at org.codehaus.classworlds.Launcher.main (Launcher.java:41)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] MojoFailureException - Apache Maven - Apache Software Foundation

I confirm that using the polymer dependency I have no error.

    <dependency>
        <groupId>com.vaadin</groupId>
        <artifactId>flow-polymer-template</artifactId>
        <version>24.6.0</version>
    </dependency>

it is difficult to identify which plugin is using polymer

I wonder why the dependency plugin cannot find anything

If you share the used add-ons we can probably help better.

Hi Christian, here the list

Thanks

   <dependency>
        <groupId>org.vaadin.addons.componentfactory</groupId>
        <artifactId>vcf-pdf-viewer</artifactId>
        <version>4.1.0</version>
    </dependency>

    <dependency>
        <groupId>org.vaadin.olli</groupId>
        <artifactId>browser-opener</artifactId>
        <version>2.0.0</version>
    </dependency>

    <dependency>
        <groupId>com.vaadin.componentfactory</groupId>
        <artifactId>popup</artifactId>
        <version>24.1.1</version>
    </dependency>

    <dependency>
        <groupId>com.github.mdre</groupId>
        <artifactId>flowquickpopup</artifactId>
        <version>1.0.3.15</version>
    </dependency>

    <dependency>
        <groupId>org.vaadin.gatanaso</groupId>
        <artifactId>multiselect-combo-box-flow</artifactId>
        <version>4.0.0-rc2</version>
    </dependency>

    <dependency>
        <groupId>com.hilerio</groupId>
        <artifactId>ace-widget</artifactId>
        <version>2.0.0</version>
    </dependency>

    <dependency>
        <groupId>com.github.appreciated</groupId>
        <artifactId>app-layout-addon</artifactId>
        <version>4.0.0</version>
    </dependency>

    <dependency>
        <groupId>com.github.appreciated</groupId>
        <artifactId>color-picker-field-flow</artifactId>
        <version>2.0.0.beta6</version>
    </dependency>

    <dependency>
        <groupId>org.vaadin.olli</groupId>
        <artifactId>file-download-wrapper</artifactId>
        <version>7.1.0</version>
    </dependency>

    <dependency>
        <groupId>org.vaadin.tabs</groupId>
        <artifactId>paged-tabs</artifactId>
        <version>4.0.0</version>
    </dependency>

    <dependency>
        <groupId>com.flowingcode.vaadin.addons.chipfield</groupId>
        <artifactId>chipfield-addon</artifactId>
        <version>2.6.1</version>
    </dependency>

    <dependency>
        <groupId>pl.unforgiven</groupId>
        <artifactId>superfields</artifactId>
        <version>0.19.2</version>
    </dependency>

    <dependency>
        <groupId>org.parttio</groupId>
        <artifactId>tinymce-for-flow</artifactId>
        <version>4.2.6</version>
    </dependency>

    <dependency>
        <groupId>org.vaadin.jchristophe</groupId>
        <artifactId>sortable-layout</artifactId>
        <version>1.1.8</version>
    </dependency>

    <dependency>
        <groupId>org.vaadin.addons.stefan</groupId>
        <artifactId>clipboard</artifactId>
        <version>1.0.3</version>
    </dependency>

Can you please also post the full dependency tree?

Yes, thanks

[INFO] — dependency:3.7.0:tree (default-cli) @ appFrameworkCore —
[INFO] com.ado2k:appFrameworkCore:jar:2025
[INFO] ± com.ado2k:my-entity:jar:2023:compile
[INFO] | ± com.sun.mail:jakarta.mail:jar:2.0.1:compile
[INFO] | | - com.sun.activation:jakarta.activation:jar:2.0.1:compile
[INFO] | ± com.amazonaws:aws-java-sdk-s3:jar:1.12.672:compile
[INFO] | | ± com.amazonaws:aws-java-sdk-kms:jar:1.12.672:compile
[INFO] | | ± com.amazonaws:aws-java-sdk-core:jar:1.12.672:compile
[INFO] | | | ± org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] | | | | - org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] | | | ± com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.12.6:compile
[INFO] | | | - joda-time:joda-time:jar:2.8.1:compile
[INFO] | | - com.amazonaws:jmespath-java:jar:1.12.672:compile
[INFO] | ± org.eclipse.persistence:org.eclipse.persistence.jpa:jar:4.0.5:compile
[INFO] | | ± org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.7.1:compile
[INFO] | | ± org.eclipse.persistence:org.eclipse.persistence.core:jar:4.0.5:compile
[INFO] | | - org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:4.0.5:compile
[INFO] | ± jakarta.persistence:jakarta.persistence-api:jar:3.2.0:compile
[INFO] | - org.freemarker:freemarker:jar:2.3.34:compile
[INFO] ± com.vaadin:vaadin-core:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-core-internal:jar:24.6.0:compile
[INFO] | | ± com.vaadin:flow-server:jar:24.6.0:compile
[INFO] | | | ± com.vaadin.servletdetector:throw-if-servlet3:jar:1.0.2:compile
[INFO] | | | ± com.vaadin.external.gwt:gwt-elemental:jar:2.8.2.vaadin2:compile
[INFO] | | | ± org.apache.commons:commons-fileupload2-jakarta:jar:2.0.0-M1:compile
[INFO] | | | | - org.apache.commons:commons-fileupload2-core:jar:2.0.0-M1:compile
[INFO] | | | ± org.jsoup:jsoup:jar:1.18.1:compile
[INFO] | | | ± com.helger:ph-css:jar:7.0.3:compile
[INFO] | | | | - com.helger.commons:ph-commons:jar:11.1.8:compile
[INFO] | | | ± org.ow2.asm:asm:jar:9.7.1:compile
[INFO] | | | - com.vaadin.external:gentyref:jar:1.2.0.vaadin1:compile
[INFO] | | ± com.vaadin:flow-lit-template:jar:24.6.0:compile
[INFO] | | ± com.vaadin:flow-react:jar:24.6.0:compile
[INFO] | | ± com.vaadin:flow-push:jar:24.6.0:compile
[INFO] | | | - com.vaadin.external.atmosphere:atmosphere-runtime:jar:3.0.5.slf4jvaadin1:compile
[INFO] | | ± com.vaadin:flow-client:jar:24.6.0:compile
[INFO] | | ± com.vaadin:flow-html-components:jar:24.6.0:compile
[INFO] | | ± com.vaadin:flow-data:jar:24.6.0:compile
[INFO] | | ± com.vaadin:flow-dnd:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-lumo-theme:jar:24.6.0:compile
[INFO] | | | - com.vaadin:vaadin-icons-flow:jar:24.6.0:compile
[INFO] | | | - com.vaadin:vaadin-flow-components-base:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-material-theme:jar:24.6.0:compile
[INFO] | | - com.vaadin:vaadin-core-components:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-accordion-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-avatar-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-button-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-checkbox-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-combo-box-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-confirm-dialog-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-custom-field-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-date-picker-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-date-time-picker-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-details-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-time-picker-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-select-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-side-nav-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-dialog-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-form-layout-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-field-highlighter-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-grid-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-virtual-list-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-list-box-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-login-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-messages-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-ordered-layout-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-progress-bar-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-popover-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-radio-button-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-renderer-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-split-layout-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-tabs-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-text-field-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-upload-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-notification-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-app-layout-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-context-menu-flow:jar:24.6.0:compile
[INFO] | | ± com.vaadin:vaadin-menu-bar-flow:jar:24.6.0:compile
[INFO] | | - com.vaadin:collaboration-engine:jar:6.4.0:compile
[INFO] | - com.vaadin:vaadin-dev:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-dev-server:jar:24.6.0:compile
[INFO] | | ± com.vaadin:license-checker:jar:1.13.3:compile
[INFO] | | | ± com.github.oshi:oshi-core:jar:6.6.5:compile
[INFO] | | | | ± net.java.dev.jna:jna:jar:5.15.0:compile
[INFO] | | | | - net.java.dev.jna:jna-platform:jar:5.15.0:compile
[INFO] | | | ± com.nimbusds:nimbus-jose-jwt:jar:9.37.3:compile
[INFO] | | | - org.lucee:jcip-annotations:jar:1.0.0:compile
[INFO] | | ± com.vaadin:open:jar:8.5.0.4:compile
[INFO] | | ± com.github.javaparser:javaparser-core:jar:3.26.2:compile
[INFO] | | - io.methvin:directory-watcher:jar:0.18.0:compile
[INFO] | ± com.vaadin:vaadin-dev-bundle:jar:24.6.0:compile
[INFO] | ± com.vaadin:hilla-dev:jar:24.6.0:compile
[INFO] | ± com.vaadin:copilot:jar:24.6.0:compile
[INFO] | | ± io.projectreactor.netty:reactor-netty:jar:1.2.0:compile
[INFO] | | | ± io.projectreactor.netty:reactor-netty-core:jar:1.2.0:compile
[INFO] | | | | ± io.netty:netty-handler-proxy:jar:4.1.114.Final:compile
[INFO] | | | | | - io.netty:netty-codec-socks:jar:4.1.114.Final:compile
[INFO] | | | | ± io.netty:netty-resolver-dns:jar:4.1.114.Final:compile
[INFO] | | | | | - io.netty:netty-codec-dns:jar:4.1.114.Final:compile
[INFO] | | | | ± io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.114.Final:compile
[INFO] | | | | | - io.netty:netty-resolver-dns-classes-macos:jar:4.1.114.Final:compile
[INFO] | | | | ± io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.114.Final:compile
[INFO] | | | | | - io.netty:netty-transport-classes-epoll:jar:4.1.114.Final:compile
[INFO] | | | | - io.projectreactor:reactor-core:jar:3.7.0:compile
[INFO] | | | | - org.reactivestreams:reactive-streams:jar:1.0.4:compile
[INFO] | | | ± io.projectreactor.netty:reactor-netty-http:jar:1.2.0:compile
[INFO] | | | | ± io.netty:netty-codec-http:jar:4.1.114.Final:compile
[INFO] | | | | - io.netty:netty-codec-http2:jar:4.1.114.Final:compile
[INFO] | | | - io.projectreactor.netty.incubator:reactor-netty-incubator-quic:jar:0.2.0:runtime
[INFO] | | | - io.netty.incubator:netty-incubator-codec-native-quic:jar:linux-x86_64:0.0.68.Final:runtime
[INFO] | | | - io.netty.incubator:netty-incubator-codec-classes-quic:jar:0.0.68.Final:runtime
[INFO] | | ± org.apache.commons:commons-configuration2:jar:2.11.0:compile
[INFO] | | | - org.apache.commons:commons-text:jar:1.12.0:compile
[INFO] | | ± com.github.javaparser:javaparser-symbol-solver-core:jar:3.26.2:compile
[INFO] | | - com.vaadin:ui-tests:jar:1.1.1:compile
[INFO] | ± io.netty:netty-common:jar:4.1.115.Final:compile
[INFO] | ± io.netty:netty-buffer:jar:4.1.115.Final:compile
[INFO] | ± io.netty:netty-codec:jar:4.1.115.Final:compile
[INFO] | ± io.netty:netty-handler:jar:4.1.115.Final:compile
[INFO] | ± io.netty:netty-transport:jar:4.1.115.Final:compile
[INFO] | ± io.netty:netty-resolver:jar:4.1.115.Final:compile
[INFO] | - io.netty:netty-transport-native-unix-common:jar:4.1.115.Final:compile
[INFO] ± com.flowingcode.vaadin.addons.chipfield:chipfield-addon:jar:2.6.1:compile
[INFO] ± pl.unforgiven:superfields:jar:0.19.2:compile
[INFO] ± org.parttio:tinymce-for-flow:jar:4.2.6:compile
[INFO] ± org.vaadin.jchristophe:sortable-layout:jar:1.1.8:compile
[INFO] ± org.vaadin.addons.stefan:clipboard:jar:1.0.3:compile
[INFO] | - com.vaadin:vaadin:jar:24.6.0:compile
[INFO] | - com.vaadin:vaadin-internal:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-board-flow:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-charts-flow:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-cookie-consent-flow:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-crud-flow:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-dashboard-flow:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-grid-pro-flow:jar:24.6.0:compile
[INFO] | ± com.vaadin:vaadin-map-flow:jar:24.6.0:compile
[INFO] | - com.vaadin:vaadin-rich-text-editor-flow:jar:24.6.0:compile
[INFO] ± org.vaadin.addons.componentfactory:vcf-pdf-viewer:jar:4.1.0:compile
[INFO] ± org.vaadin.olli:browser-opener:jar:2.0.0:compile
[INFO] ± com.vaadin.componentfactory:popup:jar:24.1.1:compile
[INFO] ± org.vaadin.gatanaso:multiselect-combo-box-flow:jar:4.0.0-rc2:compile
[INFO] ± com.hilerio:ace-widget:jar:2.0.0:compile
[INFO] ± com.github.appreciated:app-layout-addon:jar:4.0.0:compile
[INFO] | ± com.github.appreciated:iron-collapse:jar:2.0.1:compile
[INFO] | ± com.github.appreciated:paper-ripple:jar:2.0.2:compile
[INFO] | ± com.github.appreciated:iron-overlay-behavior:jar:2.0.0:compile
[INFO] | ± com.github.appreciated:card:jar:2.0.0:compile
[INFO] | - org.ocpsoft.prettytime:prettytime:jar:4.0.5.Final:compile
[INFO] ± com.github.appreciated:color-picker-field-flow:jar:2.0.0.beta6:compile
[INFO] | - com.github.appreciated:color-picker-flow:jar:2.0.0.beta3:compile
[INFO] ± org.vaadin.olli:file-download-wrapper:jar:7.1.0:compile
[INFO] ± org.vaadin.tabs:paged-tabs:jar:4.0.0:compile
[INFO] ± org.vaddon:mediaquery:jar:5.0.3:compile
[INFO] ± org.claspina:confirm-dialog:jar:2.0.0:compile
[INFO] ± org.vaadin:textfieldformatter:jar:23.3.2:compile
[INFO] ± in.virit:viritin:jar:2.11.2:compile
[INFO] | - com.vladsch.flexmark:flexmark:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-ast:jar:0.64.8:compile
[INFO] | | - org.jetbrains:annotations:jar:24.0.1:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-builder:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-collection:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-data:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-dependency:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-format:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-html:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-misc:jar:0.64.8:compile
[INFO] | ± com.vladsch.flexmark:flexmark-util-sequence:jar:0.64.8:compile
[INFO] | - com.vladsch.flexmark:flexmark-util-visitor:jar:0.64.8:compile
[INFO] ± com.github.appreciated:apexcharts:jar:24.0.2:compile
[INFO] ± org.vaadin.addons.componentfactory:vaadin-css-grid-layout:jar:3.0.0:compile
[INFO] | - org.slf4j:slf4j-simple:jar:2.0.11:compile
[INFO] ± org.projectlombok:lombok:jar:1.18.24:compile
[INFO] ± dev.langchain4j:langchain4j-open-ai:jar:0.36.2:compile
[INFO] | ± dev.langchain4j:langchain4j-core:jar:0.36.2:compile
[INFO] | ± dev.ai4j:openai4j:jar:0.23.0:compile
[INFO] | | ± com.squareup.retrofit2:retrofit:jar:2.9.0:compile
[INFO] | | ± com.squareup.retrofit2:converter-jackson:jar:2.9.0:compile
[INFO] | | ± com.squareup.okhttp3:okhttp:jar:4.12.0:compile
[INFO] | | | - com.squareup.okio:okio:jar:3.6.0:compile
[INFO] | | | - com.squareup.okio:okio-jvm:jar:3.6.0:compile
[INFO] | | | - org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.10:compile
[INFO] | | - com.squareup.okhttp3:okhttp-sse:jar:4.12.0:compile
[INFO] | ± org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.25:compile
[INFO] | | ± org.jetbrains.kotlin:kotlin-stdlib:jar:1.9.25:compile
[INFO] | | - org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.25:compile
[INFO] | - com.knuddels:jtokkit:jar:1.1.0:compile
[INFO] ± dev.langchain4j:langchain4j:jar:0.36.2:compile
[INFO] | ± org.apache.opennlp:opennlp-tools:jar:1.9.4:compile
[INFO] | - org.slf4j:slf4j-api:jar:2.0.11:compile
[INFO] ± javax.cache:cache-api:jar:1.1.1:compile
[INFO] ± org.ehcache:ehcache:jar:3.9.11:compile
[INFO] ± org.apache.poi:poi:jar:5.3.0:compile
[INFO] | ± commons-codec:commons-codec:jar:1.17.0:compile
[INFO] | ± org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] | ± org.apache.commons:commons-math3:jar:3.6.1:compile
[INFO] | - com.zaxxer:SparseBitSet:jar:1.3:compile
[INFO] ± org.apache.poi:poi-ooxml:jar:5.3.0:compile
[INFO] | ± org.apache.poi:poi-ooxml-lite:jar:5.3.0:compile
[INFO] | ± org.apache.xmlbeans:xmlbeans:jar:5.2.1:compile
[INFO] | ± org.apache.commons:commons-compress:jar:1.26.2:compile
[INFO] | - com.github.virtuald:curvesapi:jar:1.08:compile
[INFO] ± fr.opensagres.xdocreport:fr.opensagres.poi.xwpf.converter.pdf:jar:2.0.4:compile
[INFO] | ± fr.opensagres.xdocreport:fr.opensagres.poi.xwpf.converter.core:jar:2.0.4:compile
[INFO] | | - org.apache.poi:poi-ooxml-full:jar:5.2.0:compile
[INFO] | - fr.opensagres.xdocreport:fr.opensagres.xdocreport.itext.extension:jar:2.0.4:compile
[INFO] | - com.lowagie:itext:jar:2.1.7:compile
[INFO] ± commons-io:commons-io:jar:2.18.0:compile
[INFO] ± hr.ngs.templater:templater:jar:7.3.0:compile
[INFO] ± org.vibur:vibur-dbcp:jar:25.0:compile
[INFO] | - org.vibur:vibur-object-pool:jar:25.0:compile
[INFO] ± org.mnode.ical4j:ical4j:jar:3.2.11:compile
[INFO] | ± org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] | - commons-validator:commons-validator:jar:1.7:compile
[INFO] | ± commons-beanutils:commons-beanutils:jar:1.9.4:compile
[INFO] | ± commons-digester:commons-digester:jar:2.1:compile
[INFO] | - commons-logging:commons-logging:jar:1.2:compile
[INFO] ± com.google.guava:guava:jar:33.3.0-jre:compile
[INFO] | ± com.google.guava:failureaccess:jar:1.0.2:compile
[INFO] | ± com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] | ± com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] | ± org.checkerframework:checker-qual:jar:3.43.0:compile
[INFO] | ± com.google.errorprone:error_prone_annotations:jar:2.28.0:compile
[INFO] | - com.google.j2objc:j2objc-annotations:jar:3.0.0:compile
[INFO] ± com.google.code.gson:gson:jar:2.10.1:compile
[INFO] ± dnsjava:dnsjava:jar:3.6.1:compile
[INFO] ± org.apache.logging.log4j:log4j-api:jar:2.24.3:compile
[INFO] ± org.apache.logging.log4j:log4j-core:jar:2.24.3:compile
[INFO] ± com.mysql:mysql-connector-j:jar:9.1.0:compile
[INFO] | - com.google.protobuf:protobuf-java:jar:4.26.1:compile
[INFO] ± org.json:json:jar:20170516:compile
[INFO] ± org.springframework:spring-core:jar:6.1.11:compile
[INFO] | - org.springframework:spring-jcl:jar:6.1.11:compile
[INFO] ± org.springframework:spring-beans:jar:6.1.11:compile
[INFO] ± org.eclipse.jdt.core.compiler:ecj:jar:4.6.1:compile
[INFO] ± jakarta.servlet:jakarta.servlet-api:jar:6.0.0:compile
[INFO] ± org.glassfish.jersey.bundles:jaxrs-ri:jar:2.34:compile
[INFO] | ± org.glassfish.jersey.inject:jersey-hk2:jar:2.34:compile
[INFO] | | ± org.glassfish.hk2:hk2-locator:jar:2.6.1:compile
[INFO] | | | ± org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1:compile
[INFO] | | | ± org.glassfish.hk2:hk2-api:jar:2.6.1:compile
[INFO] | | | - org.glassfish.hk2:hk2-utils:jar:2.6.1:compile
[INFO] | | - org.javassist:javassist:jar:3.25.0-GA:compile
[INFO] | ± org.glassfish.jersey.core:jersey-common:jar:2.34:compile
[INFO] | | ± jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | ± org.glassfish.hk2.external:jakarta.inject:jar:2.6.1:compile
[INFO] | | - org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile
[INFO] | ± org.glassfish.jersey.media:jersey-media-jaxb:jar:2.34:compile
[INFO] | ± org.glassfish.jersey.media:jersey-media-json-binding:jar:2.34:compile
[INFO] | | ± org.glassfish:jakarta.json:jar:1.1.6:compile
[INFO] | | ± org.eclipse:yasson:jar:1.0.6:compile
[INFO] | | | - org.glassfish:jakarta.json:jar:module:1.1.6:compile
[INFO] | | ± jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2:compile
[INFO] | | - jakarta.json:jakarta.json-api:jar:1.1.6:compile
[INFO] | ± org.glassfish.jersey.core:jersey-client:jar:2.34:compile
[INFO] | ± org.glassfish.jersey.core:jersey-server:jar:2.34:compile
[INFO] | | - jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] | ± org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.34:compile
[INFO] | ± org.glassfish.jersey.containers:jersey-container-servlet:jar:2.34:compile
[INFO] | ± org.glassfish.jersey.media:jersey-media-sse:jar:2.34:compile
[INFO] | - jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] | - jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] ± com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.5:compile
[INFO] | ± com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.5:compile
[INFO] | - com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.5:compile
[INFO] ± com.fasterxml.jackson.core:jackson-core:jar:2.12.5:compile
[INFO] ± com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.5:compile
[INFO] | - com.fasterxml.jackson.core:jackson-annotations:jar:2.12.5:compile
[INFO] ± com.fasterxml.jackson.core:jackson-databind:jar:2.12.5:compile
[INFO] - jakarta.ws.rs:jakarta.ws.rs-api:jar:4.0.0:compile

At a first quick look, at least app-layout-addon should be upgraded to version 6, if still required.

multiselect-combobox might be a culprit cause it’s old and was already replaced by an official component. I would remove that and popup - both are now part of the framework. I doubt that the application will even start / work with multiselect-combobox because of problems with different combobox JS dependencies

Hi, I’m using this one App Layout Add-on - Vaadin Add-on Directory

it seems that is not completely compatible with 24.6, I’ll remove it and use the standard Vaadin app layout

thanks for the hint ;-)

Hi, thanks, just removed without success, the solution was to remove the app layout plugin

Thanks a lot for help.

Hi Marco, the problem was the app layout plugin, removing it the compilation had success

thanks for your help

1 Like