Current plugin version features a mismatch between Quarkus versions #74
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
Bug Report
The problem is that the generated POM uses a Quarkus version that differs from the one provided by the SDK Quarkus extension. This results in errors similar to:
See also: quarkiverse/quarkus-operator-sdk#248
$ operator-sdk version
1.18.0
Possible Solution
This requires a plugin update to fix. Users affected by the problem can simply change the Quarkus version specified in the generated pom at line 19 to use version
2.6.3.Final
instead of2.7.0.Final
.Additional context
We should probably add a test that scaffolds a project and verifies that it builds properly as part of CI.
The text was updated successfully, but these errors were encountered: