Skip to content

Commit ec583dc

Browse files
committed
Update to 10.2.0 and add release notes
1 parent 9962696 commit ec583dc

5 files changed

Lines changed: 356 additions & 15 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mxMarketplace {
2626
appDirectory = "src/CommunityCommons"
2727
versionPathPrefix = "_Version " // the path prefix within the module to the version folder
2828
createMigrationFile = true
29-
includeFiles = ["$mprDir/License.txt", "$mprDir/SiemensMendixCommunityCommons__10.1.3__READMEOSS.html"]
29+
includeFiles = ["$mprDir/License.txt", "$mprDir/SiemensMendixCommunityCommons__10.2.0__READMEOSS.html"]
3030
}
3131

3232
def userLibDir = "$mprDir/userlib"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=10.1.4-SNAPSHOT
1+
version=10.2.0-SNAPSHOT
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- The StringFromFile Java action now removes BOM from strings. (Ticket #242904)
2+
- 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.
3+
- We have added a warning about possible deadlocks to the commitInSeparateDatabaseTransaction Java action.
4+
- 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.
0 Bytes
Binary file not shown.

src/CommunityCommons/SiemensMendixCommunityCommons__10.1.3__READMEOSS.html renamed to src/CommunityCommons/SiemensMendixCommunityCommons__10.2.0__READMEOSS.html

Lines changed: 350 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)