-
Notifications
You must be signed in to change notification settings - Fork 88
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
Rework of devon4j-batch module #191
Conversation
New examples are available in devonfw/my-thai-star#321 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maihacke Thanks for this PR. Looks reasonable to me. 👍
So in general approved.
However, could you please have a look at the comments and do some nice2have improvements. Also it seems as both this PR and PR #199 seem to change the guide-batch-layer
in the same or similar way and might conflict with each other.
...les/batch/src/main/java/com/devonfw/module/batch/common/base/SpringBootBatchCommandLine.java
Outdated
Show resolved
Hide resolved
...les/batch/src/main/java/com/devonfw/module/batch/common/base/SpringBootBatchCommandLine.java
Show resolved
Hide resolved
.../java/com/devonfw/module/batch/common/impl/JobLauncherWithAdditionalRestartCapabilities.java
Outdated
Show resolved
Hide resolved
As soon as we have merged this, we should rework the devon4j-template. |
CommandLineJobRunner, which also loads jobs by bean name. Also the injection of required spring batch-beans as been aligned with CommandLineJobRunner.
…quired. Cleanup and documentation.
Rebased this PR to resolve conflicts, everything should be finde now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now ready for merge. Thanks @maihacke 👍
Rework how jobs are loaded from context (see #190). Made it more similar to SpringsCommandLineJobRunner, which also loads jobs by bean name.
Also the injection of required spring batch-beans as been aligned with
CommandLineJobRunner.