vaadin / quarkus

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

chore: pin JNA version to prevent wrong management #156

Closed mcollovati closed 2 months ago

mcollovati commented 2 months ago

Quarkus BOM declares JNA dependencies in a version older than the one required by Vaadin License Checker. Swapping Flow and Quarkus BOMs does not help because JNA is a transitive dependency of license checker and Quarkus BOM wins becuase its definition is nearest to the root of the dependency tree. Pin JNA in the parent integration tests module fixes the issue.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

mcollovati commented 2 months ago

Quarkus Ecosystem validation seems to be fixed by this patch https://github.com/vaadin/quarkus/actions/runs/8749811528