alejandro-du / vaadin-microservices-demo

A microservices example developed with Spring Cloud and Vaadin
126 stars 63 forks source link

org.vaadin.crudui.crudui 4.3.2 not available ? #5

Closed 2portusbswitch closed 3 years ago

2portusbswitch commented 3 years ago

in vaadin-microservices-demo/admin-application/pom.xml org.vaadin.crudui.crudui request 4.3.2-SNAPSHOT

Only 4.3.1 seems available and running with 4.3.1 throw a "Caused by: java.io.NotSerializableException: org.vaadin.crudui.form.AbstractAutoGeneratedCrudFormFactory$$Lambda$1486/0x0000000800daa040"

alejandro-du commented 3 years ago

You are right. Crud-UI 4.3.2 is available now. I forgot to publish the version and remove the SNAPSHOT in this project. All fixed now. Thanks for reporting the issue.