[midPoint-git] [Evolveum/midpoint] 49da8d: Fix modifyObjectDynamically
mederly
noreply at github.com
Wed Apr 14 17:28:57 CEST 2021
Branch: refs/heads/feature/faster-buckets
Home: https://github.com/Evolveum/midpoint
Commit: 49da8d7c9884905e436ff2f713621b353bbec7f7
https://github.com/Evolveum/midpoint/commit/49da8d7c9884905e436ff2f713621b353bbec7f7
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
R repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ExplicitAccessLock.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java
Log Message:
-----------
Fix modifyObjectDynamically
The object was retrieved without being locked for update. This affected
some databases like H2, MySQL, and Oracle.
Along with this fix the ExplicitAccessLock class could be deleted.
More information about the midPoint-svn
mailing list