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: 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.0
Framework Version: 7.23.22
Release Notes: Update the OWASP Java HTML Sanitizer dependency.
Version: 8.7.0
Framework Version: 8.12.0
Release Notes: Update owasp-java-html-sanitizer to 20211018.2.
All encryption related functionality is deprecated as part of this release. Please use the encryption-module instead.