Release Notes - 3.2


  • 3.2.2-funcrel

    3.2.2-funcrel
    Fixes an issue that causes missing links between Batch Step objects and Batch Query objects. 📝 57945
    Updates internal evaluation engine leading to an on overall enhancement of Batch Query objects and associated links generation.
  • 3.2.1-funcrel

    3.2.1-funcrel
    Fixes an issue affecting the creation of links between Batch Job and Batch Step objects. 📝 57632
    Fixes an issue affecting the creation of Batch JDBC Query objects.
    Fixes an issue affecting the creation of Batch JPQL Query objects.
    Supports org.springframework.batch.item.database.JpaPagingItemReader namedQuery tag in xml and org.springframework.batch.item.database.orm.JpaNamedQueryProvider.setNamedQuery in Java resulting in links to JPQL Query objects.
    Updates internal evaluation engine leading to an on overall enhancement of Batch Query objects and associated links generation.
    Transaction configuration by standard .TCCSetup : Updates exit points definition, adding Unknown Query objects
  • 3.2.0-funcrel

    3.2.0-funcrel
    Fixes an issue affecting the creation of Batch Step objects from xml files.
    Updates internal evaluation engine leading to an overall enhancement of Batch objects and associated Links generation. Updates embedded libraries.
  • 3.2.0-beta1

    3.2.0-beta1
    Adds support for new core step builder patterns: org.springframework.batch.core.step.builder.ChunkOrientedStepBuilder and org.springframework.batch.core.step.item.ChunkOrientedStep.