Community Commons

Content Type: Module
Categories: Utility

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.6
Framework Version: 9.18.0
Release Notes: - We removed "implicit narrowing conversion" which caused a warning to be made by a code scanning tool.
Version: 10.0.5
Framework Version: 9.18.0
Release Notes: - We updated the Apache PDFBox dependency to 2.0.30. - We added a new Java action RandomStrongPasswordWithLowercase which allows specifying a minimum number of lowercase characters for RandomStrongPassword.
Version: 10.0.2
Framework Version: 9.18.0
Release Notes: We included a migration file for the Java dependencies for Studio Pro 10 compatibility.
Version: 10.0.1
Framework Version: 9.18.0
Release Notes: We added startsWith, endsWith, gte, lt and lte to XPath.java. We fixed gt in XPath.java. This function was using >= instead of the correct >. We updated the Guava dependency to 32.0.1.
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.4
Framework Version: 8.12.0
Release Notes: We updated the Apache PDFBox dependency to 2.0.30.
Version: 9.0.3
Framework Version: 8.12.0
Release Notes: We updated the Guava dependency to 32.0.1.
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.