-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add DevUI JsonRPC service tests for Hibernate Search #34159
Conversation
This comment has been minimized.
This comment has been minimized.
Okay, quarkus-vertx-http-deployment depends on quarkus-vertx-http-dev-ui-tests, so... I'll try a dependency on runtime only. |
Since, it's abstract, and that's kind of important information when it comes to tests.
Yea. We have been talking about allowing Dev UI in the case where vertx-http is not added, but for now it needs to be there. You can maybe make it optional, then the user will have to add it ? |
Ok I see you added it to the dev-ui-tests module. That is ok, as that will always be used in the test scope. |
✔️ 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Follows up on #34090, fixes the Hibernate Search part of #31970.
@phillip-kruger I had to add a dependency to
quarkus-vertx-http-deployment
inquarkus-vertx-http-dev-ui-tests
, I hope it makes sense. Without that, there wouldn't be any HTTP server and thus any Dev UI.