Skip to content

Remove workaround for flow #43

Closed
@acktsap

Description

@acktsap

spring-projects/spring-batch#4092 is fixed

internal fun build(): T = this.flowBuilder.build().apply {
// resolve https://github.com/spring-projects/spring-batch/issues/4092
if (this is SimpleFlow) {
afterPropertiesSet()
}
}

Since v5.1.0-m2, v5.0.3, v4.3.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions