Esta página no está disponible actualmente en Español. Si lo necesita, póngase en contacto con el servicio de asistencia de Icon (correo electrónico)

Release Notes for IPF-2025.3.3

This page details everything required to get going on IPF Release 2025.3.3 made available on 20th February 2026.

Change Spotlight

New

  • Bulker/DeBulker

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

Changed

  • SEPA CT CSM

    • Bulk failure reason codes can now be configured by overriding the ipf.csm.sepa-ct.bulk-file.rejection-reason-codes config property. See more at Group Header error handling docs (PAY-16103)

Fixed

  • Bulker/DeBulker

    • 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)

  • IPF Persistent Scheduler

    • Job rehydration will now skip bad records if encountered and continue processing (PAY-16826)

  • SEPA CT CSM

    • Persistence id of singleton BulkCloseSchedulerBehaviour DS actor hardcoded to 'BULK_CLOSE_SCHEDULER_ID' instead of UUID in order to maintain its state when application is restarted (PAY-16765)

    • When BulkCloseSchedulerBehaviour is restarted or rehydrated, it will try to schedule close tasks for an inflight bulk when in Scheduling state. (PAY-16782)

    • Fix comparison due to precision/value differences on BigDecimals; affects TotalInterBankSettlementAmount field (PAY-16806)

Release Details

Binaries

To use this release in your Maven build, you will need to use the 2025.3.3 release of the ipf-bom.

The new release of the sepact-csm-application-kafka/jms image is 2.9.38.2

The core binaries are available from IPF-Releases.

Lightbend Telemetry (formerly known as "Cinnamon") binaries are available from IPF Lightbend.

Akka/Alpakka binaries from 2.9.x onwards are no longer on Maven Central and are available from the Akka Library Repository which Icon mirror.

To enable the new mirror, add the following to your settings.xml in the <repositories> section:

<repository>
  <id>akka-repository</id>
  <name>Akka library repository</name>
  <url>https://nexus.ipf.iconsolutions.com/repository/akka-repository</url>
</repository>

Some MPS dependencies are also mirrored by Icon and can be found by adding the following repository to the same section:

<repository>
  <id>icon-thirdparty</id>
  <name>IPF icon-thirdparty repository</name>
  <url>https://nexus.ipf.iconsolutions.com/repository/icon-thirdparty</url>
</repository>

Add the following to your <servers> section for each new repository:

<server>
  <id>Repository_name_here</id>
  <username>xxxx</username>
  <password>xxxx</password>
</server>

Where xxxx is the username and password repectively provided to you by Icon.

Developer App

The latest version of the Developer App is 2.4.29

Scaffolder

The latest version of the Scaffolder is 2025.3.0