You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a big multi-module gradle project, with Gradle Automatic Project Synchronization enabled.
Since the update to latest Eclipse 4.19.0.RELEASE, I noticed very high CPU load at start when projects are loaded and build.
In Eclipse Progress window I found that "Spring Boot Language Server" was running and apparently it triggered a "Synchronize gradle projects with workspace" process repeatedly/continuously (and probably infinitely).
I needed to disable "Automatic Project Synchronization" in the Gradle settings in order to break the loop.
I don't know if Spring Boot language server or Gradle Buildship is the culprit, at least it is a regression because it worked with old Eclipse 2022-12