Hi, unfortunately, I found an issue with this configuration:
- com.github.appreciated:vaadin-css-grid:2.0.0
- Vaadin version: 14.10.1
- org.jsoup: 1.11.3
Generated an exception in this function:
com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer
private void inspectTwoWayBindings(org.jsoup.nodes.Element element)
Exception is:
java.lang.NoSuchMethodError: 'org.jsoup.nodes.Element org.jsoup.nodes.Element.traverse(org.jsoup.select.NodeVisitor)'
I solved this issue by using the latest version of org.jsoup for the current moment(05.06.23):
org.jsoup: 1.16.1