Problem since Vaadin 14.8.0:
Hello thanks for this great component. Maybe yo can help us. We got an error when we start our project with the implementation of a barcode instantiation.
Barcode qrcode = new Barcode( "https://www....", Barcode.Type.qrcode, "50px", "50px" );
The result now is an error:
Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [InfoView]
: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: org.jsoup.nodes.Element.traverse(Lorg/jsoup/select/NodeVisitor;)Lorg/jsoup/nodes/Element;’
Thanks for your help,
Benjamin