Skip to content

Commit

Permalink
Remove tls-registry extension from default aplication request for T…
Browse files Browse the repository at this point in the history
…LS command

(cherry picked from commit 0419d1a)
  • Loading branch information
jedla97 authored and fedinskiy committed Oct 8, 2024
1 parent eee647e commit 04c2ed7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ QuarkusCliCommandResult runTlsCommand(List<String> subCmdArgs) {

private static QuarkusCliClient.CreateApplicationRequest getCreateAppReq() {
return QuarkusCliClient.CreateApplicationRequest.defaults()
// TODO: we can drop 'tls-registry' when https://github.com/quarkusio/quarkus/issues/42751 is fixed
.withExtensions("tls-registry", "quarkus-rest");
.withExtensions("quarkus-rest");
}

private static Closeable dontDisableAnalyticsWithProp() {
Expand Down

0 comments on commit 04c2ed7

Please sign in to comment.