-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Create versions of samples using Java configuration #3663
Labels
Milestone
Comments
Hi @mminella , from 'structural' point of view how are you envisioning this? For example in the spring-batch-samples for each /resources/jobs/**/*.xml job context file to have a respective config class and secondarily for each *Tests.java underneath the test folder to have an equivalent Test class pointing to the respective config class files? Or other ideas on structure/name-conventions? |
6 tasks
fmbenhassine
pushed a commit
that referenced
this issue
Sep 21, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 22, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 25, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 25, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 25, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 26, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 26, 2023
fmbenhassine
added a commit
that referenced
this issue
Sep 26, 2023
fmbenhassine
added a commit
that referenced
this issue
Oct 2, 2023
fmbenhassine
added a commit
that referenced
this issue
Oct 2, 2023
fmbenhassine
added a commit
that referenced
this issue
Oct 3, 2023
fmbenhassine
added a commit
that referenced
this issue
Oct 3, 2023
fmbenhassine
added a commit
that referenced
this issue
Oct 9, 2023
fmbenhassine
added a commit
that referenced
this issue
Oct 9, 2023
fmbenhassine
added a commit
to fmbenhassine/spring-batch
that referenced
this issue
Oct 23, 2023
fmbenhassine
added a commit
to fmbenhassine/spring-batch
that referenced
this issue
Oct 23, 2023
fmbenhassine
added a commit
to fmbenhassine/spring-batch
that referenced
this issue
Oct 23, 2023
fmbenhassine
added a commit
to fmbenhassine/spring-batch
that referenced
this issue
Oct 23, 2023
fmbenhassine
added a commit
to fmbenhassine/spring-batch
that referenced
this issue
Oct 23, 2023
fmbenhassine
added a commit
to fmbenhassine/spring-batch
that referenced
this issue
Oct 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the vast majority of the Spring Batch examples are configured using XML configuration. This issue is to create an equivalent sample of each using Java configuration.
The text was updated successfully, but these errors were encountered: