Ole Osterhagen
Ole Osterhagen
@787218300: As already mentioned by martinlippert these are only warnings. At runtime the `BootJavaLanguageServerPlugin` removes the key binding `Shift+Ctrl+T` for the _Go to Symbol in Workspace_ command (see https://github.com/spring-projects/sts4/commit/49c9517b8ac6d0ea9ca9bedab68f5fd64a91c5ff). You...
As you have already found out, Gradle cannot run with Java 22 yet (see [Compatibility Matrix](https://docs.gradle.org/current/userguide/compatibility.html)). When you do not want to change the JRE for running Eclipse, try if...
@dukeyin Have you tried the suggestion in my [comment](https://github.com/eclipse/buildship/issues/1302#issuecomment-2119199535)? Maybe it is better to set this option for individual projects: 1. Select the project and open _Project > Properties >...
With https://github.com/eclipse/buildship/pull/1240 (commit: https://github.com/eclipse/buildship/commit/dcdf121d6356bed9c7278a3023d8263aeaf3c61a) the fetch strategy has been changed when populating the _Gradle Tasks_ view. Before the change this has been `LOAD_IF_NOT_CACHED`. Now it is `FROM_CACHE_ONLY`. Here is the...
The fix for this issue and the relevant Gradle issues https://github.com/gradle/gradle/issues/21968 and https://github.com/gradle/gradle/issues/22838 were released with **Gradle 8.9** ([release notes](https://docs.gradle.org/8.9/release-notes.html)). @Frank-D Could you verify this and close the issue?
[The Spring Boot Gradle plugin](https://docs.spring.io/spring-boot/gradle-plugin/aot.html) introduces additional source sets (`aot` / `aotTest`) and corresponding configurations (`aotCompileClasspath`, `aotRuntimeClasspath`, ...). As long as the build (`./gradlew build`) has not been invoked these...
This issue has also been posted on Stack Overflow: https://stackoverflow.com/questions/79047217/ It is a bug in Gradle, but there exists a workaround. I repeat here my [answer on Stack Overflow](https://stackoverflow.com/a/79082891/15790604): The...
Thank you @howlger for your detailed analyses. As mentioned, when the `junit-platform-launcher` is missing on the launch configuration classpath, Eclipse adds its internal junit-platform-launcher, which may be not compatible with...
Thank you for migrating Jackrabbit to the Jakarta namespace. Can you estimate when this feature will be released?
> Also: @oleosterhagen : Can you test this to ensure we resulting jar match you expectations and use case? We have now migrated enough parts of our application to run...