Releases: mendix/CommunityCommons
Releases · mendix/CommunityCommons
Community Commons 10.3.0
- We upgraded the Community Commons module to Mendix version 9.24.36.
- We added the objectHasChangedMemberValue and memberHasChangedValue Java actions. These actions can be used to check if an object or member has a changed value that is different from the original value.
Community Commons 11.2.0
- The HTMLToPlainText Java action and the StringUtils.HTMLToPlainText Java method now insert new lines after breaking tags.
Community Commons 11.1.0
- The StringFromFile Java action now removes BOM from strings. (Ticket #242904)
- We have upgraded the Guava dependency to 33.4.7. This also removes the dependency on the jsr305 version 3.0.2 dependency, which causes some code quality scanning tools to report issues.
- We have added a warning about possible deadlocks to the commitInSeparateDatabaseTransaction Java action.
- We added the objectHasChangedMemberValue and memberHasChangedValue Java actions. These actions can be used to check if an object or member has a changed value that is different from the original value.
- We added the ORM.cloneObject(IContext, IMendixObject, IMendixObject, Boolean, Boolean) method. This is an overload for the ORM.cloneObject with an extra Boolean parameter 'skipIsBoth' that can be used to skip 1-on-1 associations.
Community Commons 10.2.0
- The StringFromFile Java action now removes BOM from strings. (Ticket #242904)
- We have upgraded the Guava dependency to 33.4.7. This also removes the dependency on the jsr305 version 3.0.2 dependency, which causes some code quality scanning tools to report issues.
- We have added a warning about possible deadlocks to the commitInSeparateDatabaseTransaction Java action.
- We added the ORM.cloneObject(IContext, IMendixObject, IMendixObject, Boolean, Boolean) method. This is an overload for the ORM.cloneObject with an extra Boolean parameter 'skipIsBoth' that can be used to skip 1-on-1 associations.
Community Commons 11.0.0
- We upgraded the Community Commons module to Mendix version 10.21.0.
- We deprecated the Misc.getRuntimeVersion Java method, use Core.getRuntimeVersion instead.
- We deprecated the Misc.getModelVersion Java method, use Core.getModelVersion instead.
Community Commons 10.1.3
We added OSS clearance report.
Community Commons 10.1.2
Added null checks and synchronizations.
Community Commons 10.1.1
Added null check and close open streams.
Community Commons 10.1.0
We deprecated the 'length' parameter of the StringUtils Hash java action. The length of the hash will now always be 32 bytes, represented as 64 hex characters.
Community Commons 10.0.7
New release and release notes can be found in the marketplace.