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

With the XML configuration style, the transaction manager is configurable as an attribute of the `tasklet` element. This means other step types (partition step, flow step, etc) do not have...

type: bug
in: core

Since these fields are not reassigned, added final. - `JobBuilderFactory`, `StepBuilderFactory` and `RunIdIncrementer`

pr-for: enhancement
in: core

**Bug description** `JobOperator#stop` can not stop JobExecution correctly in the case that the stop command is executed after step finish but before job finish. JobExecute will ends up with status...

type: bug
in: core
for: backport-to-4.3.x
has: minimal-example

The `DefaultExecutionContextSerializer` uses `DefaultSerializer` and `DefaultDeserializer` from Spring Framework which are both based on Java's built-in object serialization/deserialization mechanisms. Java's object serialization is known to be vulnerable and its usage...

type: task
in: core

Due to https://github.com/spring-projects/spring-framework/issues/28813, we are intending to deprecate Hibernate support in Spring Batch in v5.0 for removal in v5.2.

type: task
in: infrastructure

* #4137 * #4132 * #4142

type: holder

This PR provides protected getter methods for MongoItemWriter's `delete` and `collection` properties. Thus, any custom implementation of `MongoItemWriter` will be able to extend it's `doWrite` logic regards to these two...

pr-for: feature
in: infrastructure

The database migration for MySQL to Spring Batch 4.3 currently misses `NOT NULL` constraints from `BATCH_JOB_EXECUTION.CREATE_TIME` and `BATCH_STEP_EXECUTION.START_TIME`. If the current migration is applied to a Spring Batch database <...

pr-for: bug
in: core
for: backport-to-4.3.x

When running the [native-image `batch` sample](https://github.com/spring-projects-experimental/spring-native/tree/sb-3.0.x/samples/batch) in the `sb-3.0.x` branch, it works in AOT mode, but fails in the native image: ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'batchApplication': Unsatisfied...

status: waiting-for-reporter
type: feature

The goal of this issue is to add an implementation of `ExecutionContextSerializer` based on [Google's Gson](https://github.com/google/gson), to give our users the choice between at least two implementations (ie Jackson and...

type: feature
in: core