Skip to content

List should be final in CompositeItemStream [BATCH-1969] #1628

Closed
@spring-projects-issues

Description

@spring-projects-issues

Dean de Bree opened BATCH-1969 and commented

The CompositeItemStream class currently has a list of elements that it interacts with. This list is used in a synchronization block, and thus should be declared final to be 100% thread safe.


Referenced from: commits 01cb919, 89e43cd, 8d6340c, 43b31ae

Backported to: 4.3.0.M1, 4.2.1, 4.1.3, 4.0.4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions