Bulker & Debulker - Changes & Fixes

This page covers the Bulker & Debulker module changes and fixes provided in release IPF Release 2025.4.0

Bulker

New

  • Startup validation which checks that InsertionPointFinder implementation exists for defined insertion-point-finder properties in the ipf.bulker.configurations configuration.

Deprecated Changes

  • Configuration property component-parser-name is deprecated, and it is renamed to insertion-point-finder and it will be removed starting from 2026.2.0. (PAY-15506)

New

  • When debulking XML and formatting the subsequent components, configuration options can now alter the following behaviours, see XML Splitting for more details (PAY-15526)

    • should-append-namespaces - if any non-xsi prefixed namespace(s) are appended; both at the document root and nested element levels will be passed through into their corresponding debulked components

    • should-append-prefixes - if any element prefixes should be included

  • Added a Bulk Management REST API to allow finalising an existing bulk by bulkId. (PAY-16871)

Fixed

  • Fixed auto-close scheduling command fails to deserialise on rehydration, preventing the auto-close scheduler from triggering (PAY-16831)

  • Fixed bulk notifications would not be retried following transient failures (PAY-16534)