A bean with a session scope is injected into a bean with a singleton scope. What happens when the application starts?
session
singleton
The application crashes
The application starts correctly
A warning appears