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
In FightResourceTest we have the following code:
FightResourceTest
@InjectMock(convertScopes = true) @RestClient HeroProxy heroProxy;
The io.quarkus.test.junit.mockito.InjectMock API is deprecated from Quarkus 3.2:
io.quarkus.test.junit.mockito.InjectMock
Deprecated Use io.quarkus.test.InjectMock and MockitoConfig instead.
The text was updated successfully, but these errors were encountered:
This should already be fixed by #293, no?
Sorry, something went wrong.
@geoand Damn. I introduced a new one in the Narration microservice. Do you want to have a look ? https://github.com/quarkusio/quarkus-workshops/blob/main/quarkus-workshop-super-heroes/super-heroes/rest-narration/src/test/java/io/quarkus/workshop/superheroes/narration/NarrationResourceTest.java#L28
Sure yeah, I'll rebase my PR
PR updated
geoand
Successfully merging a pull request may close this issue.
In
FightResourceTest
we have the following code:The
io.quarkus.test.junit.mockito.InjectMock
API is deprecated from Quarkus 3.2:The text was updated successfully, but these errors were encountered: