Community Commons
Category: Modules
Subcategory: All
Overview
Add reusable Java methods that can be called from microflows and custom Java actions to bring functionality for working with dates, batches, strings, files, configurations, etc.
Documentation
Please see Community Commons Function Library in the Mendix documentation for details.
Releases
Version: 10.0.0
Framework Version: 9.18.0
Release Notes: We updated the module to Studio Pro 9.18, so it can be used in Studio Pro 10.
We updated the Apache Commons Lang dependency to version 3.12.0.
We added a dependency on Apache Commons Text version 1.10.0 because some Apache Commons Lang functionality moved there.
Version: 9.0.2
Framework Version: 8.12.0
Release Notes: Fixed a bug where warning logging was using DEBUG log level.
Version: 9.0.1
Framework Version: 8.12.0
Release Notes: Upgrade commons-io dependency from 2.8.0 to 2.11.0.
Version: 9.0.0
Framework Version: 8.12.0
Release Notes: Remove encrypt / decrypt functionality that was deprecated in 8.7.0. Specifically the Java Actions `EncryptString`, `DecryptString`, and
`encryptMembersIfChanged` have been removed. The underlying java functions `StringUtils#encryptString`, `StringUtils#decryptString`, and
`ORM#encryptMembersIfChanged` have been removed as well.
Add documentation to `objectHasChanged` pointing out a discrepancy in behaviour in the Mendix runtime-server.
Version: 8.8.1
Framework Version: 7.23.22
Release Notes: Update Apache Commons from 2.8.0 to 2.11.0