-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supports modularizing job configuration like @EnableBatchProcessing(modular=true) #36202
Conversation
Thanks for the suggestion, @quaff. Generally speaking, I don't like the additional complexity of application context hierarchies and I suspect it's going to cause problems with AOT as well. WDYT, @fmbenhassine? Is this something that we should try to support out of the box in Boot? |
Modularizing is useful for batch applications, It's not rare that batch jobs are using similar structure, Job configuration have to be isolated to avoid naming conflict. |
@quaff Please open a discussion on Spring Batch's side and I can show you how to modularize your app without
I defer the decision to the Boot team here, but I would not add this to Spring Boot for the same reasons you mentioned and for the reasons I listed above. |
I've created spring-projects/spring-batch#4409 |
Thanks, @fmbenhassine. Thanks again for the suggestion, @quaff, but based on the above I'm going to decline this one. |
No description provided.