Documentation for a newer release is available. View Latest

Release Notes for IPF 2024.4.0.2 - Patch Notes

This page details everything required to apply IPF Patch 2024.4.0.2 made available on 25th April 2025.

Fix Spotlight

  • Fixed an issue where scheduler-core fails to start when multiple spring data starters are used (PAY-13861).

Release Details

Binaries

The core binaries are available from IPF-Releases.

The following changes need to be applied to the IPF-2024.4.0 release

The following needs to be added to the pom.xml for any application using scheduler-core:

<dependency>
    <groupId>com.iconsolutions.ipf.core.platform</groupId>
    <artifactId>scheduler-core</artifactId>
    <version>7.26.1</version>
    <exclusions>
        <exclusion>
            <groupId>com.zaxxer</groupId>
            <artifactId>HikariCP-java7</artifactId>
        </exclusion>
    </exclusions>
</dependency>

There is also an exclusion on the HikariCP-java7 dependency to fix a separate issue with metrics. This exclusion will not be needed in IPF 2025.1.0 and should be removed when taking a later IPF release.