Community Commons 10.2.0
·
50 commits
to master
since this release
- 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.