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

Replace Spring Boot's @MockBean and @SpyBean with Framework's @MockitoBean and @MockitoSpyBean #795

Closed

Conversation

sivaprasadreddy
Copy link
Contributor

The @MockBean and @SpyBean annotations are deprecated and recommended to use @MockitoBean and @MockitoSpyBean. This PR updates to use @MockitoBean and @MockitoSpyBean.

odrotbohm pushed a commit that referenced this pull request Sep 4, 2024
odrotbohm pushed a commit that referenced this pull request Sep 4, 2024
odrotbohm pushed a commit that referenced this pull request Sep 4, 2024
@odrotbohm odrotbohm self-assigned this Sep 4, 2024
@odrotbohm odrotbohm added in: infrastructure Build / CI / Release type: improvement Minor improvements labels Sep 4, 2024
@odrotbohm odrotbohm added this to the 1.3 M3 milestone Sep 4, 2024
@odrotbohm odrotbohm changed the title Using @MockitoBean and @MockitoSpyBean Replace Sprng Boot's @MockBean and @SpyBean with Framework's @MockitoBean and @MockitoSpyBean Sep 4, 2024
@odrotbohm
Copy link
Member

That's in place now. Thanks! I've back-ported the tiny, unrelated documentation polish into 1.2 as well.

@odrotbohm odrotbohm closed this Sep 4, 2024
@odrotbohm odrotbohm changed the title Replace Sprng Boot's @MockBean and @SpyBean with Framework's @MockitoBean and @MockitoSpyBean Replace Spring Boot's @MockBean and @SpyBean with Framework's @MockitoBean and @MockitoSpyBean Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: infrastructure Build / CI / Release type: improvement Minor improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants