[midPoint-git] midPoint branch master updated. v2.3devel-320-g4973489
Pavol Mederly
git at evolveum.com
Thu Dec 5 16:17:07 CET 2013
Project "midPoint" branch master has been updated
via 4973489b72be051e0ab1ed1a1748f04b196bd49e (commit) v2.3devel-320-g4973489
via 426e29b538041c1a340960a78153805433c183f6 (commit) v2.3devel-318-g426e29b
from e80b6b02e863384d3c75f9fd84c8544df80387f1 (commit) v2.3devel-318-ge80b6b0
- Log -----------------------------------------------------------------
commit 4973489b72be051e0ab1ed1a1748f04b196bd49e
Merge: 426e29b e80b6b0
Author: Pavol Mederly <mederly at evolveum.com>
Date: Thu Dec 5 16:05:53 2013 +0100
Merge branch 'master' of git.evolveum.com:/srv/git/projects/midpoint
commit 426e29b538041c1a340960a78153805433c183f6
Author: Pavol Mederly <mederly at evolveum.com>
Date: Thu Dec 5 16:05:33 2013 +0100
Various task-related fixes and improvements.
Fixed memory leak in ClusterManagerThread.
Detection of stalled tasks (MID-1221).
Recurring tasks that can be run 'on demand' (MID-1628).
Checking for invalid configuration entries in task manager section of config.xml file.
-----------------------------------------------------------------------
(Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full)
Summary of changes:
.../midpoint/web/page/admin/server/PageTasks.java | 24 ++-
.../web/page/admin/server/PageTasks.properties | 1 +
.../page/admin/server/dto/ScheduleValidator.java | 6 +-
.../web/page/admin/server/dto/TaskDto.java | 4 +
.../resources/xml/ns/public/common/common-2a.xsd | 16 ++
.../midpoint/wf/jobs/JobCreationInstruction.java | 14 +-
.../src/main/resources/test-config.xml | 2 +-
.../midpoint/task/quartzimpl/Initializer.java | 3 +-
.../task/quartzimpl/TaskManagerConfiguration.java | 105 ++++++++--
.../task/quartzimpl/TaskManagerQuartzImpl.java | 202 +++++++++++++-------
.../midpoint/task/quartzimpl/TaskQuartzImpl.java | 3 +-
.../task/quartzimpl/TaskQuartzImplUtil.java | 23 ++-
.../task/quartzimpl/cluster/ClusterManager.java | 22 ++-
.../task/quartzimpl/execution/JobExecutor.java | 5 +-
.../quartzimpl/execution/LocalNodeManager.java | 2 -
.../quartzimpl/execution/StalledTasksWatcher.java | 164 ++++++++++++++++
.../quartzimpl/execution/TaskSynchronizer.java | 55 +++---
.../quartzimpl/TestQuartzTaskManagerContract.java | 58 +++++-
...nd.xml => task-022ExecuteRecurringOnDemand.xml} | 10 +-
19 files changed, 587 insertions(+), 132 deletions(-)
create mode 100644 repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/StalledTasksWatcher.java
copy repo/task-quartz-impl/src/test/resources/repo/{task-013ReleaseAndSuspendLooselyBound.xml => task-022ExecuteRecurringOnDemand.xml} (84%)
hooks/post-receive
--
midPoint
More information about the midPoint-svn
mailing list