spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Spring Batch is a framework for writing batch applications using Java and Spring

Results 361 spring-batch issues
Sort by recently updated
recently updated
newest added
trafficstars

Please do a quick search on Github issues first, the feature you are about to request might have already been requested. **Expected Behavior** Should connect to Cosmos db and fetch...

status: waiting-for-triage
type: feature

This is a draft PR. Gson seems to deserialize custom types to `Map` instances instead of the original type (it looks like type information is not serialized). TODO: Need to...

pr-for: feature
in: core

Hi All, i have a job that run on k8s. During a shutdown for a cluster update k8s send SIGTERM to my container. My goal is to - handle sigterm...

status: waiting-for-triage
type: bug

**Bug description** We found that memory consumption is fairly high on one of the service nodes that uses the Spring Batch. Even though both data nodes did a similar amount...

status: waiting-for-reporter
in: core
type: enhancement
related-to: performance
has: minimal-example

**Bug description** _I'm not sure if this bug or not implemented yet_ I have simple test for _job_ with _TestContainers_ and it's failed because _Spring Batch Test_ doesn't make migration...

status: waiting-for-triage
type: bug

For consistency with other projects from the portfolio, the name of git tags for each version should be prefixed with a `v`. The release process should be updated to adopt...

type: task
in: build
status: for-internal-team

The [Testing Individual Steps](https://docs.spring.io/spring-batch/docs/current/reference/html/testing.html#testingIndividualSteps) section of the reference documentation refers to a non existent class `AbstractJobTests`: ``` [...] The AbstractJobTests class contains a method called launchStep, which takes a step...

in: documentation
type: bug
status: first-timers-only
for: backport-to-4.3.x

from [Stackoverflow](https://stackoverflow.com/questions/73433885/why-spring-batch-jobparameters-using-linkedhashmap) Hi there, Compared to `HashMap`, `LinkedHashMap` guarantees input order. In Spring Batch, I think `HashMap` is enough to save `JobParameter`, but I don't know why `JobParameters` used `LinkedHashMap`....

status: waiting-for-triage

When a job is executed by a JobStep, there doesn't seem a way to see the steps that were executed in the child job from the parent job. And there...

status: waiting-for-triage
type: feature

**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** opened **[BATCH-1538](https://jira.spring.io/browse/BATCH-1538?redirect=false)** and commented Allow dependent steps to start concurrently: step1 can be producing data that are needed in step2, e.g. staging records, and step2 can start to...

status: waiting-for-triage
type: feature