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

Avoid warning on analytics #42071

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Avoid warning on analytics #42071

merged 1 commit into from
Jul 23, 2024

Conversation

brunobat
Copy link
Contributor

fixes #42058

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/maven labels Jul 23, 2024
@geoand
Copy link
Contributor

geoand commented Jul 23, 2024

Did we have telemetry in LTS? If so, please add the proper backport label

@@ -444,7 +444,7 @@ public void close() throws IOException {
})) {
return scanner.nextLine();
Copy link

Choose a reason for hiding this comment

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

What about checking if the scanner.hasNextLine() before trying to read the line? It would allow to provide a warn explaining that no prompt was read

Copy link
Contributor Author

Choose a reason for hiding this comment

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

scanner.hasNextLine() seems to block waiting for user input.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 23, 2024

Status for workflow Quarkus CI

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

✅ 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 merged commit 6619648 into quarkusio:main Jul 23, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.14 - main milestone Jul 23, 2024
@gsmet gsmet modified the milestones: 3.14 - main, 3.13.0 Jul 23, 2024
@gsmet gsmet modified the milestones: 3.13.0, 3.8.6 Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/maven kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In some context, NoSuchElementException: No line found error thrown from telemetry
4 participants