We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here you can see that client is not closed OOTB and neither is Vert.X: https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/bootstrap/RestService.java#L86
We already close it when we create Mutiny WebClient for HTTPS protocol: https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/bootstrap/RestService.java#L174
I suggest to do the same. Maybe give users to select scope (after each method, after all tests), but that is not necessary for us.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here you can see that client is not closed OOTB and neither is Vert.X: https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/bootstrap/RestService.java#L86
We already close it when we create Mutiny WebClient for HTTPS protocol: https://github.com/quarkus-qe/quarkus-test-framework/blob/main/quarkus-test-core/src/main/java/io/quarkus/test/bootstrap/RestService.java#L174
I suggest to do the same. Maybe give users to select scope (after each method, after all tests), but that is not necessary for us.
The text was updated successfully, but these errors were encountered: