
Update `SpringApplication.run` to that it returns a wrapper which provides access to the `ApplicationContext` rather than the `ApplicationContext` directly. This should provide a natural place to add more accessors in the future should we need to. Closes gh-35451