vaadin / platform

Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right one.
https://vaadin.com
533 stars 78 forks source link

slow building since switching from 24.3 to 24.4 #6590

Closed d2k2-git closed 6 days ago

d2k2-git commented 2 weeks ago

Describe the bug

since switching from vaadin 24.3.x to 24.4.x i have a huge performance problem in eclipse sts. every time a file is changed and saved something like "invoking 'Maven Project Builder'" is triggered and blocking the IDE from any further actions for couple of seconds.

switching back to 24.3. solves the problem

image

Expected-behavior

No response

Reproduction

use vaadin 24.4.x change any file in eclipse (sts) and save the file.

System Info

Windows 10 Vaadin 24.4.6 Eclipse STS 4.23.1 Java 21

d2k2-git commented 2 weeks ago

turning off "automatic build" in eclipse obviously fixes the problem. but it seems for me not a good solution. i would like to keep automatic building enabled when changing the source code to see problems immediately.

mcollovati commented 2 weeks ago

Most likely related to #6562

mcollovati commented 1 week ago

Should have been fixed in Vaadin 24.4.7 / Hilla 24.4.4. @d2k2-git could you please verify?

d2k2-git commented 6 days ago

Should have been fixed in Vaadin 24.4.7 / Hilla 24.4.4. @d2k2-git could you please verify?

@mcollovati i can confirm its fixed now in 24.4.7. Thank you!