-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency incompatibility when using Element.getOuterHTML #14180
Comments
Thanks for the issue. Moving to Flow repository as the |
Possibly related: #12046 |
Checking at the project it seems like that the |
Closing issue as there is nothing specific we can do as the jsoup transitive dependency in webdrivermanager is found for a shorter path than the flow-server dependency.
vs
This works exactly as defined in Maven dependency doc even though the webdrivermanager is in the test scope. |
Well, one could add a dependency version check, similarly to how the version of node and npm is checked. |
As I can't find any documentation mentioning the 4.x version I would expect that not many encounter this. |
Description
When using placeholder items in VirtualList (and having a dependency to io.github.bonigarcia.webdrivermanager:4.4.0), the following exception is thrown:
The dependency (and version) was in my pom because it was in a starter project of a previous version of vaadin. This incompatibility was difficult to find, as there is no good indication what's actually causing the problem.
Expected outcome
VirtualList is shown with placeholder items.
Minimal reproducible example
my-todo.zip
Steps to reproduce
Run the repro example and notice the Nullpointer Exception
Environment
Vaadin version(s): 23.1.3
OS: Windows 11
Browsers
No response
The text was updated successfully, but these errors were encountered: