vaadin / vaadin-button-flow

Vaadin Flow Java API for vaadin/vaadin-button Web Component
https://vaadin.com/components/vaadin-button
Other
0 stars 7 forks source link

Vaadin button fails with the latest Flow snapshot #138

Closed denis-anisimov closed 4 years ago

denis-anisimov commented 5 years ago

@denis-anisimov commented on Wed Jun 05 2019

See the exception during running IT tests for button below.

Looks like this is a consequence of https://github.com/vaadin/flow/pull/5840

Caused by: java.lang.IllegalArgumentException
[09:53:05][Step 4/5]     at net.bytebuddy.jar.asm.ClassVisitor.<init> (ClassVisitor.java:75)
[09:53:05][Step 4/5]     at net.bytebuddy.jar.asm.ClassVisitor.<init> (ClassVisitor.java:58)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.FrontendClassVisitor.<init> (FrontendClassVisitor.java:162)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.FrontendDependencies.visitClass (FrontendDependencies.java:402)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.FrontendDependencies.computeEndpoints (FrontendDependencies.java:236)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.FrontendDependencies.<init> (FrontendDependencies.java:141)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.NodeTasks.<init> (NodeTasks.java:259)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.NodeTasks.<init> (NodeTasks.java:38)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.frontend.NodeTasks$Builder.build (NodeTasks.java:145)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.startup.DevModeInitializer.initDevModeHandler (DevModeInitializer.java:165)
[09:53:05][Step 4/5]     at com.vaadin.flow.server.startup.DevModeInitializer.onStartup (DevModeInitializer.java:121)
web-padawan commented 4 years ago

The PR which was targeting this issue was closed per https://github.com/vaadin/vaadin-button-flow/pull/137#issuecomment-527109633

This issue is outdated and therefore I'm closing it.