You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-6Lines changed: 46 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,51 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [Unreleased]
8
8
9
-
### Added
10
-
- Added this changelog to the GitHub repository
11
-
- Added jars which were previously provided by adding Community Commons
12
-
- Added dependency with module available Mendix App Store: 'CoCo:ObjectHandling'
9
+
## [9.4.1] - 2023-11-14
13
10
14
-
### Removed
15
-
- Dependency with App Store module 'Community Commons'
11
+
### Fixed:
12
+
- We updated httpclient5 from 5.0.3 to 5.2.1
13
+
- We updated httpcore5 from 5.0.2 to 5.2
14
+
- We updated httpcore5-h2 from 5.0.2 to 5.2
15
+
- We updated slf4j-api from 1.7.25 to 1.7.36
16
+
- We removed the dependency on commons-codec-1.13
16
17
18
+
Note: Review the dependencies in the userlib folder after upgrading the Unit Testing module.
19
+
20
+
## [9.4.0] - 2023-09-20
21
+
22
+
### Fixed:
23
+
- We upgraded the module to Mendix version 9.18.0 for compatibility with Mendix 10
24
+
- We replaced the usage of “IContext.rollbackTransAction” with “IContext.rollbackTransaction”
25
+
26
+
## [9.3.0] - 2023-04-14
27
+
28
+
### Fixed:
29
+
- We upgraded the module to Mendix version 9.18.0 for compatibility with Mendix 10
30
+
- We replaced the usage of “IContext.rollbackTransAction” with “IContext.rollbackTransaction”
31
+
32
+
## [9.2.0] - 2023-01-04
33
+
34
+
### Fixed:
35
+
- We removed the dependency on the Community Commons module
36
+
- We updated the commons-lang3 dependency from 3.11 to 3.12.0
37
+
- 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
38
+
39
+
Notes when upgrading from an earlier version:
40
+
- 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
41
+
- 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
42
+
- 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
43
+
44
+
## [9.1.0] - 2022-11-07
45
+
46
+
### Fixed:
47
+
- We replaced the dependency on Object Handling module with Community Commons module
48
+
Notes when upgrading from an earlier version:
49
+
50
+
- 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.
51
+
- 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.
52
+
53
+
## [9.0.5] - 2022-11-01
54
+
55
+
### Fixed:
56
+
- We updated the commons-io dependency from 2.8.0 to 2.11.0 to be in line with Community Commons
0 commit comments