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

Probable bug in VertxCoreProcessor line 372 #41730

Closed
dk2k opened this issue Jul 6, 2024 · 0 comments · Fixed by #41753
Closed

Probable bug in VertxCoreProcessor line 372 #41730

dk2k opened this issue Jul 6, 2024 · 0 comments · Fixed by #41753
Labels
area/vertx kind/bug Something isn't working
Milestone

Comments

@dk2k
Copy link
Contributor

dk2k commented Jul 6, 2024

Describe the bug

                    if (host.equals("*")) {
                        host.equals("localhost");
                    }

Result of function call is ignored and it looks like an assignment was intended, not the comparison

Expected behavior

TBD

Actual behavior

TBD

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@dk2k dk2k added the kind/bug Something isn't working label Jul 6, 2024
geoand added a commit that referenced this issue Jul 9, 2024
Fix `*` handling of debug configuration in VertxCoreProcessor
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jul 9, 2024
@gsmet gsmet modified the milestones: 3.13 - main, 3.12.2 Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants