Y20250710-1000
Currently the Job Framework is not designed for handling more than a few running jobs and certain actions are considerably delayed once a job is active for a longer time. Because of this, now only start the reconciler thread inside a job but perform the actual work in an own thread. Fix https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/2323