Fluent Commerce Logo
Docs

Core Utilities

Package

Changed on:

7 Aug 2026

Publisher:Fluent Commerce
Website:Fluent Commerce

Download Package

Version History

2026-08-13
Key Changes:Fixed a potential `NullPointerException` issue that can happen when the `rootEntityType` is not defined when an event is cloned or forwarded. `forwardCustomInlineEvent` and `cloneAndRenameEvent` now considers an event a non-cross-workflow event if the `rootEntityType` is not defined.Java Source Code
2025-12-11Key Changes:Version upgrade according to the corresponding version of the Core Reference Module.Java Source Code
2025-09-01Initial release.Java Source Code

Overview

The Core Utility (`util-core`) is a standard library of utility functions designed to simplify and accelerate Rule development on the Fluent Commerce platform. It provides a foundational set of helper classes that address the most common challenges and repetitive tasks developers face.

Detailed Technical Description

Usage

1<dependency>
2    <groupId>com.fluentcommerce</groupId>
3    <artifactId>util-core</artifactId>
4    <version>${util-core.version}</version>
5</dependency>
Capability type:Tool