Release Notes for IPF-2025.1.4
This page details everything required to get going on IPF Release 2025.1.4 made available on 10th September 2025
Fix Spotlight
-
Persistent scheduler jobs now execute and are re-hydrated after node shutdown (PAY-15061)
-
Fixed Null Pointer Exception on some rehydration activites (PAY-15259)
-
JobRehydratorActor changed to treat null execution statuses as scheduled, resulting in jobs being rehydrated instead of throwing NPEs (includes WARN log entry when this occurs).
-
JobExecutionStatusHelper updated to tolerate null execution status being returned as the latest status during deletion.
-
Release Details
Binaries
To use this release in your Maven build, you will need to use the 2025.1.4 release of the ipf-bom.
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.