IntegrationManager 7.0.0 LTS

This document summarizes major improvements and fixes introduced in the Pricefx IntegrationManager release version.

Release date

Jan 20, 2026

Camel version

4.1.0

Spring boot version

3.1.5

Last Pricefx Swagger API update

Oct 9, 2024

In this document:

New Features and Improvements

New Feature Description

ID

Support for the Java Enum data type has been added to the IntegrationManager Groovy Sandbox: Previously, the sandbox restricted the use of complex enums within the PIM instance. With this update, you can now fully use enum types in Groovy scripts, enabling more robust and type-safe coding patterns without triggering sandbox security restrictions.

PFIMCORE-2824

Condition Record Set Items can now be downloaded using the conditionRecordSetName URL parameter, which allows using the same route for different partitions.

PFIMCORE-2702

A new method, getLookupTableName(), has been added to the PricingParameterService to retrieve the name of a Company Parameter table by its ID, with caching support.

PFIMCORE-2805

A new parameter dataConversionMode in the pfx-excel:marshal component allows disabling automatic data conversion.

PFIMCORE-2687

The bean instance name for Groovy classes is now logged during registration.

PFIMCORE-2804

The camel-stax-starter library has been added to enable the processing of large XML files.

PFIMCORE-2776

Very low numbers are no longer returned in scientific notation in the data upload preview.

PFIMCORE-2751

The camel-jacksonxml library has been added to the IntegrationManager core project.

PFIMCORE-2753

For SFTP connections, the algorithms used by clients are now logged, making it possible to identify which customers still rely on legacy key algorithms.

PFIMCORE-2580

For SFTP connections, the username is now included in all traces and logs, so you can easily search for and troubleshoot client-specific issues.

PFIMCORE-2646

Git commits made via Marketplace no longer show the user as “UNKNOWN”; the correct user is now recorded in commit metadata.

PFIMCORE-2724

Support has been added for the new Condition Record object types CRCIH1–12 and CRCIALL1–12 in IntegrationManager.

PFIMCORE-2739

The retry mechanism for HTTP calls is moved from the Camel level to the HTTP client.

PFIMCORE-2437

Timeout exceptions are now treated as recoverable.

PFIMCORE-1946

Support for attaching a file to a Quote via the API has been added.

PFIMCORE-2529

Event routes now start after all other routes are properly initialized.

PFIMCORE-2557

The pfx-rest component now uses the Apache pooling HTTP client.

PFIMCORE-2564

Fixed Issues

Bug Description

ID

The pfx-json:transform component cannot be used on a Windows operating system.

PFIMCORE-2764

The pfx-rest component emits an error log when the exchange body is null.

PFIMCORE-2727

An OAuth2 connection to Salesforce fails to re-authenticate after the session expires.

PFIMCORE-2794

An Integration Manager instance throws an IndexOutOfBoundsException when parsing a CSV file with a different number of columns than headers.

PFIMCORE-2779

IntegrationManager backup jobs are suspended when they run for too long on the QA cluster due to a lack of CPU resources.

PFIMCORE-2750

When external resources in an XSD are unavailable, route validation can be very slow, potentially preventing the IntegrationManager from starting.

PFIMCORE-2708

The pfx-event:sendCustom method sends events for PFM instead of creating a custom event in Pricefx.

PFIMCORE-2424

Changing the debug mode for a Pricefx connection does not enable the debug mode.

PFIMCORE-2617

A NullPointerException occurs when an unknown fieldType is returned in the metadata by a partition.

PFIMCORE-2629

Hot Fixes

The following hot fixes have been released for the 7.0 version:

7.0.1

Bug Description

ID

An inconsistency between the Events storage and the Integration API client limits can cause an event route to get stuck in a permanent error loop.

PFIMCORE-2914

7.0.2

Bug Description

ID

Filters defined in multi-filter XML files are not resolved at runtime.

PFIMCORE-2928