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
On:
org.springframework.batch.core.launch.support.CommandLineJobRunner#start
We can't customize the initialization of the: org.springframework.context.support.ClassPathXmlApplicationContext
This may lead to the creation of a subclass of CommandLineJobRunner which will duplicate a lot of code from the parent method.
It would be nice if another method was providing an empty/default ApplicationContextInitializer that we could override, so that we could activate spring profiles or add additional propertysources without duplicating a lot of code that may lead to a framework version coupling.
This would be nice for users of Spring 3.1