Skip to content

Releases: mendix/CommunityCommons

Community Commons 8.0.0

Choose a tag to compare

@reinouts reinouts released this 13 May 14:18

This release is functionally equivalent to version 7.4.1 but

  • Converted to Mendix 7.23.4
  • Fixed a number of Java deprecations to be compatible with Mendix Studio Pro 8.0 beta.

Community Commons 7.4.1

Choose a tag to compare

@reinouts reinouts released this 10 May 10:04
1c6c6ef

Adds encoding parameter to StringFromFile and StringToFile, based on a patch by @dan-covaliu

Community Commons 7.4.0

Choose a tag to compare

@reinouts reinouts released this 26 Apr 10:15
  • Fix a calculation bug in the MonthsBetween action (CC-11)
  • Update Guava dependency to 27.0 in order to fix a security vulnerability warning
    • Attention! This adds some new jar files to your userlib folder. Remember to delete all jar files that have a .CommunityCommons.Required flag before upgrading!

Community Commons 7.3.1

Choose a tag to compare

@reinouts reinouts released this 15 Jan 15:09

In 7.3.1, a Java compilation issue with the name of the GetImageDimensions parameter was resolved.

The 7.3.0 release notes follow:

This release adds the following actions:

  • GetCFInstanceIndex
  • IsStringSimplified
  • SimplifyString

The following deprecated actions were removed:

  • Log
  • SimpleLog
  • StringLength

The dependency on PDFBox was upgraded to 2.0.13. Please delete pdfbox-2.0.11.jar and fontbox-2.0.11.jar from your app's userlib folder before upgrading!

Furthermore issue #69 was fixed, as well as an issue with the parameter name of CreateLogNode which conflicted with the APM module.

The majority of Java actions are now exposed as microflow actions.

Community Commons 7.3.0

Choose a tag to compare

@reinouts reinouts released this 15 Jan 14:40
54b5883

This release adds the following actions:

  • GetCFInstanceIndex
  • IsStringSimplified
  • SimplifyString

The following deprecated actions were removed:

  • Log
  • SimpleLog
  • StringLength

The dependency on PDFBox was upgraded to 2.0.13. Please delete pdfbox-2.0.11.jar and fontbox-2.0.11.jar from your app's userlib folder before upgrading!

Furthermore issue #69 was fixed, as well as an issue with the parameter name of CreateLogNode which conflicted with the APM module.

The majority of Java actions are now exposed as microflow actions.

Community Commons 5.5.2

Choose a tag to compare

@MarcoBedulli MarcoBedulli released this 19 Sep 08:07

Changes in this version:

  • Updated and reduced dependencies on third-party libraries in order to mitigate potential security vulnerabilities.
  • Re-implemented the XSSSanitize action which will require you to re-implement the call of this action if you use it. See README.md for more information.
  • Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
  • Add gt() (greater then) methods the XPath class.

All the changes above are align with community common 6.2.2

Community Commons 6.2.2

Choose a tag to compare

@reinouts reinouts released this 25 Jul 10:02
c63e177
  • Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
  • Add gt() (greater then) methods the XPath class.

7.2.1

Choose a tag to compare

@reinouts reinouts released this 24 Jul 14:15
  • Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
  • Add gt() (greater then) methods the XPath class.

Community Commons 7.2.0

Choose a tag to compare

@reinouts reinouts released this 06 Jul 09:08

IMPORTANT: Before upgrading, delete all jar files from your project's userlib folder that have an accompanying .CommunityCommons.RequiredLib file.

Example: if your userlib folder contains com.google.guava-14.0.1.jar and com.google.guava-14.0.1.jar.CommunityCommons.RequiredLib, delete both of these files.

Highlights of this release:

  • Updated and reduced dependencies on third-party libraries in order to mitigate potential security vulnerabilities.
  • Re-implemented the XSSSanitize action which will require you to re-implement the call of this action if you use it. See README.md for more information.

6.2.1

Choose a tag to compare

@reinouts reinouts released this 09 Jul 12:16
9e0ba6b

This release is compatible with Mendix 6. For Mendix 7, please use v7.2.0 or higher.

IMPORTANT: Before upgrading, delete all jar files from your project's userlib folder that have an accompanying .CommunityCommons.RequiredLib file.

Example: if your userlib folder contains com.google.guava-14.0.1.jar and com.google.guava-14.0.1.jar.CommunityCommons.RequiredLib, delete both of these files.

Highlights of this release:

  • Updated and reduced dependencies on third-party libraries in order to mitigate potential security vulnerabilities.
  • Re-implemented the XSSSanitize action which will require you to re-implement the call of this action if you use it. See README.md for more information.