Skip to content

Releases: mendix/UnitTesting

Marketplace release v9.4.0

20 Sep 14:37
45b8686
Compare
Choose a tag to compare
  • We included a migration file for the Java dependencies for Studio Pro 10 compatibility.

Notes when upgrading from an earlier version:

  • We switched from 'hamcrest-2.2.jar' to 'hamcrest-core-1.3.jar', make sure to remove the 'hamcrest-2.2.jar' and 'hamcrest-2.2.jar.UnitTesting.RequiredLib' files from your 'userlib' folder.
  • We downgraded 'httpcore5-5.0.3.jar' to 'httpcore5-5.0.2.jar', make sure to remove the 'httpcore5-5.0.3.jar' and 'httpcore5-5.0.3.jar.UnitTesting.RequiredLib' files from your 'userlib' folder.

Marketplace release v9.3.0

14 Apr 12:00
dff8a1b
Compare
Choose a tag to compare
  • We upgraded the module to Mendix version 9.18.0 for compatibility with Mendix 10
  • We replaced the usage of “IContext.rollbackTransAction” with “IContext.rollbackTransaction”

Marketplace release v9.2.0

04 Jan 13:07
ad34240
Compare
Choose a tag to compare
  • We removed the dependency on the Community Commons module
  • We updated the commons-lang3 dependency from 3.11 to 3.12.0
  • We fixed an issue for JUnit-based unit tests, where a single unit test could be discovered and added to multiple modules in certain scenarios

Notes when upgrading from an earlier version:

  • Review the dependencies in the userlib folder after upgrading the Unit Testing module. Remove the files 'commons-lang3-3.11.jar' and 'commons-lang3-3.11.jar.UnitTesting.RequiredLib', since commons-lang3 is updated to 3.12.0
  • When upgrading from v9.1.0: If the Community Commons module is no longer used by any other module after the upgrade, you should remove the Community Commons module from your project. Review all dependencies in the userlib folder afterwards, and remove the dependencies that were required for Community Commons only
  • When upgrading from v9.0.5 or below: If the Object Handling module is no longer used by any other module after the upgrade, you should remove the Object Handling module from your project. In this case, also delete the 'commons-lang3-3.7.jar' and 'commons-lang3-3.7.jar.ObjectHandling.RequiredLib' files from your userlib folder

Marketplace release v9.1.0

07 Nov 13:51
de9f4bb
Compare
Choose a tag to compare
  • We replaced the dependency on Object Handling module with Community Commons module

Notes when upgrading from an earlier version:

  • The Community Commons module is now required for this module to work. Download the Community Commons module from the marketplace and review all dependencies in the userlib folder afterwards.
  • If the Object Handling module is no longer used by any other module after upgrading the Unit Testing module, you should remove the Object Handling module from your project. In this case, also delete the commons-lang3-3.7.jar and commons-lang3-3.7.jar.ObjectHandling.RequiredLib files from your userlib folder.

Marketplace release v9.0.5

01 Nov 10:27
12a28e2
Compare
Choose a tag to compare
  • We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons

Marketplace release v8.0.6

01 Nov 11:17
Compare
Choose a tag to compare
  • We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons

Marketplace release v7.0.2

01 Nov 11:16
Compare
Choose a tag to compare
  • We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons

Marketplace release v8.0.5

12 Apr 13:59
Compare
Choose a tag to compare

We updated the dependencies / userlib folder for the Mendix 8 version of this module to be in sync with v9.0.4 (latest marketplace release for Mendix 9)

Marketplace release v7.0.1

12 Apr 13:58
Compare
Choose a tag to compare
  • We updated the dependencies / userlib folder for the Mendix 7 version of this module to be in sync with v9.0.4 (latest marketplace release for Mendix 9)

Marketplace release v9.0.4

10 Mar 09:56
Compare
Choose a tag to compare
  • Fix some file naming conventions in the userlib folder
  • Update commons-lang from 3.7 to 3.11 to be in line with Mendix Community Commons