Hi there,
i'm currently developing a small app with spring shell and noticed that the application context gets booted twice when using org.springframework.shell.Bootstrap as the main class. You can easily verify it with a debugger or even a simple log statement in the constructor of a bean.

Is there a reason for this or is it a bug?

Thanks,
Moritz