Skip to content

Commit

Permalink
Fix NullPointerException due to missing schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fmjaeschke authored and middagj committed Oct 24, 2024
1 parent 3661066 commit 167ccab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private static RunningDevService startArtemis(
containerAddress.getId(),
null,
urlPropertyName,
containerAddress.getUrl()))
String.format("tcp://%s", containerAddress.getUrl())))
.orElseGet(defaultArtemisBrokerSupplier);
}

Expand Down

0 comments on commit 167ccab

Please sign in to comment.