nuser · Stack Overflow

Score of 0

0 answers

52 views

noRollback equivalent in Spring Batch 6.X

I am currently migrating a project from Spring Batch 5 to 6 and was wondering whether there is an equivalent to the noRollback method that used to be available in Spring Batch 5. Is the functionality ...

  • reputation score 3

Score of 2

1 answer

97 views

Order of listeners with Spring Batch 6

My project is using Spring Batch version 6.0.3. My step has 2 StepExecutionListener like this: @Bean(name = "myStep") public Step myStep(JobRepository jobRepository, ...

  • reputation score 461

Score of 2

0 answers

230 views

spring.batch.jdbc.initialize-schema=always not working anymore

Although, I don't use anotation @EnableBatchProcessing, but my application not use config of spring batch in file application.yml to create schema of metadata's spring batch. How can I fix it? The ...

  • reputation score 77

Score of 3

1 answer

144 views

Parallel Spring Batch jobs mixing up data

I am trying to run a separate instance of a Spring Batch job for every file, up to 20 at a time. For some reason, the job is being launched with the same parameters multiple times (same filename + ...

  • reputation score 2310

Best practices

0 votes

2 replies

87 views

Should we use GCP Cloud Run (not Cloud Run Jobs) for Java Spring Batch?

Currently, I have a Java Spring Batch source code that contains multiple batch jobs, with their execution schedules configured directly in the code. The application is currently running on a Windows ...

  • reputation score 1

Read the original on stackoverflow.com ↗