[midPoint-git] [Evolveum/midpoint] 903034: ExecutionManager.java: exception handling, final f...

virgo47 noreply at github.com
Tue Sep 8 10:04:59 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 9030345084996fcfa1e9bd956a9be222c77822e3
      https://github.com/Evolveum/midpoint/commit/9030345084996fcfa1e9bd956a9be222c77822e3
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/ExecutionManager.java

  Log Message:
  -----------
  ExecutionManager.java: exception handling, final fields, cleanup...

In stopAllTasksOnThisNodeAndWait we catch any Throwable and log it with
stack trace in case of obscure problems.


  Commit: 26c30d1066f2f6ba1523a7d38c8068dd6d4f56da
      https://github.com/Evolveum/midpoint/commit/26c30d1066f2f6ba1523a7d38c8068dd6d4f56da
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/execution/LocalNodeManager.java

  Log Message:
  -----------
  LocalNodeManager.java: code cleanup and reformat


  Commit: 2c20c27f8ad3bce84836fa9d4f8baadbadf0cb30
      https://github.com/Evolveum/midpoint/commit/2c20c27f8ad3bce84836fa9d4f8baadbadf0cb30
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java

  Log Message:
  -----------
  TaskManagerQuartzImpl.java: fix of repositoryService usage + cleanup

In some cases we used getBean("repositoryService") which does not make
sense anymore and can cause problems when Spring is in shutdown.
There has been autowired RepositoryService for years, so we use it.


Compare: https://github.com/Evolveum/midpoint/compare/18481385f1bf...2c20c27f8ad3


More information about the midPoint-svn mailing list