Closed WakeRealityDev closed 6 years ago
Thanks! Sorry about that. This started to happen when I moved from bower to webjars, and I only found out about this recently. Still trying to find a cure for this.
I suspect that the problem lies in a fact that the appRun
task somehow does not trigger the io.spring.dependency-management
plugin and the
dependencyManagement {
imports { mavenBom "com.vaadin:vaadin-bom:$vaadin10_version" }
}
stanza. If you comment out these three lines, even ./gradlew build
starts to fail.
We need to find out why the dependency-management-plugin is skipped or ignored when appRun
task is invoked.
Thank you. The demo now runs. However, should "+ New Review" or "Edit" work? It fails with "Internal error Please notify the administrator." - is that related to issue #6 ?
Yeah it should definitely work. Can you please open a new bug for that?
Fixed creating new Review - there was a NPE: 051dbc194f8dfff39f9bb18379f4344646ef866a
New review now works, edit is still crashing. I did a full github checkout and clean build
ERROR c.v.flow.server.DefaultErrorHandler - java.lang.IllegalStateException: Invisible parameter type of kotlin.jvm.internal.DefaultConstructorMarker arg2 for public com.vaadin.starter.beveragebuddy.backend.ReviewWithCategory$(java.lang.String,int,kotlin.jvm.internal.DefaultConstructorMarker) at net.bytebuddy.dynamic.scaffold.InstrumentedType$Default.validated(InstrumentedType.java:925)
Yeah, the edit crash is this one: https://github.com/mvysny/karibu-dsl/issues/3 I'll try to implement the workaround.
Ok, workaround worked.
Edit confirmed to open now. Thank you.
Hello. Following the instructions on the README for the project, it's failing on
Error: