PRODUCTS

Soft IP & Accelerators

Production-hardened integration assets for MuleSoft Anypoint Platform: structured logging, standardized error contracts, DataWeave 2.0 modules, and multi-environment CI/CD pipelines. Compatible with Mule 4.4+, Anypoint Studio 7, Maven 3.8+, and MUnit. Each listing below documents its runtime, tooling, delivery method, and license.

PLATFORM
CATEGORY
FAQ // ASSET SPECIFICATIONS

Soft IP Questions, Answered

Are Mulejoy soft IP assets free to download?

Yes. The current catalog of MuleSoft frameworks and DevOps accelerators is published free on GitHub under an open license, including the Custom Logging Connector, the Error Handling Plugin, and CI/CD pipeline templates for both CloudHub and on-premise Mule runtimes.

Which Mule runtime versions are the accelerators compatible with?

All MuleSoft assets target Mule 4.4 and later, are built with Maven 3.8+, and are developed in Anypoint Studio 7 using DataWeave 2.0. They deploy to CloudHub, CloudHub 2.0, Anypoint Runtime Fabric, and standalone clustered Mule runtimes.

How is structured logging implemented across a MuleSoft estate?

Install the Custom Logging Connector as a Maven dependency in every application. It emits JSON structured logs consumable by Splunk and Datadog, propagates correlation IDs across flows and HTTP calls, and applies configurable payload masking for PII and secrets, giving one consistent log contract across the estate.

What is the recommended MuleSoft error handling framework?

Use a shared global error handler imported per project so every API returns one standardized error schema. Mulejoy's Error Handling Plugin maps Mule and connector error types to correct HTTP status codes and includes built-in retry and dead-letter routing patterns, eliminating per-project error contract drift.