Skip to content

Releases: mendix/CommunityCommons

Community Commons 11.5.1

Choose a tag to compare

@atennapel atennapel released this 19 May 05:59

We upgraded pdfbox to 3.0.7

Community Commons 10.4.2

Choose a tag to compare

@atennapel atennapel released this 19 May 05:52

We upgraded pdfbox to 2.0.36

Community Commons 10.4.1

Choose a tag to compare

@atennapel atennapel released this 24 Apr 08:20
  • We upgraded owasp-java-html-sanitizer to 20260101.1

Community Commons 11.5.0

Choose a tag to compare

@atennapel atennapel released this 24 Apr 08:21
  • We upgraded guava to 33.5.0-jre
  • We upgraded owasp-java-html-sanitizer to 20260101.1
  • We upgraded commons-io to 2.21.0
  • We upgraded pdfbox to 3.0.6
  • We upgraded commons-lang3 to 3.20.0
  • We upgraded commons-text to 1.14.0
  • We added the pdfbox-io 3.0.6 dependency

Community Commons 10.4.0

Choose a tag to compare

@atennapel atennapel released this 25 Jul 09:38
  • We upgraded Commons-lang3 library to version 3.18.0 to resolve CVE-2025-48924. (Ticket 254671, 255184)

Community Commons 11.3.0

Choose a tag to compare

@atennapel atennapel released this 25 Jul 09:38
  • We upgraded Commons-lang3 library to version 3.18.0 to resolve CVE-2025-48924. (Ticket 254671, 255184)

Community Commons 10.3.0

Choose a tag to compare

@atennapel atennapel released this 18 Jul 12:25
  • 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

Choose a tag to compare

@atennapel atennapel released this 03 Jul 08:59
  • The HTMLToPlainText Java action and the StringUtils.HTMLToPlainText Java method now insert new lines after breaking tags.

Community Commons 11.1.0

Choose a tag to compare

@atennapel atennapel released this 28 Apr 06:43
  • 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

Choose a tag to compare

@atennapel atennapel released this 28 Apr 06:26
  • 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.