Description
Allow to specify threads within which projectdoc event processing should be skipped.
The names of threads are configured via the system property 'de.smartics.projectdoc.eventing.threads.skipList'. The event processing checks the name of the current thread against the names found in the list.
This feature allows administrators to prevent event handling during bulk operations. After the bulk operation is completed, the administrators must launch the projectdoc reindex process (via the REST API).