-
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
Quarkus docs using deprecated io.quarkus.test.junit.mockito.InjectMock #40171
Labels
Milestone
Comments
appiepollo14
added
the
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
label
Apr 21, 2024
/cc @geoand (testing) |
appiepollo14
added a commit
to appiepollo14/quarkus
that referenced
this issue
Apr 21, 2024
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Apr 23, 2024
Fixes quarkusio#40171 (cherry picked from commit 432d9dd)
zZHorizonZz
pushed a commit
to zZHorizonZz/quarkus-grpc-transcode
that referenced
this issue
Apr 24, 2024
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Apr 26, 2024
Fixes quarkusio#40171 (cherry picked from commit 432d9dd)
poldinik
pushed a commit
to poldinik/quarkus
that referenced
this issue
Apr 29, 2024
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 14, 2024
Fixes quarkusio#40171 (cherry picked from commit 432d9dd)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Multiple docs, for example: https://quarkus.io/guides/rest-client#mocking-with-injectmock code snippet, still using the deprecated:
import io.quarkus.test.junit.mockito.InjectMock;
Implementation ideas
Replace the imports with:
import io.quarkus.test.InjectMock;
The text was updated successfully, but these errors were encountered: