File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deployment/src/main/resources/templates/libraries/microprofile
change-custom-template-directory/src/main/custom/templates
custom-templates/src/main/resources/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {imp.import};
1818 */
1919{/if}
2020@jakarta.ws.rs.Path("{#if useAnnotatedBasePath.or(false)}{contextPath}{/if}{commonPath}")
21- @org.eclipse.microprofile.rest.client.inject.RegisterRestClient({#if ! defaultServerUrl.or('') = = ''}baseUri="{defaultServerUrl}", {/if}configKey="{configKey}")
21+ @org.eclipse.microprofile.rest.client.inject.RegisterRestClient({#if defaultServerUrl.or('') ! = ''}baseUri="{defaultServerUrl}", {/if}configKey="{configKey}")
2222@io.quarkiverse.openapi.generator.annotations.GeneratedClass(value="{openapi:parseUri(inputSpec)}", tag = "{baseName}")
2323{#if enable-security-generation && openapi:hasAuthMethods(operations) }
2424@org.eclipse.microprofile.rest.client.annotation.RegisterProvider({package}.auth.CompositeAuthenticationProvider.class)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import io.quarkiverse.openapi.generator.annotations.GeneratedParam;
3535 */
3636{/if}
3737@Path("{commonPath}")
38- @RegisterRestClient({#if ! defaultServerUrl.or('') = = ''}baseUri="{defaultServerUrl}",{/if} configKey="{configKey}")
38+ @RegisterRestClient({#if defaultServerUrl.or('') ! = ''}baseUri="{defaultServerUrl}",{/if} configKey="{configKey}")
3939@GeneratedClass(value="{openapi:parseUri(inputSpec)}", tag = "{baseName}")
4040{#if openapi:hasAuthMethods(operations)}
4141@RegisterProvider(CompositeAuthenticationProvider.class)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import io.quarkiverse.openapi.generator.annotations.GeneratedParam;
3535 */
3636{/if}
3737@Path("{commonPath}")
38- @RegisterRestClient({#if ! defaultServerUrl.or('') = = ''}baseUri="{defaultServerUrl}", {/if}configKey="{configKey}")
38+ @RegisterRestClient({#if defaultServerUrl.or('') ! = ''}baseUri="{defaultServerUrl}", {/if}configKey="{configKey}")
3939@GeneratedClass(value="{openapi:parseUri(inputSpec)}", tag = "{baseName}")
4040{#if openapi:hasAuthMethods(operations)}
4141@RegisterProvider(CompositeAuthenticationProvider.class)
You can’t perform that action at this time.
0 commit comments