Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Dev Services network output in dev mode when typing c #45008

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Dec 9, 2024

Just use proper spacing instead of something weird :).

Noticed while reading the output in #44968 .

Just use proper spacing instead of something weird :).
@quarkus-bot quarkus-bot bot added the area/core label Dec 9, 2024
@@ -213,10 +213,10 @@ private static String[] getNetworks(Container container) {
return networks.entrySet().stream()
.map(e -> {
List<String> aliases = e.getValue().getAliases();
if (aliases == null) {
if (aliases == null || aliases.isEmpty()) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just for safety as the contract might change given it's considered bad practice to return a null list.

Copy link

quarkus-bot bot commented Dec 9, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit ebd69b0.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet requested a review from gastaldi December 10, 2024 08:49
@gastaldi gastaldi merged commit 0c0bd93 into quarkusio:main Dec 10, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Dec 10, 2024
@gsmet gsmet modified the milestones: 3.18 - main, 3.17.4 Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants