You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we do not support bean names with a factory prefix for Bean Overrides, we should eagerly reject any such name supplied by a user.
For example, @TestBean("&messageService") and @MockitoBean("&messageService") should result in an immediate exception informing the user that bean overrides are supported for instances created by factory beans but not the factory beans themselves.
The text was updated successfully, but these errors were encountered:
Since we do not support bean names with a factory prefix for Bean Overrides, we should eagerly reject any such name supplied by a user.
For example,
@TestBean("&messageService")
and@MockitoBean("&messageService")
should result in an immediate exception informing the user that bean overrides are supported for instances created by factory beans but not the factory beans themselves.The text was updated successfully, but these errors were encountered: