Lukas Lieb
Lukas Lieb
I'm not sure why, but this was the case on 1.0.0 that feedback actions were applied to the initial model and this is no longer the case with 2.1.0. But...
One addition I quickly wanted to see if this bug is also the case if I use the shipped JDK just j in version 17.0.10. As the Eclipse 4.30 is...
Tried it with Version: 2024-03 M1 (4.31.0 M1) / Build id: 20240111-1612 Same problem, with Temurin 17.0.10 the screen in blank, with Temurin 17.0.9 everything seems to work as expected.
> I just tried with yesterday's I-Build artifacts started from current sources: Version: 2024-03 (4.31) Build id: I20240128-1800 Yes exaclty the first image I've got with our real RCP application,...
I think it also works with Linux (latest linux mint 21.3). I have an internal coworker which shortly tried our application with Temurin 17.0.10 at it seems to work fine.
> The log just makes it sound like some bundle was not included in the launch configuration. It looks like the leaf cause is this failure: > > ``` >...
Same problem for me. - Eclipse 2025-03 (4.35) - OpenJDK 64-Bit Server VM Temurin-21.0.6+7 - macOS 15.4 - ARM Mac M2 Pro
Temporary fix, so it should no longer crash from the JavaDoc: disable the hover tooltips (Preferences -> Java -> Editor -> Hovers -> Untick Combined Hover)
Thanks for creating an issue for this. In our codebase I solved it by send the validations in a CompletableFuture to the client, something like: ```java CompletableFuture.runAsync(() -> { dispatcher.dispatch(new...
I think it always depends on how this validation message is presented to the user, how long it takes and what is validated. E.g. if the validation is a toast...