camunda-bpm-platform
camunda-bpm-platform copied to clipboard
CAM-11760: chore(engine): set default transaction isolation level
Related to CAM-11760
The fix removes the issues when a database uses a non-READ_COMMITTED
Transaction Isolation Level by default, by setting the Session's connection preference from our side. This is the case for MySQL and MariaDB.