q-shift / qshift-templates

Backstage templates for the Qshift demo
Apache License 2.0
1 stars 3 forks source link

Avoid code duplication and use our skeleton quarkus orm rest code if … #54

Open aureamunoz opened 2 months ago

aureamunoz commented 2 months ago

Use our skeleton quarkus orm rest code if rest extension is present

aureamunoz commented 2 months ago

cc @iocanel

aureamunoz commented 2 months ago

cc @cmoulliard

cmoulliard commented 2 months ago

So the starter parameter will be set to false if the extension name is io.quarkus:quarkus-hibernate-orm-rest-data-panache which is the case for Quarkus <= 3.9 and of course if we selected this extension within the popup list. Correct ? @aureamunoz

aureamunoz commented 2 months ago

So the starter parameter will be set to false if the extension name is io.quarkus:quarkus-hibernate-orm-rest-data-panache which is the case for Quarkus <= 3.9 and of course if we selected this extension within the popup list. Correct ? @aureamunoz

Yes, that's correct.