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

Deprecate @MockBean and @SpyBean #39864

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 10, 2024

  1. CHORE - Deprecate @MockBean and @SpyBean

    - Deprecate Deprecate @MockBean and @SpyBean in favor of Spring Framekworks 6.2.0 @MockitoBean and @MockitoSpy. See spring-projects/spring-framework@e1bbdf0
    - Migrate usages of @MockBean and @SpyBean to @MockitoBean an d @MockitoSpy
    
    spring-projects#39860
    
    Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
    wanger26 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4a8d848 View commit details
    Browse the repository at this point in the history