[midPoint-git] [Evolveum/midpoint] b857de: Fix repeated start of bucket-aware tasks
Pavol Mederly
mederly at evolveum.com
Mon Mar 19 20:20:37 CET 2018
Branch: refs/heads/feature/multinode-tasks
Home: https://github.com/Evolveum/midpoint
Commit: b857def93f81a6038013cfc7e810b9eb53d8ccbf
https://github.com/Evolveum/midpoint/commit/b857def93f81a6038013cfc7e810b9eb53d8ccbf
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths:
M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/ReconciliationTaskHandler.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/JobExecutor.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/WorkStateManager.java
Log Message:
-----------
Fix repeated start of bucket-aware tasks
Simple (non-partitioned, standalone tasks) will now correctly restart
after all the work is done. Task manager ensures that the (complete)
work state is cleared before handler execution.
Commit: 57af3099da8dc0a3d3ba2c6d40a0bbb878ea5a08
https://github.com/Evolveum/midpoint/commit/57af3099da8dc0a3d3ba2c6d40a0bbb878ea5a08
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-03-19 (Mon, 19 Mar 2018)
Changed paths:
M infra/common/src/main/java/com/evolveum/midpoint/common/crypto/CryptoUtil.java
Log Message:
-----------
Fix CryptoUtil.encryptProtectedStringType
Originally it accepted null protected strings; after recent changes
it was not. Now it's accepting them again.
Compare: https://github.com/Evolveum/midpoint/compare/8a3d545bb543...57af3099da8d
More information about the midPoint-svn
mailing list