vaadin / quarkus

An extension to Quarkus to support Vaadin Flow
Apache License 2.0
28 stars 3 forks source link

test: Pin guava version to avoid dependency clash #60

Closed mcollovati closed 2 years ago

mcollovati commented 2 years ago

Description

Quarkus bom explicitly defines a dependency on guava but that version clasehs with the one required by the selenium version used by vaadin testbench.

Type of change

Checklist

Additional for Feature type of change

caalador commented 2 years ago

If you could add a note about this issue of testbench with quarkus to the documentation it would be great: https://github.com/vaadin/docs/blob/latest/articles/flow/integrations/quarkus.asciidoc

mcollovati commented 2 years ago

If you could add a note about this issue of testbench with quarkus to the documentation it would be great: https://github.com/vaadin/docs/blob/latest/articles/flow/integrations/quarkus.asciidoc

Will do. Should it go to "Limitations" paragraph or its better add a "Know issues"?

caalador commented 2 years ago

Perhaps add a new Known Issues paragraph there.