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

Quarkus docs using deprecated io.quarkus.test.junit.mockito.InjectMock #40171

Closed
appiepollo14 opened this issue Apr 21, 2024 · 1 comment · Fixed by #40172
Closed

Quarkus docs using deprecated io.quarkus.test.junit.mockito.InjectMock #40171

appiepollo14 opened this issue Apr 21, 2024 · 1 comment · Fixed by #40172
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/testing
Milestone

Comments

@appiepollo14
Copy link
Contributor

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;

@appiepollo14 appiepollo14 added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Apr 21, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 21, 2024

/cc @geoand (testing)

appiepollo14 added a commit to appiepollo14/quarkus that referenced this issue Apr 21, 2024
@quarkus-bot quarkus-bot bot added this to the 3.11 - main milestone Apr 22, 2024
@gsmet gsmet modified the milestones: 3.11 - main, 3.10.0 Apr 23, 2024
gsmet pushed a commit to gsmet/quarkus that referenced this issue Apr 23, 2024
zZHorizonZz pushed a commit to zZHorizonZz/quarkus-grpc-transcode that referenced this issue Apr 24, 2024
@gsmet gsmet modified the milestones: 3.10.0, 3.9.5 Apr 26, 2024
gsmet pushed a commit to gsmet/quarkus that referenced this issue Apr 26, 2024
poldinik pushed a commit to poldinik/quarkus that referenced this issue Apr 29, 2024
@gsmet gsmet modified the milestones: 3.9.5, 3.8.5 May 14, 2024
gsmet pushed a commit to gsmet/quarkus that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements area/testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants