[midPoint-git] [Evolveum/midpoint] 13f0fe: Treat identifier-less tasks gracefully

mederly noreply at github.com
Thu Sep 21 23:17:48 CEST 2023


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 13f0fe875d4836a7b111c15e636c15fad00a2049
      https://github.com/Evolveum/midpoint/commit/13f0fe875d4836a7b111c15e636c15fad00a2049
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2023-09-21 (Thu, 21 Sep 2023)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/LightweightTaskManager.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/run/JobExecutor.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/AbstractTaskManagerTest.java
    M repo/task-quartz-impl/src/test/java/com/evolveum/midpoint/task/quartzimpl/TestMiscellaneous.java

  Log Message:
  -----------
  Treat identifier-less tasks gracefully

If midPoint tries to execute a task without taskIdentifier, it suspends
the task, and provides an appropriate error message into operation
result and log file.

Also, the model is now able to correctly retrieve such tasks, allowing
them to be displayed in GUI.

This resolves MID-9058.




More information about the midPoint-svn mailing list