Quarkus Operator SDK version is outdated
Feature Request
The Quarkus Operator SDK template generating the project stub seems to be outdated:
<quarkus-sdk.version>3.0.7</quarkus-sdk.version>
<quarkus.version>2.7.5.Final</quarkus.version>
while latest is:
<quarkus-sdk.version>4.0.1</quarkus-sdk.version>
<quarkus.version>2.12.2.Final</quarkus.version>
cc. @metacosm
Let me take a look into it
/assign
Raised PR on java-operator-pkugins https://github.com/operator-framework/java-operator-plugins/pull/102
Thanks @laxmikantbpandhare for redirecting this to the correct project!
This issue raised here is correct. operator-sdk release needs to happen for getting those changes available.
Finished java-operator-plugins release v0.7.0
It will fix https://github.com/operator-framework/operator-sdk/issues/6031 and it will be added in operator-sdk next release v1.24.0.
Modified milestone to v1.24.0
Pointed to most latest now:
<quarkus-sdk.version>4.0.3</quarkus-sdk.version>
<quarkus.version>2.13.1.Final</quarkus.version>
1.25 SDK release will take care of this.
PR for the same: https://github.com/operator-framework/operator-sdk/pull/6044
Note that 4.0.3 is functionally equivalent to 4.0.2, this was just needed to publish more artifacts to better integrate with the Quarkus ecosystem.
https://github.com/operator-framework/java-operator-plugins/blob/main/pkg/quarkus/v1alpha/scaffolds/internal/templates/pomxml.go#L54-L61